Boost logo

Boost Users :

Subject: [Boost-users] Building boost on Windows
From: John Lilley (john.lilley_at_[hidden])
Date: 2013-01-30 12:43:00


I am trying to figure out which libraries to build on Windows. I really only need "polygon" and "geometry". But what libraries these dependent on that also need to be built? I've tried to query which will be built and I'm not getting the expected results, for example:

$ ./b2 --show-libraries --build-type=complete
The following libraries require building:
    - chrono
    - context
    - date_time
    - exception
    - filesystem
    - graph
    - graph_parallel
    - iostreams
    - locale
    - math
    - mpi
    - program_options
    - python
    - random
    - regex
    - serialization
    - signals
    - system
    - test
    - thread
    - timer
    - wave

Hmmmm... where is polygon and geometry?

$ ./b2 --show-libraries --build-type=complete --with-geometry
error: wrong library name 'geometry' in the --with-<library> option.

Help please?


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