cl /EHsc /I "C:\Program Files\boost\boost_1_47" hello.cpp /link/LIBPATH:"C:\Program Files\boost\boost_1_47\lib"
C:\Program Files\boost\boost_1_47\boost/python/detail/wrap_python.hpp(50) : fata
l error C1083: Cannot open include file: 'pyconfig.h': No such file or directory
What is the reason for this error?
I have found that pyconfig.h file resides in "C:\Python27\libs". Is there a way to add this as an include directory while using command line to build this.
Or is there any other way to do this in boostpro?