<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 14, 2013, at 12:30 PM, Rémi Cura wrote:</div><div><br></div><div>Hi Rémi,</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">I would like to use SFCGAL but can't make it work.<br><br><div><div><div>And try to add postgis</div><div><ul><li>CREATE EXTENSION postgis VERSION '2.1.0';<br></li></ul></div></div></div></div></blockquote><br></div><div>Here is the issue.</div><div><br></div><div>Right now (and until 2.2.0) sfcgal don't use EXTENSION</div><div>so need to create the spatial database with the old school method:</div><div><br></div><div>psql database < postgis.sql</div><div>psql database < spatial_ref_sys.sql</div><div>psql database < sfcgal.sql</div><div><br></div><div><br></div><div>Should be enough to make it works.</div><div><br></div><div><br></div><div><br></div><div>I also will look why you did'nt get the 1.0.2 right version number.</div><div><br></div><div><br></div><div><br></div><div><br></div><div>O.</div><div><br></div><div><br></div><br></body></html>