Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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 jng)

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)

comment:1 by jng, 5 years ago

Description: modified (diff)
Summary: Fix CMake buildFix Linux/CMake build

comment:2 by jng, 5 years ago

Description: modified (diff)

comment:3 by jng, 5 years ago

Description: modified (diff)

comment:4 by jng, 5 years ago

Resolution: fixed
Status: assignedclosed

comment:5 by jng, 5 years ago

Milestone: 3.34.0

Milestone renamed

Note: See TracTickets for help on using tickets.