Boost logo

Boost Users :

From: Edward Diener (eldiener_at_[hidden])
Date: 2019-09-11 04:10:52


On 9/10/2019 12:26 PM, Rui Pedro via Boost-users wrote:
> What do you mean? Can you be more specific? I am new to C++ and new to
> nonstandard libraries of the programming languages.

Please do not top post.

The -I option sets the include path. If you set it to the directory
where Boost is installed on your system, then Boost header files will be
found, since all Boost header files are of the form of:

#include <boost/some_path/some_headerfile.hpp>

the 'boost' subdirectory ( and its subdirectories ) for each
distribution is where the Boost header files reside.

> ------------------------------------------------------------------------
> *De:* Boost-users <boost-users-bounces_at_[hidden]> em nome de
> Edward Diener via Boost-users <boost-users_at_[hidden]>
> *Enviado:* 10 de setembro de 2019 15:59
> *Para:* boost-users_at_[hidden] <boost-users_at_[hidden]>
> *Cc:* Edward Diener <eldiener_at_[hidden]>
> *Assunto:* Re: [Boost-users] Compile error using property_tree
> On 9/10/2019 7:00 AM, Rui Pedro via Boost-users wrote:
>> Hello guys,
>> I wanted to use boost to parse an INI file. in my code i used this includes:
>> #include "boost/property_tree/ptree.hpp"
>> #include "boost/property_tree/ini_parser.hpp"
>>
>> when I compile my code "g++ test.cpp -o Test" with only this two
>> includes I get an error from one of the included files:
>>
>> In file included from test.cpp:15:0:
>> boost/property_tree/ptree.hpp:15:45: fatal error:
>> boost/property_tree/ptree_fwd.hpp: File or directory not found
>>   #include <boost/property_tree/ptree_fwd.hpp>
>>                                               ^
>> compilation terminated.
>>
>>
>> This is an error in the ptree.hpp imported file. Maybe this has a quick
>> fix but I'm kinda new to C++. I've checked and both files exist
>> (boost/property_tree/ptree and boost/property_tree/ptree_fwd.hpp).
>
> You need an "-Itop-level-boost-directory" parameter.


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