Jump to content

Some problem again


Recommended Posts

Posted

I guy's, i have some problems with mangos so i'll show you where thats complicated.

The source Code for MaNGOS is now located in the mangos folder

We now need to modify the mangos build process to load in the script library

7) edit CMakeLists.txt in this folder

change

# add_subdirectory(scripts)

to

add_subdirectory(scripts)

I don't have any line with this... I checked with Notepad ++ with the research fonction.

Maybe thats not in the c:\MangosSource/Mangos folder ?

The Database SQL Files are located in this folder

cd mangosdb/_tools

make_full_db.sh

mysql -u root -p mangos < full_db.sql

Thats very special... The _tools isnt downloaded... I tried 3 times ans i had 3 times the same problem...

Thansk for help who will be apported.

Posted

Since the CMake isn't involved in the build process under Windows, you can skip the the part with the CMakeLists.txt.

As you can see clearly in the database repository the _tools folder exists.

Since you're using Windows you have to use make_full_db.bat rather than make_full_db.sh. Or more convenient use MaNGOSdb_Installer.bat.

Posted

It's likely the MangosThree he's installing. Ran into the same conundrum last night following the https://github.com/mangoswiki/Wiki/wiki/WindowsInstallVM guide. The tools folder isn't under the MangosDB repository for Three, it's separate but easy enough to gitbash into it's own folder. The guide does mention the

7) edit CMakeLists.txt in this folder

change

# add_subdirectory(scripts)

to

add_subdirectory(scripts)

Which if for the linux install is fairly confusing as it's a windows guide. I did find that .bat file for the action with some sniffing around however and it worked fine.

I realize I'm new to the party (relatively - I was involved in mangos in it's early stages. I think I was credited with a grand total of TWO fixes to the code. *snort!* But been gone a long time since then.) The scattered and outdated documentation definitely needs an update. Even if it's just a FAQ summary listing which ones are valid and which are completely outdated, with links. Due to your recent resurrection alot of links in the previous posts are dead and just link to the main forum page instead. Github's a bit of a tangle of links as well.

Please don't take this the wrong way, it's not meant to be "damn new guy leeching and wanting everything handed to him" and I do respect it's work freely done for the community. I'm just thinking it's possible for a clearer and more concise list of guides and links would encourage more to join the work here in development. *I* enjoy figuring stuff out, but the time spent by new arrivals trying to get things up and running and you helping them could also be spent improving the code itself.

Just my 2cp. ;)

Posted

I can confirm that the current mangos Three build is broken and the main dev working on this is currently away.

- I will attempt to work out the cause and fix it very soon.

I am currently involved in preparing a major release on Zero over the next few days, so this may have to wait

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