A bit lost in OSX documentation. So many interesting thing to learn
Overcoming Compilation Error
One of the steps
./configure --enable-universalsdk=/Developer/SDKs/MacOSX10.6.sdk --disable-toolbox-glue --without-framework
‘Struct Winsize’ Declared Inside Parameter List
Seeing a lot of
warning: 'struct winsize' declared inside parameter list
Eventually failed at ./Modules/posixmodule.c
Fixed by using forward declaration
-Wno-long-double
Python 2.5.5 uses the -Wno-long-double c compiler flag, which is no longer supported by the gcc 4.2.1 in OSX 10.6
Fixed the configure.in and rerun autoconf. Let’s see if it will work.
ActiveMQ Build Error
Try to build it, but hit this error:
The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: Java heap space