Modcraft - The community dedicated to quality WoW modding!
Featured => Noggit => Topic started by: Bth on March 05, 2013, 10:59:50 pm
-
So, i´m triying to compile Noggit unsuccessfully.
I´ve installed all the libraries indicated in the readme, but seems that stormlib has an error. Is there a guide to install stormlib properly?
Or if it´s not the problem, What is?
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
Could NOT find storm (missing: STORM_LIBRARY)
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
cmake/Findstorm.cmake:26 (find_package_handle_standard_args)
CMakeLists.txt:48 (find_package)
(I´m using windows 8 64bits and tried visual studio 2010 and 2012)
-
Try manually setting the path to it in cmake-gui.
-
I´ve tried before posting, but the error doesn´t get fixed.
-
Have you compiled stormlib?
It comes not with an precompiled binary, you need to compile it before cMake can find it. Also there is a bug in the cMake script I don´t get fixed till today. It add the RAD and DAD dlls that are needed but also a Stormlib.dll that don´t exist. You have to clean this out inside VisualStudio after project creation.