| Summary: | build error from bocreatepreview | ||
|---|---|---|---|
| Product: | [Unmaintained] boson | Reporter: | Wart <wart> |
| Component: | general | Assignee: | The Boson Team <boson-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Wart
2006-12-06 05:57:34 UTC
Hi
try to edit code/cmake/modules/boson/FindBosonPythonLibs.cmake. Replace
set(PYTHON_LIBRARIES "${PYTHON_LIBRARY} ${_python_dependency_libs}")
by
set(PYTHON_LIBRARIES ${PYTHON_LIBRARY} ${_python_dependency_libs})
That should fix the problem. Fixed in svn.
CU
Andi
|