[postgis-tickets] [PostGIS] #2330: SFCGAL install does not specify minimum boost required
PostGIS
trac at osgeo.org
Wed May 15 14:38:56 PDT 2013
#2330: SFCGAL install does not specify minimum boost required
---------------------+------------------------------------------------------
Reporter: robe | Owner: colivier
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.1.0
Component: sfcgal | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by robe):
I already upgraded to using 1.49 so can't absolutely tell, though I wonder
if its worth noting the boost features you require sicne you are suing
more than CGAL is.
I had compiled my mingw64-w32 boost with just --with-thread --with-system
and when I got to SFCGAL step gave error still that the below two are
required.
{{{
boost_date_time
boost_serialization
}}}
Since boost takes a while to build at least on windows and you are using
more than CGAL-4.2, I think it would save folks some frustration if they
don't have to then go back to recompile boost to get the added features.
So I am assuming you require boost_thread, boost_system,
boost_serialization ?
I got my mingw-w64 to compile SFCGAL :) so now on to binding with PostGIS.
Still waiting for my mingw64-w32 to finish recompiling boost before I can
continue.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2330#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list