1 |
lauri0:
Looks
like
it's
missing
development
stuff
for
python
(
headers
etc.
)
.
The
error
in
the
log
you
posted
is:
|
1 |
@lauri0:
Looks
like
it's
missing
development
stuff
for
python
(
headers
etc.
)
.
The
error
in
the
log
you
posted
is:
|
2 |
\n
|
2 |
\n
|
3 |
CMake Error: The following variables are used in this project, but they are set
|
3 |
CMake Error: The following variables are used in this project, but they are set
|
4 |
to NOTFOUND.
|
4 |
to NOTFOUND.
|
5 |
Please set them or make sure they are set and tested correctly in the CMake files:
|
5 |
Please set them or make sure they are set and tested correctly in the CMake files:
|
6 |
PYTHON_INCLUDE_DIR (ADVANCED)
|
6 |
PYTHON_INCLUDE_DIR (ADVANCED)
|
7 |
\n
|
7 |
\n
|
8 |
This is no boost problem. Boost is found on your setup. Assuming you are on a debian-like system you probably need to install python-dev or python-all-dev.
|
8 |
This is no boost problem. Boost is found on your setup. Assuming you are on a debian-like system you probably need to install python-dev or python-all-dev.
|