[pgrouting-dev] pgRouting 2.0 using OSX homebrew

sanak geosanak at gmail.com
Wed May 8 16:39:59 PDT 2013


Hi Stephen,


2013/5/9 Stephen Woodbridge <woodbri at swoodbridge.com>

> I looked at your changes below, and they do not seem to be based on my
> branch "sew-devel-2_0". The quick tell is that my source starts at "src/"
> and not "core/" as your changes reflect.
>

Oh, sorry.
Thanks for notice.

For linux I compile, install and test using:
>
> tools/doit
> (cd build; sudo make install)
> tools/testrunner.pl
>
> In the C/C++ code you should be able to use:
>
> #ifdef __APPLE__
> ...
> #else
> ...
> #endif
>
> and in cmake you can use:
>
> if(APPLE)
> ...
> else(APPLE)
> ...
> endif(APPLE)
>
> Can you also post what the results of:
>
> echo | g++ -dM -E -
>
> when run on OSX.
>
> No hurray, when you can get to it, this weekend is fine.
>

Okay, thanks for detail.

Regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pgrouting-dev/attachments/20130509/0172b34e/attachment.html>


More information about the pgrouting-dev mailing list