Ok, I successfully compiled all libraries.
I had to change the following:
HWSD:
hwsd\net\sys\module.cpp, ln 135, int casting:
WideCharToMultiByte( CP_ACP, 0, current->FriendlyName,
(int)wcslen(current->FriendlyName), buf,
BUFSIZ, 0, 0 );
CMake\common.cmake, ln 71: remove -DBOOST_ALL_DYN_LINK (not sure if needed)
Equalizer:
\eq\client\CMakeLists.txt, ln 18: remove -DBOOST_ALL_DYN_LINK
eq\server\config, ln 771, casting:
for( CompoundsCIter i = children.begin(); i != children.end(); ++i )
(*i)->setSubPixel( SubPixel( i - children.begin(), (const
uint32_t)children.size( )));
With this changes it compiles on VS2012 with static boost libraries.
eqHello is running, so it can't be that wrong...
Hope this helps
Robert
--
View this message in context:
http://software.1713.n2.nabble.com/Compile-errors-in-gpusd-and-equalizer-tp7583114p7583125.html
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com.
_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com