Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] Update CMake


Chronological Thread 
  • From: Solomon Boulos <boulos@cs.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [MANTA] Update CMake
  • Date: Mon, 30 Jul 2007 14:17:17 -0600

Hi all,

Just got ICC 10 on my mac and immediately found out that the build was broken like so:

Linking CXX shared library ../../lib/libSCIRun_Core.dylib
xilibtool: executing 'libtool'
libtool: can't open file: d193,383,424,981,1419,1572 (No such file or directory)
make[2]: *** [lib/libSCIRun_Core.dylib] Error 1
make[1]: *** [SCIRun/Core/CMakeFiles/SCIRun_Core.dir/all] Error 2
make: *** [all] Error 2

That bizarre file is actually the set of warnings we had chosen to disable in our CMake configuration for ICC (the flag is -wd193,etc). After checking out what was actually going on (with make VERBOSE=1), it seemed like a CMake bug (the link.txt file for libSCIRun_Core.dylib had that crazy "file" as the first argument).

I was using 2.4.3, but after an upgrade to 2.4.7 (the latest version) this seems to be fixed. So, I'm recommending you update ;)

Solomon





Archive powered by MHonArc 2.6.16.

Top of page