[Mapguide-trac] [mapguide-trac] #2785: Fix Linux/CMake build

MapGuide Open Source trac_mapguide at osgeo.org
Fri Dec 7 15:17:38 PST 2018


#2785: Fix Linux/CMake build
--------------------------+------------------------
 Reporter:  jng           |        Owner:  jng
     Type:  defect        |       Status:  assigned
 Priority:  low           |    Milestone:  3.3
Component:  Build System  |      Version:
 Severity:  trivial       |   Resolution:
 Keywords:                |  External ID:
--------------------------+------------------------
Description changed by jng:

Old description:

> 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/)

New description:

 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`)

--

-- 
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/2785#comment:3>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list