Hi Marc, Thanks for your feedback - just in time. :)
On 31. Jul 2012, at 11:10, m0bl0 [via Software] wrote: > CMake complains about some missing dependencies (pkg-config, hwloc, NVCtrl). > I got pkg-config by installing GTK+ (though I don't think it was really > required?). Judging from the .cmake files, hwloc and NVCtrl are not > supported/used on Windows? Yes, hwloc/NVCtrl are purely optional. > Anyway, some hints about this in the readme might be helpful, e.g. "Ignore > warnings about missing hwloc, pkg-config, ...". Will do. > The automatic downloading/installing of boost did not work correctly for me: > Boost was downloaded from svn, but the path to boost was not setup correctly, > so the other projects would not find the headers. Also, the boost binaries > were not built, but maybe that's not necessary? > I fixed this by manually building boost and setting the BOOST_ROOT env var. That should (and does for me) work without intervention. What did the Buildyard CMake run say wrt Boost? It should look like this: -- Boost: use http://svn.boost.org/svn/boost/tags/release/Boost_1_49_0: Afterwards you should have the boost headers in build/install/include and some libs in build/install/lib. > The build of eqNBody failed with some weird "unresolved external" errors. (I > seem to remember that eqNBody also failed to build for me in earlier versions > - is this supposed to work?) Unfortunately, that also prevented Equalizer > itself from being built. I fixed this by manually setting > EQUALIZER_BUILD_EXAMPLES:BOOL=OFF in > Equalizer-1.4-rc1/Equalizer/CMakeCache.txt. Is there a better way to do this? > Can I disable only the eqNBody example but still build the others? Is this > documented somewhere?! You can disable CUDA, which is less invasive. I'll see if I can fix it on my end. Cheers, Stefan. -- View this message in context: http://software.1713.n2.nabble.com/Equalizer-1-4-RC1-tp7580812p7580913.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

