Forums WoW Modding Discussion Miscellaneous [Archive] Cmake Error

[Archive] Cmake Error

[Archive] Cmake Error

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
11-04-2025, 05:11 PM
#1
Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

I can't fix this errors what can i do ?

[Image: 2022-12-09_16-24-04-png.2598]

[Image: 2022-12-09_16-23-50-png.2599]
rektbyfaith
11-04-2025, 05:11 PM #1

Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

I can't fix this errors what can i do ?

[Image: 2022-12-09_16-24-04-png.2598]

[Image: 2022-12-09_16-23-50-png.2599]

rektbyfaith
Administrator
0
11-04-2025, 05:11 PM
#2
Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

Remove the /boost after boost_1_73_0/
rektbyfaith
11-04-2025, 05:11 PM #2

Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

Remove the /boost after boost_1_73_0/

rektbyfaith
Administrator
0
11-04-2025, 05:11 PM
#3
Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

Quote:JadaDev said:

Remove the /boost after boost_1_73_0/

Click to expand...
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)
rektbyfaith
11-04-2025, 05:11 PM #3

Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

Quote:JadaDev said:

Remove the /boost after boost_1_73_0/

Click to expand...
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)

rektbyfaith
Administrator
0
11-04-2025, 05:11 PM
#4
Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

You have done this step right :

[Image: 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

[Image: 1670619163796-png.2600]
rektbyfaith
11-04-2025, 05:11 PM #4

Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

You have done this step right :

[Image: 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

[Image: 1670619163796-png.2600]

rektbyfaith
Administrator
0
11-04-2025, 05:11 PM
#5
Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

Quote:JadaDev said:

You have done this step right :

[Image: 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

Click to expand...
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)

[Image: 1670799261278-png.2604]
rektbyfaith
11-04-2025, 05:11 PM #5

Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

Quote:JadaDev said:

You have done this step right :

[Image: 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

Click to expand...
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)

[Image: 1670799261278-png.2604]

rektbyfaith
Administrator
0
11-04-2025, 05:11 PM
#6
Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

Quote:lostica said:

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

Click to expand...
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

Windows Requirements

[Image: android-chrome-192x192.png]

trinitycore.info

Specifically

[Image: 1670884749422-png.2605]
rektbyfaith
11-04-2025, 05:11 PM #6

Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

Quote:lostica said:

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

Click to expand...
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

Windows Requirements

[Image: android-chrome-192x192.png]

trinitycore.info

Specifically

[Image: 1670884749422-png.2605]

rektbyfaith
Administrator
0
11-04-2025, 05:11 PM
#7
Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

Quote:JadaDev said:

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

Windows Requirements

[Image: android-chrome-192x192.png]

trinitycore.info

Specifically

[AT
[Image: 2022-12-13_13-14-32-png.2610]
TACH=full]2605[/ATTACH]

Click to expand...
my authserver and worldserver doesn't work mysql is still running but they instant close after click
rektbyfaith
11-04-2025, 05:11 PM #7

Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

Quote:JadaDev said:

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

Windows Requirements

[Image: android-chrome-192x192.png]

trinitycore.info

Specifically

[AT
[Image: 2022-12-13_13-14-32-png.2610]
TACH=full]2605[/ATTACH]

Click to expand...
my authserver and worldserver doesn't work mysql is still running but they instant close after click

rektbyfaith
Administrator
0
11-04-2025, 05:11 PM
#8
Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

check the auth log and world log, prob miss information the db login
rektbyfaith
11-04-2025, 05:11 PM #8

Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

check the auth log and world log, prob miss information the db login

rektbyfaith
Administrator
0
11-04-2025, 05:11 PM
#9
Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

It gave something like that

[Image: 2022-12-13_18-05-46-png.2611]
rektbyfaith
11-04-2025, 05:11 PM #9

Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

It gave something like that

[Image: 2022-12-13_18-05-46-png.2611]

rektbyfaith
Administrator
0
11-04-2025, 05:11 PM
#10
Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

You need to set up the connection details inside the authserver.conf & also worldserver.conf
rektbyfaith
11-04-2025, 05:11 PM #10

Archived author: lostica • Posted: 2025-11-04T18:11:17.439474
Original source

You need to set up the connection details inside the authserver.conf & also worldserver.conf

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)