hit counter

Timeline

My development logbook

Overcoming Compilation Error

One of the steps

./configure --enable-universalsdk=/Developer/SDKs/MacOSX10.6.sdk --disable-toolbox-glue --without-framework

-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