Re: [Cppcms-users] Linking trouble when trying to build on OSX (Snow Leopard)
Brought to you by:
artyom-beilis
From: doug l. <bi...@gm...> - 2012-04-06 15:36:39
|
Hi -- that fixed that problem, thanks very much. Unfortunately, I now get this error a little further along in the build process: ... [ 32%] Building CXX object CMakeFiles/cppcms.dir/src/send_timeout.cpp.o /Users/douglivesey/src/cppcms-1.0.1/src/send_timeout.cpp: In function 'void cppcms::impl::set_send_timeout(booster::aio::stream_socket&, int, booster::system::error_code&)': /Users/douglivesey/src/cppcms-1.0.1/src/send_timeout.cpp:26:17: error: aggregate 'cppcms::impl::set_send_timeout(booster::aio::stream_socket&, int, booster::system::error_code&)::timeval tv' has incomplete type and cannot be defined In file included from /Users/douglivesey/src/cppcms-1.0.1/private/send_timeout.h:11:0, from /Users/douglivesey/src/cppcms-1.0.1/src/send_timeout.cpp:18: /Users/douglivesey/src/cppcms-1.0.1/booster/booster/system_error.h: At global scope: /Users/douglivesey/src/cppcms-1.0.1/booster/booster/system_error.h:73:31: warning: 'booster::system::posix_category' defined but not used [-Wunused-variable] make[2]: *** [CMakeFiles/cppcms.dir/src/send_timeout.cpp.o] Error 1 make[1]: *** [CMakeFiles/cppcms.dir/all] Error 2 make: *** [all] Error 2 Am I perhaps missing a dependency? I thought I'd installed everything. Anyway, thanks very much for your advice, and Happy Passover to you, too! :) Doug. |