Re: [Boost-users] Welcome to the "Boost-users" mailing list
Dear there:
I recently started to use the boost graph library and I got the following problem.
I'v 2 projects A and B in my vc 7.1 solution.
A uses boost graph lib while B is dependent on A.
I'v no problem compiling A but got some errors in B like this:
C:\Program Files\boost\boost_1_35_0\boost\graph\detail\adjacency_list.hpp(2292): error C2039: 'size_type' : is not a member of 'boost::vec_adj_list_impl
On Fri, Feb 6, 2009 at 7:45 PM, liulewes
Dear there:
I recently started to use the boost graph library and I got the following problem.
I'v 2 projects A and B in my vc 7.1 solution.
A uses boost graph lib while B is dependent on A.
The dependency will not cause B to use any of the settings from A as far as I'm aware.
I'v no problem compiling A but got some errors in B like this:
Sounds like settings from A to B are different. Right click on project A in the solution explorer, choose Properties. Look under C/C++ "Additional Include Directories". Compare what's in here with project B's settings. Regards, Pete
participants (2)
-
liulewes
-
Peter Barker