View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0005329 | Spring engine | Linux | public | 2016-08-02 00:50 | 2016-08-03 01:09 | ||||
Reporter | susnux | ||||||||
Assigned To | abma | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 103.0 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0005329: CMake errors when trying to compile | ||||||||
Description | When trying to compile the engine on openSUSE Linux I get some CMake errors. The first one is that the XSL Style-Sheets are not found, this happens because they are installed in versioned directories. The second issue is that libCUtils's linking will fail with: Undefined reference to dlopen, it seems libdl is missing as target_link_libraries. And the last one is that gold detection will fail because quotes are missing (cmake will throw "unknown argument" because linkerVersion evaluates to a string containing spaces). | ||||||||
Additional Information | I have attached a patch to fix the errors. | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
abma (administrator) 2016-08-03 01:08 |
Fix 0c787264c3a3d490c9feef275260d0caa4674f76 committed to develop branch: fix 0005329: apply patch to fix cmake errors (thanks susnux!), repo: spring changeset id: 7254 |
abma (administrator) 2016-08-03 01:09 |
thanks! i slightly changed the patch: +target_link_libraries(CUtils dl) -> +target_link_libraries(CUtils ${CMAKE_DL_LIBS}) |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-08-02 00:50 | susnux | New Issue | |
2016-08-02 00:50 | susnux | File Added: fix-cmake.patch | |
2016-08-03 01:08 | abma | Changeset attached | => spring develop 0c787264 |
2016-08-03 01:08 | abma | Note Added: 0016593 | |
2016-08-03 01:08 | abma | Assigned To | => abma |
2016-08-03 01:08 | abma | Status | new => resolved |
2016-08-03 01:08 | abma | Resolution | open => fixed |
2016-08-03 01:09 | abma | Note Added: 0016594 |