Ticket #330 (closed defect: fixed)
cmake puts geos_c.h into include/geos
| Reported by: | mwtoews | Owned by: | mloskot |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Build/Install | Version: | svn-trunk |
| Severity: | Annoyance | Keywords: | cmake |
| Cc: |
Description
Testing the latest SVN, CMake installs geos_c.h into include/geos rather than in include (as with previous versions <=3.2). However, the header file still refers to children header files in a geos subdirectory, e.g.:
#include <geos/export.h>
and the configuration utility points where it should, but there is not header file there:
$ geos-config --includes /usr/local/include
This gives errors and grief for configuring PostGIS. The quick-fix is:
mv geos_c.h ..
... but this is still a defect due to manual intervention for the install.
Other info:
$ cmake --version cmake version 2.6-patch 0 $ g++ --version g++ (Debian 4.3.2-1.1) 4.3.2
Change History
Note: See
TracTickets for help on using
tickets.
