evemuproject / evemu_server

MAIN SERVER DEVELOPMENT
http://www.evemu.org
148 stars 103 forks source link

Need Advice with error C1189 compiling with MVSC++2013. #141

Closed RazMan83 closed 3 years ago

RazMan83 commented 8 years ago

looking at the wiki instructions for compiling the files from evemu_server i get past the cmake part np. when i get into using MSC++2013 and i get some errors the refuses to build files.

Errors 11 Warnings 17

========== Rebuild All: 8 succeeded, 6 failed, 3 skipped ==========

error C1189: #error : ERROR: You must use a GNU Compiler. error MSB6006: "cmd.exe" exited with code 9009

most of it is pointing towards using a GNU Compiler no clue what this is im realy new to this. i wanted to try this out to help me learn a thing or two about coding and databases with mysql.

if i can get this working and you are still working on this code id like to jump on board once im up to par with the basics.

as for updating the game to use newer models and graphics ive made some progress using the older evemu_server.exe and eve crucible client.

NickTaylor- commented 8 years ago

Could you post the entire build log to Gist or some other paste site?

RazMan83 commented 8 years ago

do you mean the log i get after i try building the files? like the errors etc , if so theres a log i think for every type

eve-collector

eve-common https://mega.nz/#!Tlw2UL5a!ucoKK6l46s506EJQNcyrnIjBK_aFNkXDLFEYXSMWnzs eve-core https://mega.nz/#!St5R0bJK!l1Rysqpl7MljdIpikcZxi076jWh-BOrgkT8JArdaSlQ eve-server https://mega.nz/#!i5pRyBqC!82jaSUW89bxvJ3rr7O6XJ6VymSCa_cIZ6pCIW1XdrJE eve-test https://mega.nz/#!fx5A3ToJ!rTt8QHd6vTOhkzU84XRdrZxNlD9RPCM8cDvMmeJ0iQI eve-tool https://mega.nz/#!u9R1QCRQ!2kRK-Oi-Q5cqga0b11uO659xrfR54rRKbqaEORlvUEg eve-xmlpktgen https://mega.nz/#!6hBx2I4C!xo7LWL0Fr64pLjDm75ydrsoMD5ULL2-HrefAIcjP73k

etc is there a place that shows alog for all issues in one single file ? if so were would i find and would i post it on here or would i upload the file ? i belive some of my probblems are related to the GnuWin32 folder looks like im missing somthing. the other one im getting is C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 9009. the rest of my issues are warnings but i think if those 2 errors was fixed then the warning would go away.

ill dig around and post it asap i really would like to learn how to compile this so i can learn how the code works and maby contribute to this project i have alot of time on my hands to much lol.

RazMan83 commented 8 years ago

ive tracked an error in cmake thats saying build failed goto here and dl the logs see what you make of them.

CMakeError.log https://mega.nz/#!Lsp0yJZJ!WopKVu4qo-JwMNwuAWzTCGsKTz8kXsIS1dwbwYJYyog

CMakeOutput.log https://mega.nz/#!b8Z1waJJ!gJQEi3YC6W6JpZycX4vIoV9C-sfKkkiVLsDeKbl9byI

its looking like the same issue as i have with MVS2013 same error code btw when i try building with cmake it looks for files. says found others it says not found, thx in advance.

RazMan83 commented 8 years ago

OK got in down to 2 main things 1st _mingw.h i think my version is to low or installed incorrectly and 2nd is the cmd.exe now im not sure if this is the git cmd or windows cmd.exe ether way it fails ive backed up my system and about to do a full format. ive tried reinstalling what i need with no joy my system could do with a format been putting it off for along time. ive learnt alot trying to debug my probblem. ill post back soon.

eve-moo commented 8 years ago

I use Linux and gcc so I'm not to familiar with windows but I did recently see something about there being an "old" version of minggw that uses a file mingw32-make that won't work on newer stuff. Instead you need to make sure you use the make.exe in the mingw/bin directory. Don't know if that'll help but it's all I got right now. Edit: and I think the article said something about making sure mingw/bin was in your system environment path directory.

zhyrohaad commented 3 years ago

there were no further replies or updates to this issue. any new problems like this should open a new bug report.