I compiled source-python on Winodws correctly, I got the source-python.dll file. But on Linux, when I use make after I "cmaked" the /src directory, I get the following somewhere near the beginning:
Code: Select all
/home/srcds/plugin/source-python/src/thirdparty/boost/boost/python/detail/wrap_python.hpp:50:23: error: pyconfig.h: No such file or directory
/home/srcds/plugin/source-python/src/thirdparty/boost/boost/python/detail/wrap_python.hpp:75:24: error: patchlevel.h: No such file or directory
/home/srcds/plugin/source-python/src/thirdparty/boost/boost/python/detail/wrap_python.hpp:78:2: error: #error Python 2.2 or higher is required for this version of Boost.Python.
/home/srcds/plugin/source-python/src/thirdparty/boost/boost/python/detail/wrap_python.hpp:142:21: error: Python.h: No such file or directory