24.06.2015, 22:09
Quote:
Thank you. I've downloaded CentOS 6.6 32-bit (so I don't have to mess with 32 and 64 bit librarys).
I've downloaded all needed packages (like mysql, groupinstall "Development Tools", boost, etc). When I go to project directory and do command "make" then I'll get only errors. make output: http://pastebin.com/QAcCwHAK // Fixed by downloading sampgdk (it wasn't included when I was downloading the ZIP on mysql project github). After that I'm still experiencing errors: http://pastebin.com/SExhpsii // I did "yum install mysql-devel" and again "make", then got compiled. Huraay. // Also libboost must be properly installed (/usr/lib). |
I am getting this error;
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find SAMPSDK (missing: SAMPSDK_DIR SAMPSDK_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmake/FindSAMPSDK.cmake:21 (find_package_handle_standard_args)
CMakeLists.txt:30 (find_package)