PDA

View Full Version : How-To Compile & Install


spideyak
05-22-2010, 09:47 PM
Just thought I'd share my work that I've done for mainly my benefit; however, somebody may also like this how-to. It's definitely a work in progress:

http://merlins-revenge.org/node/70

Just my way of paying back a little work for those who've done most of it =)...

trevius
05-23-2010, 06:22 AM
Nice work, but normally guides like that are better off being put in our Wiki. Then, if your website ever vanishes, or if someone else wants to help update/correct your guide, they can. Something to consider, anyway.

eski2
06-25-2010, 04:03 AM
I'm having a go at following this guide and am getting errors like the ones below
Compiling...
chatchannel.cpp
clientlist.cpp
c:\documents and settings\owner\desktop\eqemu server files\trunk\eqemuserver\common\emutcpconnection.h( 23) : warning C4200: nonstandard extension used : zero-sized array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
c:\documents and settings\owner\desktop\eqemu server files\trunk\eqemuserver\ucs\clientlist.cpp(1004) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\owner\desktop\eqemu server files\trunk\eqemuserver\ucs\clientlist.cpp(1306) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\owner\desktop\eqemu server files\trunk\eqemuserver\ucs\clientlist.cpp(1309) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\owner\desktop\eqemu server files\trunk\eqemuserver\ucs\clientlist.cpp(1419) : warning C4018: '<' : signed/unsigned mismatch
c:\documents and settings\owner\desktop\eqemu server files\trunk\eqemuserver\ucs\clientlist.cpp(1422) : warning C4018: '<' : signed/unsigned mismatch
database.cpp
c:\documents and settings\owner\desktop\eqemu server files\trunk\eqemuserver\common\eq_packet_structs.h (408) : warning C4200: nonstandard extension used : zero-sized array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array

I'm using the files downloaded by using svn. I've never used this program before and don't know what i might have missed. My include directories seem to be the same as in the guide? Can anyone tell me what is wrong, or is there some sort of log needed to make sense of it?

eski2
06-25-2010, 04:06 AM
sorry, just noticed it says "Do not post support topics here." but i can't see any way i can delete the post.

pfyon
06-25-2010, 07:21 AM
Those are warnings anyway. In a perfect world, there wouldn't be any, but they also shouldn't break it either.

Knotthead
07-16-2010, 02:23 PM
I just did my C++ compile and got this output at the end

========== Build: 3 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

I followed your install step by step. Will I be ok?

Also, what do I do after I create the database? Your instructions end right there.

Zandig
07-16-2010, 04:18 PM
Proper compiling guide is in the Wiki:
http://www.eqemulator.net/wiki/wikka.php?wakka=VS2008