alexkulya / pandaria_5.4.8

Pandaria Core for World of Warcraft Mists of Pandaria client 5.4.8
GNU General Public License v2.0
40 stars 40 forks source link

Compile Error with Tools #25

Closed StarlordDev closed 2 years ago

StarlordDev commented 2 years ago

Hello, apparently the project gives an error when compiling with tools

My configuration is:

ERROR: Error LNK1104 cannot open file 'libboost_date_time-vc142-mt-x64-1_72.lib' mmaps_generator C:build\src\tools\mmaps_generator\LINK

alexkulya commented 2 years ago

@StarlordDev boost 1.71.0, MySQL 5.7.31, Microsoft Visual Studio Professional 2019 (Version 16.10.4), cmake 3.19.4-win64-x64. My set of programs. Compilation without errors (With and without tools).

Ramys commented 2 years ago

@alexkulya do you happen to have a solocraft script for that core?

alexkulya commented 2 years ago

@Ramys At the moment, there is no solocraft or scripts similar to it in the core.

StarlordDev commented 2 years ago

Hi, I have tried to change to your configuration but I keep getting the same error :(

Ramys commented 2 years ago

@StarlordDev , Did you change the boost version in the variables?

https://drive.google.com/file/d/1WLJxNEhmf7SiC549X4mzI9u_4-33nOw7/view

I use these with boost 1.70.

StarlordDev commented 2 years ago

Yes, I have modified the variables. I have downloaded Boost 1.71 but I have the same error 'cannot open file 'libboost_date_time-vc142-mt-x64-1_71.lib'' I don't know what I am doing wrong 😖

Note:

Ramys commented 2 years ago

Clean cmake project and use boost 1.70 @StarlordDev

StarlordDev commented 2 years ago

I have reinstalled everything but the error persists, I don't understand why it can't open libboost_date_time.

Ramys commented 2 years ago

cmake 3.19.4-win64-x64

StarlordDev commented 2 years ago

It still doesn't work, I'll be on the lookout in case someone has the same problem and manages to find a solution. Thanks

Ramys commented 2 years ago

@StarlordDev

Visual Studio 17 , please.

alexkulya commented 2 years ago

@StarlordDev Why close the issue without solving it. I was at work so I couldn't answer you. In the cmake before starting the build, clear the folder with the old build, clear the cache, and before starting a new build, check that the boost path is set correctly. I have attached a screenshot of my boost paths. Screenshot_1

Ramys commented 2 years ago

if it clears cmake it will work. @StarlordDev

StarlordDev commented 2 years ago

I think I have found the error. apparently mmaps_generator is not compatible with MSVC 14.2 I have managed to compile without tools using BOOST 1.72/171 without problems. I have tried to change BOOST with MSVC 14.1 but it seems that my compiler is not compatible and more errors are generated.

Ramys commented 2 years ago

I compile without maps..

Link maps all https://github.com/alexkulya/pandaria_5.4.8/issues/16#issuecomment-1016430787

StarlordDev commented 2 years ago

mapextractor.exe, vmap4assembler.exe and vmap4extractor.exe are working correctly, the one that has a compile error is mmaps_generator.exe

Ramys commented 2 years ago

dude, use the maps I sent... it's easier for you to extract everything again

StarlordDev commented 2 years ago

I already extracted them xD. I hope you can solve the mmaps_generator.exe. I have a question regarding the db archive and FusionCMS, what are they for? and I can't find the FusionCMS db inside the project.

Ramys commented 2 years ago

server to host a website, fusion or Blizzcms. I prefer Blizzcms. https://github.com/WoW-CMS/BlizzCMS

Myy website made from it. http://furiadogelo.com.br/en/

StarlordDev commented 2 years ago

can it be disabled? the project will only be for local use.

alexkulya commented 2 years ago

@StarlordDev Without a website, you can use everything locally. It is not worth disabling access or deleting the Fusion base, since there are balance data from the in-game store.

alexkulya commented 2 years ago

About extracting maps: place all four extractors in the client directory, add the my attached *.bat file there and run it. simple_extractor.zip

StarlordDev commented 2 years ago

Thanks, I've already extracted the maps. I close this Issue, although it is necessary to verify why mmaps_generator.exe has errors when compiling with MSVC 14.2