Changes between Version 2 and Version 3 of Ticket #2785


Ignore:
Timestamp:
Dec 7, 2018, 3:17:38 PM (5 years ago)
Author:
jng
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2785 – Description

    v2 v3  
    11The current cmake/linux build:
    22
    3  * Fails due to looking for an incorrect apache tomcat tarball
    4  * Non-cmake build fails because DWF Toolkit's zlib (that was recently updated) is missing `Makefile.am`
    5  * CMake build for x64 fails because DWF Toolkit does not built the x64 timer implementation due to not defining the right preprocessor symbols.
    6  * Has various linting problems in the cmake_*.sh helper scripts (as reported by https://www.shellcheck.net/)
     3 * ~~Fails due to looking for an incorrect apache tomcat tarball~~
     4 * ~~Non-cmake build fails because DWF Toolkit's zlib (that was recently updated) is missing `Makefile.am`~~
     5 * ~~CMake build for x64 fails because DWF Toolkit does not built the x64 timer implementation due to not defining the right preprocessor symbols.~~
     6 * ~~Has various linting problems in the cmake_*.sh helper scripts (as reported by https://www.shellcheck.net/)~~
     7 * CMake RPATHs are hard-coded to `lib` which is incorrect for 64-bit (which require `lib64`)