Re: [Cppcms-users] Linking trouble when trying to build on OSX (Snow Leopard)
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-04-06 21:13:44
|
>________________________________ > From: doug livesey <bi...@gm...> >To: Artyom Beilis <art...@ya...>; cpp...@li... >Sent: Friday, April 6, 2012 6:36 PM >Subject: Re: [Cppcms-users] Linking trouble when trying to build on OSX (Snow Leopard) > > >Hi -- that fixed that problem, thanks very much. >Unfortunately, I now get this error a little further along in the build process: > > > [snip] >/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 > [snip] > > >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! :) I hadn't tested CppCMS with gcc-4.7 yet, I assume there is a missing header time.h, add it and see if it helps. Artyom |