-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project dead? #651
Comments
Hi Arthur, this project is not dead, but it has been quiet lately. The server behind equalizergraphics.net has been deactivated a long time ago, when we moved to github. It has been archived on http://eyescale.github.io/equalizergraphics.com/. The cmake path on Windows was always tricky due to not having a standard package manager. What problems do you have during the cmake run? |
Hi,I'm compile the project on win10,and already define Environmental variable for BOOST_ROOT=“E:/boost_1_57_0”、BOOST_LIBRARYDIR=“E:/boost_1_57_0/lib64-msvc-9.0”、BOOST_INCLUDEDIR=“E:/boost_1_57_0”、Boost_ADDITIONAL_VERSIONS=“1.57 1.57.0”、Boost_USE_MULTITHREAD=“ON”,Boost_USE_STATIC_LIBS=“ON”,but got compile fail message below: -- git clone https://github.com/BlueBrain/Deflect.git D:/clusterRender/Equalizer/Deflect [cc4c732] The cmake-policies(7) manual explains that the OLD behaviors of all CMake Warning (dev) at CMake/common/CommonFindPackage.cmake:68 (find_package): Environment variable Boost_ROOT is set to:
For compatibility, CMake is ignoring the variable. -- SKIP Deflect: Required LibJpegTurbo not found -- Configuring incomplete, errors occurred! I do not kown why? Can you help me |
The boost finder is one of the annoying ones in cmake, it changes behavior all the time. Add to that the non-existing package management on Windows, and you're in a world of pain. I don't have a Windows system to repro anymore, but it looks like your problem is here:
I would try setting the policy. If that still doesn't work, there is a Boost_DEBUG variable (iirc) which should give you detailed output on why the Boost finder is not finding stuff. |
The new version can not build on Windows, visual studio, Even can not configure by CMake. The
equalizergraphics.net website can not access; Then I find and download the old v1.2 bin for windows hardly, and when I try to start the example applications, it said there is no gpusd.dll; And it seems that the GPU-SD can only be downloaded from equalizergraphics.net, which is dead. So, untill now, there is no way to use this library on windows at all. Do you still running and care about this project?
The text was updated successfully, but these errors were encountered: