PDA

View Full Version : Trying to get linux source to build.


jbb
05-18-2003, 12:28 AM
Several questions :-

If I want to build this on linux what should I use? I got the source from the sourceforce CVS and it builds fine but I can't get the db.sql in there to load. One of the inserts fails due to number of fields being wrong.

So - is the cvs a suitable source to use to build it for linux? And if not what am I best using?

Also, in the cvs there are directories "EQEMu Release" and "EQEmu Release".... Is one of them just old left over stuff?

Anyway, if I want to build and run this on linux I'd welcome any information about what to downloads and what database I should run on it.

Thanks.

Trumpcard
05-18-2003, 02:36 AM
One of them is a mistake.. Just ignore the one with older files..

What do you mean a field being wrong? You mean you're getting an error when sourcing in the file to mysql?

This happens from time to time because of so of the developers that use windows editors editting the db.sql file and breaking lines. It tends to happen in the zone table espeically. JUst cut out the table with the problem, (just leave the create section in) and fill in the data with one of the add on databases, like drawdes.

jbb
05-18-2003, 03:45 AM
I get :-
ERROR 1136 at line 3787: Column count doesn't match value count at row 1

I'll have a proper look anyway and see what's wrong. Just wanted to make sure I wasn't looking at the wrong files before spending too much time.

Thanks for the reply

[Later-]
I looked and it seems to be missing three fields from the zone table entry for 'jaggedpine'. I added what looked right and it's worked.