Thanks, Wim!

It worked. Everything compiled without errors.

On Tue, May 4, 2010 at 7:41 PM, Wim Dumon <[email protected]> wrote:
> Alexei,
>
> In wt/src/Wt/Dbo/backend/CMakeLists.txt, change on line 16
> BOOST_WT_DT_LIB into BOOST_WT_DT_LIBRARY
> Let me know if that fixes it.
>
> Wim.
>
> 2010/5/4 Wim Dumon <[email protected]>:
>> So there's no boost date_time lib in your link command, even though
>> the CMakeLists.txt specifies it. This is likely a problem in the build
>> scripts.
>> Can you send me your CMakeCache.txt, off-list?
>>
>> Wim.
>>
>> 2010/5/4 Alexei Vinidiktov <[email protected]>:
>>> Hello Wim,
>>>
>>> Here's what I get with make VERBOSE=1
>>>
>>> Linking CXX shared library libwtdbosqlite3.dylib
>>> cd /Users/alexei/Dev/wt-3.1.2/build/src/Wt/Dbo/backend &&
>>> /opt/local/bin/cmake -E cmake_link_script
>>> CMakeFiles/wtdbosqlite3.dir/link.txt --verbose=1
>>> /usr/bin/c++   -mmacosx-version-min=10.6 -O2 -g -dynamiclib
>>> -headerpad_max_install_names -compatibility_version 3.0.0
>>> -current_version 3.1.2 -o libwtdbosqlite3.3.1.2.dylib -install_name
>>> /Users/alexei/Dev/wt-3.1.2/build/src/Wt/Dbo/backend/libwtdbosqlite3.3.dylib
>>> CMakeFiles/wtdbosqlite3.dir/Sqlite3.o
>>> CMakeFiles/wtdbosqlite3.dir/amalgamation/sqlite3.o -L/opt/local/lib
>>> -L/Users/alexei/Dev/wt-3.1.2/build/src/Wt/Dbo ../libwtdbo.3.1.2.dylib
>>> -ldl
>>> Undefined symbols:
>>>  "boost::gregorian::greg_month::get_month_map_ptr()", referenced from:
>>>      boost::gregorian::date
>>> boost::date_time::parse_date<boost::gregorian::date>(std::basic_string<char,
>>> std::char_traits<char>, std::allocator<char> > const&, int)in
>>> Sqlite3.o
>>> ld: symbol(s) not found
>>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> witty-interest mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>



-- 
Alexei Vinidiktov

------------------------------------------------------------------------------
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to