partrick / haxegui

Automatically exported from code.google.com/p/haxegui
0 stars 0 forks source link

svn missing readme or other instructions #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

~/development/haxe/haxegui:$ haxe Compile.hxml 
Error : File not found : assets.swf
~/development/haxe/haxegui:$ make
cd assets/styles && stylecompiler default
/bin/sh: stylecompiler: not found
make: *** [style] Error 127
~/development/haxe/haxegui:$ ./build.sh 
cd assets/styles && stylecompiler default
/bin/sh: stylecompiler: not found
make: *** [style] Error 127
#~ flashplayer main.swf
flashplayerd main.swf
make: flashplayerd: Command not found
make: *** [run] Error 127

~/development/haxe/haxegui:$ uname -a
Linux chris-desktop 2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:48:52 UTC
2009 x86_64 GNU/Linux
~/development/haxe/haxegui:$ haxe 
Haxe Compiler 2.04 - (c)2005-2009 Motion-Twin

Original issue reported on code.google.com by chriscam...@googlemail.com on 10 Oct 2009 at 1:20

GoogleCodeExporter commented 8 years ago
Please check makefile.

You can get assets.swf with ..
swfmill  -v simple library.xml assets.swf

Original comment by tf0...@gmail.com on 1 Jan 2010 at 8:00

Attachments: