#2785 closed defect (fixed)
Fix Linux/CMake build
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 4.0 |
Component: | Build System | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description (last modified by ) ¶
The current cmake/linux build:
Fails due to looking for an incorrect apache tomcat tarballNon-cmake build fails because DWF Toolkit's zlib (that was recently updated) is missingMakefile.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 requirelib64
)
Change History (5)
comment:1 by , 6 years ago
Description: | modified (diff) |
---|---|
Summary: | Fix CMake build → Fix Linux/CMake build |
comment:2 by , 6 years ago
Description: | modified (diff) |
---|
comment:3 by , 6 years ago
Description: | modified (diff) |
---|
comment:4 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 6 years ago
Milestone: | 3.3 → 4.0 |
---|
Note:
See TracTickets
for help on using tickets.
Milestone renamed