Jump to content

Search maps for classic mangos 1.12.


dest

Recommended Posts

Yes I have these two files in the right place.

same error as above.

You can click on the Advanced button in CMake, and manually set the path for ACE_INCLUDE_DIRS to the programfiles directory (C:\Program Files (x86)\ACE\6.0.8\include\ and not to C:\Program Files (x86)\ACE\6.0.8\include\ace\)

Link to comment
Share on other sites

Here is what is displayed:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.

Please set them or make sure they are set and tested correctly in the CMake files:

ACE_LIBRARY

linked by target "mangos-framework" in directory C:/Users/Julien/Desktop/se/src/framework

linked by target "mangos-shared" in directory C:/Users/Julien/Desktop/se/src/shared

linked by target "vmap-assembler" in directory C:/Users/Julien/Desktop/se/src/tools/vmap-assembler

linked by target "mmap-generator" in directory C:/Users/Julien/Desktop/se/src/tools/mmap-generator

linked by target "mangos-game" in directory C:/Users/Julien/Desktop/se/src/game

linked by target "mangos-vmap" in directory C:/Users/Julien/Desktop/se/src/game/vmap

linked by target "mangos-auctionhouse-bot" in directory C:/Users/Julien/Desktop/se/src/game/AuctionHouseBot

linked by target "mangos-battleground" in directory C:/Users/Julien/Desktop/se/src/game/BattleGround

linked by target "mangos-outdoor-pvp" in directory C:/Users/Julien/Desktop/se/src/game/OutdoorPvP

linked by target "mangos-movement" in directory C:/Users/Julien/Desktop/se/src/game/movement

linked by target "realmd" in directory C:/Users/Julien/Desktop/se/src/realmd

linked by target "mangosd" in directory C:/Users/Julien/Desktop/se/src/mangosd

linked by target "mangos-scripts" in directory C:/Users/Julien/Desktop/se/src/bindings/scripts

MYSQL_INCLUDE_DIR (ADVANCED)

used as include directory in directory C:/Users/Julien/Desktop/se/src/tools/vmap-assembler

used as include directory in directory C:/Users/Julien/Desktop/se/src/tools/mmap-generator

used as include directory in directory C:/Users/Julien/Desktop/se/src/game

used as include directory in directory C:/Users/Julien/Desktop/se/src/game/vmap

used as include directory in directory C:/Users/Julien/Desktop/se/src/game/AuctionHouseBot

used as include directory in directory C:/Users/Julien/Desktop/se/src/game/BattleGround

used as include directory in directory C:/Users/Julien/Desktop/se/src/game/OutdoorPvP

used as include directory in directory C:/Users/Julien/Desktop/se/src/game/movement

used as include directory in directory C:/Users/Julien/Desktop/se/src/realmd

used as include directory in directory C:/Users/Julien/Desktop/se/src/mangosd

used as include directory in directory C:/Users/Julien/Desktop/se/src/bindings/scripts

MYSQL_LIBRARIES (ADVANCED)

linked by target "mangos-game" in directory C:/Users/Julien/Desktop/se/src/game

linked by target "mangos-vmap" in directory C:/Users/Julien/Desktop/se/src/game/vmap

linked by target "mangos-auctionhouse-bot" in directory C:/Users/Julien/Desktop/se/src/game/AuctionHouseBot

linked by target "mangos-battleground" in directory C:/Users/Julien/Desktop/se/src/game/BattleGround

linked by target "mangos-outdoor-pvp" in directory C:/Users/Julien/Desktop/se/src/game/OutdoorPvP

linked by target "mangos-movement" in directory C:/Users/Julien/Desktop/se/src/game/movement

linked by target "realmd" in directory C:/Users/Julien/Desktop/se/src/realmd

linked by target "mangosd" in directory C:/Users/Julien/Desktop/se/src/mangosd

Link to comment
Share on other sites


  • [li]ACE_LIBRARY: This should be pointing to a directory containing ACE.dll[/li]
    [li]MYSQL_INCLUDE_DIR: that these are missing means you have not installed the MySQL Server development files. As noted in the
http://paste2.org/xyKcN7xC you need MySQL Server Community edition version 5.5, and select development files during installation.[/li]
[li]MYSQL_LIBRARIES: these missing indicates the same as MYSQL_INCLUDE_DIR missing, probably MySQL server installation missing or only the server without client library and development files.[/li]

Just make sure you check the http://paste2.org/xyKcN7xC notes twice, and things should work :) You already solved a lot, and are very close to a working build.

Link to comment
Share on other sites

Impression that in his work:

Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)

Visual C++ detected.

Found MySQL: C:/wamp/bin/mysql/mysql5.6.12/include, C:/wamp/bin/mysql/mysql5.6.12/lib/libmysql.dll

Found MYSQL: C:/wamp/bin/mysql/mysql5.6.12/lib/libmysql.dll (found version "5.6.12")

Configuring done

Generating done

Link to comment
Share on other sites

Error when compiling this time with visual:

CMake does not need to re-run because C:/Users/Julien/Desktop/build/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/dep/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/dep/libmpq/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/dep/libmpq/libmpq/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/dep/recastnavigation/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/dep/recastnavigation/Detour/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/dep/recastnavigation/Recast/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/dep/src/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/dep/src/g3dlite/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/framework/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/shared/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/tools/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/tools/map-extractor/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/tools/map-extractor/libmpq/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/tools/map-extractor/loadlib/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/tools/vmap-extractor/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/tools/vmap-assembler/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/tools/mmap-generator/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/game/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/game/vmap/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/game/AuctionHouseBot/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/game/BattleGround/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/game/OutdoorPvP/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/game/movement/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/realmd/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/mangosd/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/bindings/CMakeFiles/generate.stamp is up-to-date.

1> CMake does not need to re-run because C:/Users/Julien/Desktop/build/src/bindings/scripts/CMakeFiles/generate.stamp is up-to-date.

And more.

Link to comment
Share on other sites

Impression that in his work:

Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)

Visual C++ detected.

Found MySQL: C:/wamp/bin/mysql/mysql5.6.12/include, C:/wamp/bin/mysql/mysql5.6.12/lib/libmysql.dll

Found MYSQL: C:/wamp/bin/mysql/mysql5.6.12/lib/libmysql.dll (found version "5.6.12")

Configuring done

Generating done

Indeed this is good :)

Link to comment
Share on other sites

Error when compiling this time with visual:

CMake does not need to re-run because C:/Users/Julien/Desktop/build/CMakeFiles/generate.stamp is up-to-date.

These are no errors, these tell you that the project files are still identical with the definitions CMake has, and thus are kept as they are. It should now build 24 projects, leaving you with all map tools, and mangos including script library built.

The whole process may take a while depending on your systems processing power.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use