Re: [Cppcms-users] cppcms compile error
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2016-01-04 07:48:17
|
On Mon, Jan 4, 2016 at 8:44 AM, Arno Duvenhage <adu...@cs...> wrote: > Hi > > I'm getting errors trying to compile CPPCMS > 'https://svn.code.sf.net/p/cppcms/code/framework/trunk': > > cppcms/steal_buf.h:71:36: error: implicit > > instantiation of undefined template 'std::__1::basic_istream<char, > > std::__1::char_traits<char> >' > > class const_char_istream : public std::istream { > > > I'm using OSX and cmake. Thanks for the report, it was <istream> include missing with clang/libc++ Please run svn update it should work now. Also once you build please don't forget to run "make test" or "ctest" to get all the tests running on Mac OS X. (I don't have one to run on) and it is forbidden to run one on non-Mac VM (according to Mac OS X EULA) > > > Kind Regards, > > Arno > > Regards, Artyom |