Fix Linux/CMake build
The current cmake/linux build:
Fails due to looking for an incorrect apache tomcat tarball
Non-cmake build fails because DWF Toolkit's zlib (that was recently updated) is missing Makefile.am
CMake build for x64 fails because DWF Toolkit does not built the x64 timer implementation due to not defining the right preprocessor symbols.
Has various linting problems in the cmake_*.sh helper scripts (as reported by https://www.shellcheck.net/)
- CMake RPATHs are hard-coded to
lib
which is incorrect for 64-bit (which require lib64
)
Change History
(5)
Description: |
modified (diff)
|
Summary: |
Fix CMake build → Fix Linux/CMake build
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Milestone renamed