compile options

Monkey Forums/Monkey Programming/compile options

dave.h(Posted 2011) [#1]
why do i only get the option to compile for html.ive got the full version this is killing me.ive got the right paths in and downloaded all the files for android


Loofadawg(Posted 2011) [#2]
Check my response in the Android forum. Maybe that will fix it for you.


dave.h(Posted 2011) [#3]
no luck


ziggy(Posted 2011) [#4]
I don't want to sound too obvious, but just in case, If you're using an IDE, are you sure you're not "pointing" to the demo version of the compiler?


slenkar(Posted 2011) [#5]
also download the flexsdk and see if you can compile to flash

check in the bin folder for winnt-config.txt


okee(Posted 2011) [#6]
A way to check the paths is copy the path from the config.winnt.txt
and paste into the Run or Search box (Click Start button then Search or Run on XP)
If you're checking ANT paste
ANT_PATH="${SYSTEMDRIVE}\apache-ant-1.8.2"

replace everything before the backslash with
%SYSTEMDRIVE%
so now you have
%SYSTEMDRIVE%\apache-ant-1.8.2

or

JDK_PATH="${PROGRAMFILES}\Java\jdk1.6.0_23"
would be
%PROGRAMFILES%\Java\jdk1.6.0_23

if the folder opens in a window you have the correct path


dave.h(Posted 2011) [#7]
got it working thanks it was an obvious stupid typo.my fault completely just mispelt the the path