Ticket #17 (closed bug report: fixed)
Issue when compiling the pgRouting library against CGAL 3.3.
Reported by: | djay | Owned by: | anton |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | pgRouting package | Version: | 1.0.0a |
Keywords: | Cc: |
Description
Hi, I've tried to compile the pgRouting library against the 3.3 CGAL version. The configure script was unable to found my CGAL installation, even if this has been well installed.
So I've checked the configure.in file and make some modifications in it. I think this modifications doesn't imply any issue with old installation.
I've added a CGAL_PATH variable which list possible path to search for the CGAL makefile (current values are : ${CGAL_DIR}/share/CGAL ${CGAL_DIR}/share/cgal $CGAL_DIR/make). I've also added a CGAL_MKF_NAME variable which contain possible makefile name (current values are : cgal.mk makefile).