PDA

View Full Version : Rev 922 Compile Error


Xenerox
08-14-2009, 07:11 AM
Hello atm i am trying to get rev 922 to compile because i heard it was more legit then the peq server pack so im starting fresh i have everything from the svn but now i cant figure out how to compile it without useing navicat i tried useing mysql cmd line but it keeps giving me

Failed To Open File ' peqdb_Rev922.sql error 2

do i have to put the sql somewhere for mysql to see it ? im confused here please any help would be appreciated

pfyon
08-14-2009, 10:11 AM
When using the command line on windows, I think the sql file has to be in the same folder as the mysql cmd line exe.

nosfentora
08-14-2009, 12:06 PM
Or the path to the file needs to be complete / relative.

ie
mysql -u<user> -p<pass> <db name> < "c:\sql files\peqdb_rev922.sql"

or

mysql -u<user> -p<pass> <db name> < "..\sql files\peqdb_rev922.sql"

Xenerox
08-14-2009, 04:45 PM
one more thing that worked but not i do not know how to make the emu part of it i got the code from svn but now what i cant launch it (i got maps/quests/code)

Xenerox
08-14-2009, 05:03 PM
dont i need new executables? like new world.exe and such"?

Xenerox
08-14-2009, 06:22 PM
im usething the emu from sp 4 and now it wont load items or anything

Taurinus
08-14-2009, 06:43 PM
Notice at the top of the forum is a sticky for server setup.

http://www.eqemulator.net/forums/showthread.php?t=29043