Hi everyone,

i want to compile boost python with my own compiled python3.7 and not the one from the system. I copied the example user-config.jam file to the root path of boost with the following content:

# Configure specific Python version.
using python : 3.7 : /home/stuv/projects/programming/bsEdit/out/Release/libs/python/bin/python3.7 : /home/stuv/projects/programming/bsEdit/out/Release/libs/python/include/ : /home/stuv/projects/programming/bsEdit/out/Release/libs/python/lib ;

But when i run ./b2 install i get the following output:

Performing configuration checks

    - default address-model    : 64-bit (cached)
    - default architecture     : x86 (cached)

Component configuration:

    - atomic                   : not building
    - chrono                   : not building
    - container                : not building
    - context                  : not building
    - contract                 : not building
    - coroutine                : not building
    - date_time                : not building
    - exception                : not building
    - fiber                    : not building
    - filesystem               : not building
    - graph                    : not building
    - graph_parallel           : not building
    - headers                  : not building
    - iostreams                : not building
    - locale                   : not building
    - log                      : not building
    - math                     : not building
    - mpi                      : not building
    - program_options          : not building
    - python                   : building
    - random                   : not building
    - regex                    : not building
    - serialization            : not building
    - stacktrace               : not building
    - system                   : not building
    - test                     : not building
    - thread                   : not building
    - timer                    : not building
    - type_erasure             : not building
    - wave                     : not building

...patience...
...patience...
...found 30701 targets...
...updating 64 targets...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/list.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/list.hpp:8,
                 from libs/python/src/list.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/list.o" "libs/python/src/list.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/list.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/long.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/long.hpp:8,
                 from libs/python/src/long.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/long.o" "libs/python/src/long.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/long.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/dict.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/dict.hpp:8,
                 from libs/python/src/dict.cpp:4:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/dict.o" "libs/python/src/dict.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/dict.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/tuple.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/tuple.hpp:8,
                 from libs/python/src/tuple.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/tuple.o" "libs/python/src/tuple.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/tuple.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/str.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/str.hpp:8,
                 from libs/python/src/str.cpp:4:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/str.o" "libs/python/src/str.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/str.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/slice.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/slice.hpp:9,
                 from libs/python/src/slice.cpp:1:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/slice.o" "libs/python/src/slice.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/slice.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/from_python.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/converter/from_python.hpp:8,
                 from libs/python/src/converter/from_python.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/from_python.o" "libs/python/src/converter/from_python.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/from_python.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/registry.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/type_id.hpp:8,
                 from ./boost/python/converter/registry.hpp:7,
                 from libs/python/src/converter/registry.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/registry.o" "libs/python/src/converter/registry.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/registry.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/type_id.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/type_id.hpp:8,
                 from libs/python/src/converter/type_id.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/type_id.o" "libs/python/src/converter/type_id.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/type_id.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/enum.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/object_core.hpp:10,
                 from ./boost/python/object/enum_base.hpp:8,
                 from libs/python/src/object/enum.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/enum.o" "libs/python/src/object/enum.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/enum.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/class.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from libs/python/src/object/class.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/class.o" "libs/python/src/object/class.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/class.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/function.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/object/function.hpp:8,
                 from ./boost/python/docstring_options.hpp:8,
                 from libs/python/src/object/function.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/function.o" "libs/python/src/object/function.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/function.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/inheritance.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/type_id.hpp:8,
                 from ./boost/python/object/inheritance.hpp:8,
                 from libs/python/src/object/inheritance.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/inheritance.o" "libs/python/src/object/inheritance.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/inheritance.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/life_support.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/object/life_support.hpp:7,
                 from libs/python/src/object/life_support.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/life_support.o" "libs/python/src/object/life_support.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/life_support.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/pickle_support.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/make_function.hpp:8,
                 from libs/python/src/object/pickle_support.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/pickle_support.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/errors.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/errors.hpp:12,
                 from libs/python/src/errors.cpp:10:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/errors.o" "libs/python/src/errors.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/errors.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/module.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/scope.hpp:8,
                 from libs/python/src/module.cpp:9:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/module.o" "libs/python/src/module.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/module.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/builtin_converters.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/handle.hpp:8,
                 from libs/python/src/converter/builtin_converters.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/builtin_converters.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/arg_to_python_base.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/handle.hpp:8,
                 from ./boost/python/converter/arg_to_python_base.hpp:7,
                 from libs/python/src/converter/arg_to_python_base.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/converter/arg_to_python_base.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/iterator.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/object_fwd.hpp:8,
                 from ./boost/python/object/iterator_core.hpp:8,
                 from libs/python/src/object/iterator.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/iterator.o" "libs/python/src/object/iterator.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/iterator.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/stl_iterator.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/ssize_t.hpp:9,
                 from ./boost/python/object.hpp:8,
                 from libs/python/src/object/stl_iterator.cpp:10:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/stl_iterator.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object_protocol.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/object_protocol.hpp:8,
                 from libs/python/src/object_protocol.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object_protocol.o" "libs/python/src/object_protocol.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object_protocol.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object_operators.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/object_operators.hpp:8,
                 from libs/python/src/object_operators.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object_operators.o" "libs/python/src/object_operators.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object_operators.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/wrapper.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/detail/wrapper_base.hpp:7,
                 from ./boost/python/wrapper.hpp:7,
                 from libs/python/src/wrapper.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/wrapper.o" "libs/python/src/wrapper.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/wrapper.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/import.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/ssize_t.hpp:9,
                 from ./boost/python/object.hpp:8,
                 from ./boost/python/import.hpp:8,
                 from libs/python/src/import.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/import.o" "libs/python/src/import.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/import.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/exec.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/ssize_t.hpp:9,
                 from ./boost/python/object.hpp:8,
                 from ./boost/python/exec.hpp:8,
                 from libs/python/src/exec.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/exec.o" "libs/python/src/exec.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/exec.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/function_doc_signature.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/converter/registrations.hpp:8,
                 from libs/python/src/object/function_doc_signature.cpp:9:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -fPIC -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden/object/function_doc_signature.o...
...skipped <pbin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden>libboost_python37.so.1.70.0 for lack of <pbin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden>list.o...
...skipped <p/home/stuv/projects/build/bsEdit/boost-build/lib>libboost_python37.so.1.70.0 for lack of <pbin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden>libboost_python37.so.1.70.0...
...skipped <p/home/stuv/projects/build/bsEdit/boost-build/lib>libboost_python37.so for lack of <p/home/stuv/projects/build/bsEdit/boost-build/lib>libboost_python37.so.1.70.0...
...skipped <p/home/stuv/projects/build/bsEdit/boost-build/lib>libboost_python37.so.1 for lack of <p/home/stuv/projects/build/bsEdit/boost-build/lib>libboost_python37.so.1.70.0...
...skipped <p/home/stuv/projects/build/bsEdit/boost-build/lib>libboost_python37.so.1.70 for lack of <p/home/stuv/projects/build/bsEdit/boost-build/lib>libboost_python37.so.1.70.0...
...skipped <p/home/stuv/projects/build/bsEdit/boost-build/lib/cmake/boost_python-1.70.0>libboost_python-variant-shared.cmake for lack of <pbin.v2/libs/python/build/gcc-3.8/release/python-3.7/threading-multi/visibility-hidden>libboost_python37.so.1.70.0...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/list.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/list.hpp:8,
                 from libs/python/src/list.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/list.o" "libs/python/src/list.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/list.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/long.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/long.hpp:8,
                 from libs/python/src/long.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/long.o" "libs/python/src/long.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/long.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/dict.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/dict.hpp:8,
                 from libs/python/src/dict.cpp:4:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/dict.o" "libs/python/src/dict.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/dict.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/tuple.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/tuple.hpp:8,
                 from libs/python/src/tuple.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/tuple.o" "libs/python/src/tuple.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/tuple.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/str.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/str.hpp:8,
                 from libs/python/src/str.cpp:4:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/str.o" "libs/python/src/str.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/str.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/slice.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/slice.hpp:9,
                 from libs/python/src/slice.cpp:1:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/slice.o" "libs/python/src/slice.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/slice.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/from_python.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/converter/from_python.hpp:8,
                 from libs/python/src/converter/from_python.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/from_python.o" "libs/python/src/converter/from_python.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/from_python.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/registry.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/type_id.hpp:8,
                 from ./boost/python/converter/registry.hpp:7,
                 from libs/python/src/converter/registry.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/registry.o" "libs/python/src/converter/registry.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/registry.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/type_id.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/type_id.hpp:8,
                 from libs/python/src/converter/type_id.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/type_id.o" "libs/python/src/converter/type_id.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/type_id.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/enum.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/object_core.hpp:10,
                 from ./boost/python/object/enum_base.hpp:8,
                 from libs/python/src/object/enum.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/enum.o" "libs/python/src/object/enum.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/enum.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/class.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from libs/python/src/object/class.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/class.o" "libs/python/src/object/class.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/class.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/function.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/object/function.hpp:8,
                 from ./boost/python/docstring_options.hpp:8,
                 from libs/python/src/object/function.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/function.o" "libs/python/src/object/function.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/function.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/inheritance.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/type_id.hpp:8,
                 from ./boost/python/object/inheritance.hpp:8,
                 from libs/python/src/object/inheritance.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/inheritance.o" "libs/python/src/object/inheritance.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/inheritance.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/life_support.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/object/life_support.hpp:7,
                 from libs/python/src/object/life_support.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/life_support.o" "libs/python/src/object/life_support.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/life_support.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/pickle_support.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/make_function.hpp:8,
                 from libs/python/src/object/pickle_support.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/pickle_support.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/errors.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/errors.hpp:12,
                 from libs/python/src/errors.cpp:10:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/errors.o" "libs/python/src/errors.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/errors.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/module.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/scope.hpp:8,
                 from libs/python/src/module.cpp:9:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/module.o" "libs/python/src/module.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/module.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/builtin_converters.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/handle.hpp:8,
                 from libs/python/src/converter/builtin_converters.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/builtin_converters.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/arg_to_python_base.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/handle.hpp:8,
                 from ./boost/python/converter/arg_to_python_base.hpp:7,
                 from libs/python/src/converter/arg_to_python_base.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/converter/arg_to_python_base.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/iterator.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/object_fwd.hpp:8,
                 from ./boost/python/object/iterator_core.hpp:8,
                 from libs/python/src/object/iterator.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/iterator.o" "libs/python/src/object/iterator.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/iterator.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/stl_iterator.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/ssize_t.hpp:9,
                 from ./boost/python/object.hpp:8,
                 from libs/python/src/object/stl_iterator.cpp:10:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/stl_iterator.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object_protocol.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/object_protocol.hpp:8,
                 from libs/python/src/object_protocol.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object_protocol.o" "libs/python/src/object_protocol.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object_protocol.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object_operators.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/object_operators.hpp:8,
                 from libs/python/src/object_operators.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object_operators.o" "libs/python/src/object_operators.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object_operators.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/wrapper.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/detail/wrapper_base.hpp:7,
                 from ./boost/python/wrapper.hpp:7,
                 from libs/python/src/wrapper.cpp:5:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/wrapper.o" "libs/python/src/wrapper.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/wrapper.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/import.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/ssize_t.hpp:9,
                 from ./boost/python/object.hpp:8,
                 from ./boost/python/import.hpp:8,
                 from libs/python/src/import.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/import.o" "libs/python/src/import.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/import.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/exec.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/ssize_t.hpp:9,
                 from ./boost/python/object.hpp:8,
                 from ./boost/python/exec.hpp:8,
                 from libs/python/src/exec.cpp:6:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/exec.o" "libs/python/src/exec.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/exec.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/function_doc_signature.o
In file included from ./boost/python/detail/prefix.hpp:13,
                 from ./boost/python/converter/registrations.hpp:8,
                 from libs/python/src/object/function_doc_signature.cpp:9:
./boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: Datei oder Verzeichnis nicht gefunden
 # include <pyconfig.h>
           ^~~~~~~~~~~~
compilation terminated.

    "g++-8"   -fvisibility-inlines-hidden -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -fvisibility=hidden  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/home/stuv/projects/programming/bsEdit/out/Release/libs/python/include" -c -o "bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"

...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden/object/function_doc_signature.o...
...skipped <pbin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden>libboost_python37.a(clean) for lack of <pbin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden>list.o...
...skipped <pbin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden>libboost_python37.a for lack of <pbin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden>list.o...
...skipped <p/home/stuv/projects/build/bsEdit/boost-build/lib>libboost_python37.a for lack of <pbin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden>libboost_python37.a...
...skipped <p/home/stuv/projects/build/bsEdit/boost-build/lib/cmake/boost_python-1.70.0>libboost_python-variant-static.cmake for lack of <pbin.v2/libs/python/build/gcc-3.8/release/link-static/python-3.7/threading-multi/visibility-hidden>libboost_python37.a...
...failed updating 54 targets...
...skipped 10 targets...

What am i doing wrong here ? and can i also pass relative path to the python install instead of the full path because the path of the project where i build my own python depends on the folder of the project so absolute path are not working in all cases (only if i place the project folder in the same dir as set in the python settings).


I'm new to boost and i want to use more than boost python afterwards but for now i want to get boost python up and running with my own compiled python version.


best regards,

Steven Truppe