In my understandig a typical GNU build process is a sequence of three steps 1. Configuring: ./configure (building the makefile) 2. Compiling: make 3. Installing: make install
maybe it could be an idea to not just execute step 2 (haxe/neko build) but trying to create portable makefile with the help of Autoconf/Automake. i could trying to look into that if you want. 2007/11/29, Nicolas Cannasse <[EMAIL PROTECTED]>: > picnic a écrit : > > ok it worked with the cvs version, but still only with the switch: > > > > make MACOSX=1 > > Yes, that's needed to build on OSX since I'm not sure how to implement > automatic detection in Makefile. > > Best, > Nicolas > > -- > Neko : One VM to run them all > (http://nekovm.org) > -- Neko : One VM to run them all (http://nekovm.org)
