[Digikam-devel] Re: Boost graph in CMake

Johannes Wienke languitar at semipol.de
Fri Nov 12 08:25:06 GMT 2010


Am 12.11.2010 09:20 schrieb Gert Kello:
>>>
>>> Sounds like the "COMPONENST graph" must be removed. How is it working
>>> at all? Or is it only windows problem?
>>
>> I've added this as boost graph is a real library on linux:
>>
>> languitar at herbie:~$ ls -l /usr/lib/libboost_graph*
>> -rw-r--r-- 1 root root 629114 2010-05-08 02:53 /usr/lib/libboost_graph.a
>> lrwxrwxrwx 1 root root     16 2010-11-08 21:13
>> /usr/lib/libboost_graph-mt.a ->  libboost_graph.a
>> lrwxrwxrwx 1 root root     24 2010-11-08 21:13
>> /usr/lib/libboost_graph-mt.so ->  libboost_graph.so.1.42.0
>> lrwxrwxrwx 1 root root     24 2010-11-08 21:13
>> /usr/lib/libboost_graph.so ->  libboost_graph.so.1.42.0
>> -rw-r--r-- 1 root root 303600 2010-05-08 02:53
>> /usr/lib/libboost_graph.so.1.42.0
>>
>> Normally it should also be one on windows? Is there really no
>> boost_graph.dll or something like this? Is boost graph really built by
>> your installation?
>
> No boost_graph dll... Not sure if it is built or not, or if it
> needs/supports building on windows. Didn't build boost manually but
> with emerge.
>
> But the graph headers are definitely present in boost include directory.

Ok, I checked the boost documentation. The library file is optional and 
only required to parse graphviz files. So the component request can be 
removed from the cmake script.

Sorry,
Johannes



More information about the Digikam-devel mailing list