Hi Tim, >> cmake -DCMAKE_BUILD_TYPE=Release -DADDITIONAL_PATH=/opt/local >> -DCMAKE_CXX_FLAGS:STRING='-I/usr/local/include -I/opt/local/include' >> -DCMAKE_C_FLAGS:STRING='-I/usr/local/include -I/opt/local/include' >> -DCMAKE_EXE_LINKER_FLAGS:STRING='-L/usr/local/lib -L/opt/local/lib' >> -DCMAKE_MODULE_LINKER_FLAGS:STRING='-L/usr/local/lib -L/opt/local/lib' >> -DCMAKE_SHARED_LINKER_FLAGS:STRING='-L/usr/local/lib -L/opt/local/lib' >> .. > > are you sure, that you need all test these paths? other people, who compiled > supernova on osx, didn't need to specify this ...
"-DADDITIONAL_PATH=/opt/local" is not enough for me ... I havn't eliminated each setting individually. But if more than one other person managed to compile with just that setting then it must be something screwy on my box. Etienne > cheers, tim > > -- > [email protected] > http://tim.klingt.org > > When you open windows, bugs get in. > > _______________________________________________ > nova-dev mailing list > [email protected] > http://klingt.org/cgi-bin/mailman/listinfo/nova-dev > http://tim.klingt.org/nova > _______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
