Comment 13 for bug 483950

Revision history for this message
inye (avanie) wrote :

Just experienced same issue on OS X 10.6.2. Overcame it with 32bit gcc-4.0 from 10.5 compatibity layer:

CXX=g++-4.0 CC=gcc-4.0 cmake -DCMAKE_BUILD_TYPE=Debug ..

works perfect.