From: Doug M. <mc...@ia...> - 2007-06-28 00:45:31
|
Hello, I am trying to build CppDOM 0.7.8 on darwin and I get this error: using prefix: /Users/mccdo/Desktop/cppdom-0.7.8/build.darwin/instlinks types: [['debug', 'optimized'], True] libtypes: [['shared', 'static'], False] archs: [['ia32', 'ppc', 'ppc64', 'universal'], True] Processing combo: type:debug, libtype:['shared', 'static'], arch:ia32 Processing combo: type:debug, libtype:['shared', 'static'], arch:ppc scons: warning: Two different environments were specified for target / Users/mccdo/Desktop/cppdom-0.7.8/build.darwin/instlinks/lib/debug/ libcppdom-0_7_8.dylib, but they appear to have the same action: installFunc(target, source, env) File "/Users/mccdo/Desktop/cppdom-0.7.8/cppdom/SConscript", line 50, in ? scons: *** Multiple ways to build the same target were specified for: /Users/mccdo/Desktop/cppdom-0.7.8/build.darwin/instlinks/lib/ debug/libcppdom-0_7_8.dylib (from ['/Users/mccdo/Desktop/ cppdom-0.7.8/build.darwin/type-debug--arch-ia32/cppdom/ libcppdom-0_7_8.dylib'] and from ['libcppdom-0_7_8.dylib']) File "/Users/mccdo/Desktop/cppdom-0.7.8/cppdom/SConscript", line 50, in ? mccdo:~/Desktop/cppdom-0.7.8 mccdo$ scons BoostBaseDir=/opt/local BoostIncludeDir=/opt/local/include/boost-1_34 The last line shows my build line. Not sure what I am doing wrong. Doug |