|
From: Steve B. <st...@cu...> - 2011-01-10 21:01:21
|
Hi, Firstly, thanks if you're contributing to this project - looks very interesting and useful. Now, a bit of a noob question but I've been trying to build mammoth all day and I've managed to generate the VS2008 VCPROJ but now I seem to have hit a brick wall. I've never used cmake before so I'm unsure if I'm doing things 100% correctly - several projects (TBB / FFMPEG) had to have their paths manually filled in because I couldn't get cmake to find them for love or money. Anyway I seem to be getting lots of errors while compiling mammoth, mostly from boost - here's a couple: 1>..\..\..\src\core\net\rtmp_connection.cpp(260) : warning C4273: 'mammoth::net::rtmp_connection::write_handshake' : inconsistent dll linkage 1> F:\perforce\plugin3d\Libs\mammoth\include\mammoth/net/rtmp_connection.hpp(139) : see previous definition of 'write_handshake' 1>rtmpt_connection.cpp 1>f:\perforce\plugin3d\libs\boost\include\boost/asio/ssl/detail/openssl_context_service.hpp(74) : error C2440: '=' : cannot convert from 'const SSL_METHOD *' to 'SSL_METHOD *' We're on Boost 1.39 so it's presumably the problem - are there any plans to migrate to a more recent boost level? I've also got some more build errors which look like some windows specific stuff perhaps isn't being pulled in correctly. thanks Steve |