Re: How do you get WEE to run on the Raspberry PI?

new topic     » goto parent     » topic index » view thread      » older message » newer message
ghaberek said...

You could just define GTK3 on the command line. smile

make -f gtk_makefile GTK3=1 

-Greg

Nice! I'm looking forward to your tutorial on "Using make for fun and profit" smile

Here is the makefile I used to build wee on the raspberry pi.

all: xlate bld 
	@echo Build complete 
xlate: 
	euc -build-dir build -makefile wee.exw 
bld: 
	cd build && make -j 4 -f wee.mak 

I did observe several problems on the raspberry pi when compiled that don't exist when run interpreted. (Sort of)

If you start the compiled wee and then click [x] to close the window... the program hangs. At that point the only way to close the program is via killall -9 wee

If you start wee like this...

eui wee.ex 

I have not discovered problems. Though I haven't spent a lot of time trying though. smile

However, if you start the program like this...

eui wee.ex & 

Then you seem to have the same problems as the compiled version of wee.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu