Boost logo

Boost Users :

Subject: Re: [Boost-users] boost geometry lib
From: Chris Hoeppler (hoeppler_at_[hidden])
Date: 2009-01-21 16:31:37


On Wednesday 21 January 2009, Andruit_at_[hidden] wrote:
> Thanks Pete for your answer,
> but I can't manage to compile my source. I tried to compile one of the
> example programs but it failed. I am using a gcc compiler.
>
> Did you manage to compile the example programs?
>
> The following command failed:
>
> gcc -I/path-to-geometrielib 1_point_example.cpp -o point_example
>
> Do you know what is wrong???

The following works for me:

g++ -I/path-to-geometry -I/path-to-boost 1_point_example.cpp

I don't no which version of boost is required. trunk seems to work.

HTH,
Chris


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net