Compiling Errors

Post Reply
User avatar
buddysievers
Posts: 97
Joined: Thu Dec 06, 2012 12:10 pm
Location: Germany

Compiling Errors

Post by buddysievers » Sat Jun 04, 2016 1:44 pm

Hi there, i was trying to compile the newest stable branch but it wont work...
There are 272 errors with the code C1083.
Does this mean i have to change all the files by hand and change all #include to #include <mysql/mysql.h> like the wiki says?
The most recent error is no such file or directory for stdef.h in cbasetypes.h.
Pls help me out and thx in advance!

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Compiling Errors

Post by kjLotus » Sat Jun 04, 2016 1:46 pm

sounds like you made an error in setting up the environment

User avatar
buddysievers
Posts: 97
Joined: Thu Dec 06, 2012 12:10 pm
Location: Germany

Re: Compiling Errors

Post by buddysievers » Sat Jun 04, 2016 1:50 pm

well i did everything like the wiki said...


so what can i do?
reinstall visual studio 2015?
the installation took me 4 hours. :(

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Compiling Errors

Post by kjLotus » Sat Jun 04, 2016 2:40 pm

visual studio is probably fine, sounds more like the paths in the solution or you have files missing in your git clone

User avatar
buddysievers
Posts: 97
Joined: Thu Dec 06, 2012 12:10 pm
Location: Germany

Re: Compiling Errors

Post by buddysievers » Sat Jun 04, 2016 5:01 pm

hmm i have installed git for windows and git tortoise and did it like the wiki says.
use "Git Clone" with the url http://github.com/DarkstarProject/darkstar.git.
then use TortoiseGit -> Switch/Checkout to change the branch to stable.
then start visual studio 2015 and click on build or use ctrl+shift+b.
it starts to compile and begin to throw these errors.

User avatar
buddysievers
Posts: 97
Joined: Thu Dec 06, 2012 12:10 pm
Location: Germany

Re: Compiling Errors

Post by buddysievers » Sat Jun 04, 2016 7:36 pm

Ok so far i have repaired the install of visual studio 2015 and tried again.
this time it works and it compile all 3 servers but i got 30 warnings.
I have attached a logfile.
Pls help me out. :)
Attachments
Log.txt
Logfile
(13.05 KiB) Downloaded 224 times

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Compiling Errors

Post by kjLotus » Sat Jun 04, 2016 7:42 pm

warnings are normal

User avatar
buddysievers
Posts: 97
Joined: Thu Dec 06, 2012 12:10 pm
Location: Germany

Re: Compiling Errors

Post by buddysievers » Sat Jun 04, 2016 9:06 pm

ok so far no crashes or such everything works fine.
but when i start the map server there is an error in Sekhmet.lua.
i know its nothing really important its just confusing to see errors in a stable branch.

Post Reply