Opened 8 years ago
Closed 8 years ago
#13100 closed bug (invalid)
cmake error
Reported by: | andrewz | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
cmake does not know where to find PYTHON_LIBRARY or PYTHON_INCLUDE_DIR
steps to reproduce: Install cmake download source for Blender mkdir build cd build ccmake ..
cmake error at /boot/system/data/cmake/Modules/FindPackageHandleStandardArgs.cmake:148 Could NOT find PythonLibsUnix (missing: PYTHON_LIBRARY PYTHON_INCLUDE_DIR)
Note:
See TracTickets
for help on using tickets.
This is a problem either in cmake (if it provides a FindPython.cmake in the default distribution), Python (if it provides or should provide such a file), or Blender (if it comes with its own way to detect python). It is definitely not a problem with Haiku.