Cmake Error

lostica

Trial Member
8
2022
0
I can't fix this errors what can i do ?



2022-12-09_16-24-04.png
2022-12-09_16-23-50.png
 

lostica

Trial Member
8
2022
0
Remove the /boost after boost_1_73_0/
after that i get this error
CMake Error at C:/Program Files/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Boost (missing: system filesystem program_options iostreams
regex) (found suitable version "1.73.0", minimum required is "1.73")
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake/share/cmake-3.25/Modules/FindBoost.cmake:2376 (find_package_handle_standard_args)
dep/boost/CMakeLists.txt:38 (find_package)
 

JadaDev

Veteran Member
91
2014
10
Location
Tunisia
You have done this step right :
boost.jpg


Also go to your boost and open the builder bootstrap.bat to generate b2.exe or bjam.exe and than open b2.exe and wait until it finish
1670619163796.png
 

lostica

Trial Member
8
2022
0
You have done this step right :
boost.jpg


Also go to your boost and open the builder bootstrap.bat to generate b2.exe or bjam.exe and than open b2.exe and wait until it finish
View attachment 2600
I get this error after that


CMake Error at C:/Program Files/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
OPENSSL_INCLUDE_DIR Crypto SSL)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
cmake/macros/FindOpenSSL.cmake:559 (find_package_handle_standard_args)
dep/openssl/CMakeLists.txt:16 (find_package)



1670799261278.png
 

JadaDev

Veteran Member
91
2014
10
Location
Tunisia
I get this error after that


CMake Error at C:/Program Files/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
OPENSSL_INCLUDE_DIR Crypto SSL)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
cmake/macros/FindOpenSSL.cmake:559 (find_package_handle_standard_args)
dep/openssl/CMakeLists.txt:16 (find_package)



View attachment 2604
Alright, now you're having openssl issue as you can notice they aren't even found / installed make sure to follow the guid of installing openssl
Specifically
1670884749422.png
 

lostica

Trial Member
8
2022
0
Alright, now you're having openssl issue as you can notice they aren't even found / installed make sure to follow the guid of installing openssl
Specifically
[AT
2022-12-13_13-14-32.png
TACH=full]2605[/ATTACH]
my authserver and worldserver doesn't work mysql is still running but they instant close after click
 
Top