[C++-sig] MSVC project file [UPDATED]

David Abrahams dave at boost-consulting.com
Mon Nov 25 04:44:55 CET 2002


"Brett Calcott" <brett.calcott at paradise.net.nz> writes:

> Here's one that fixes the errors Scott mentioned.
>

Hmm. I tried your project file, after dropping it in
$BOOST_ROOT/libs/python/build/VisualStudio, and just got a lot of
these:

--------------------Configuration: boost_python - Win32 DebugPython--------------------
Compiling...
aix_init_module.cpp
arg_to_python_base.cpp
C:\\boost\\libs\\python\\src\\converter\\arg_to_python_base.cpp(7): catastrophic error: could not open source file "boost/python/converter/arg_to_python_base.hpp"
  #include <boost/python/converter/arg_to_python_base.hpp>
                                                          ^
builtin_converters.cpp
compilation aborted for C:\boost\libs\python\src\converter\arg_to_python_base.cpp (code 4)
C:\\boost\\libs\\python\\src\\converter\\builtin_converters.cpp(7): catastrophic error: could not open source file "boost/python/detail/config.hpp"
  #include <boost/python/detail/config.hpp>
                                           ^
class.cpp
compilation aborted for C:\boost\libs\python\src\converter\builtin_converters.cpp (code 4)
C:\\boost\\libs\\python\\src\\object\\class.cpp(6): catastrophic error: could not open source file "boost/python/object/class.hpp"
  #include <boost/python/object/class.hpp>
                                          ^

...

Did I do something wrong?

-- 
                       David Abrahams
   dave at boost-consulting.com * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution





More information about the Cplusplus-sig mailing list