Hello,

What is your os ?
Is include dir found ?
Can you verify that all boost libs are installed in the same directory ?

with the message() function in FindBoost.cmake, Can you test values of :

      BOOST_DATE_TIME_FOUND
      BOOST_FILESYSTEM_FOUND
      BOOST_IOSTREAMS_FOUND
      BOOST_PRG_EXEC_MONITOR_FOUND
      BOOST_PROGRAM_OPTIONS_FOUND
      BOOST_PYTHON_FOUND
      BOOST_REGEX_FOUND
      BOOST_SERIALIZATION_FOUND
      BOOST_SIGNALS_FOUND
      BOOST_TEST_EXEC_MONITOR_FOUND
      BOOST_THREAD-MT_FOUND
      BOOST_UNIT_TEST_FRAMEWORK_FOUND
      BOOST_WSERIALIZATION_FOUND
 
Laurent

Esben Stien a écrit :
> Markus Hossner <[email protected]> writes:
>
>   
>> May be you have to change BOOST_LIBRARIES_SUFFIX too. I had the
>> problem that my libraries use the suffix -mt.
>>     
>
> Right, I have a suffix: 
>
> -gcc43-mt-1_39
>
> Other apps are able to figure this out by itself, though. 
>
> I tried: 
>
> export BOOST_LIBRARIES_SUFFIX="-gcc43-mt-1_39"
>
> and putting this code in FindBoost.cmake:
>
> set(BOOST_LIBRARIES_SUFFIXES
>          -gcc43-mt-1_39
>    )
>
> , but just the same. 
>
> You did something else?.
>
>   

_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev

Reply via email to