I see the method for compiling on Linux is a little changed. A couple questions about this:
Is this able to make cross-platform binaries (*nix, mac, and win32)?
How do we use the new scripts?
I see the method for compiling on Linux is a little changed. A couple questions about this:
Is this able to make cross-platform binaries (*nix, mac, and win32)?
How do we use the new scripts?
The answer’s probably no, but I’m going to ask anyway. Is there any way to compile for Mac from Linux?
you’d need to buy a copy of OSX though. since warezing it is illegal and apple’s eula says you can only run it on apple hardware anyway.
might as well buy a mac mini, pearpc is painfully slow even on the fastest machines.
apple’s eula says you can only run it on apple hardware
LOL, you just re-convinced me to stay away from Apple stuf 
Sorry for reviving an old thread. I have decided to abuse my free time and yours now by installing the SDK for 2.60 and see if I could tinker a bit with it. Now to make sure all things work I decided to follow the Readme and do a compile on the unmodified stuff with scons. It failed (otherwise I wouldn’t be posting here).
Here’s the specifics:
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=i386-redhat-linux
Thread model: posix
gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)
scons: *** No SConstruct file found.
File "/usr/lib/scons/SCons/Script/__init__.py", line 870, in _main
Any idea what I should be looking for to solve this?
stupid me!
chdir src
scons
This might be a little step for any coder, but it’s a big step for me 