|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself. |

09-06-2008, 07:58 PM
|
Discordant
|
|
Join Date: Oct 2005
Location: michigain
Posts: 260
|
|
problems in 0.7.0-1129
i have a problem don't know if its the new code or me..
sense i added the code my server is running about 100% possesses and was not before.. then from time to time i get a world server crash and just before that i get a microsoft visual c++ debug library error that has a retry ignore and another button no matter the button i crash.
anyways is this just something with me or anyone else and is there anything i can do about it like turn off the debugger?
|

09-06-2008, 08:01 PM
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
Read the changelog, I got 5 dollars says you forgot to add a DB new table 
|

09-06-2008, 08:11 PM
|
Discordant
|
|
Join Date: Oct 2005
Location: michigain
Posts: 260
|
|
ill check again but i dont think i did.. i also downloaded the cvs for peq and did not see anything in there i was missing
but ill check one min 
|
 |
|
 |

09-06-2008, 08:16 PM
|
Discordant
|
|
Join Date: Oct 2005
Location: michigain
Posts: 260
|
|
Code:
Required SQL:
CREATE TABLE `blocked_spells` (
`id` int(11) NOT NULL auto_increment,
`spellid` mediumint(8) unsigned NOT NULL default '0',
`type` tinyint(4) NOT NULL default '0',
`zoneid` int(4) NOT NULL default '0',
`x` float NOT NULL default '0',
`y` float NOT NULL default '0',
`z` float NOT NULL default '0',
`x_diff` float NOT NULL default '0',
`y_diff` float NOT NULL default '0',
`z_diff` float NOT NULL default '0',
`message` varchar(255) NOT NULL default 'You cannot cast that spell here',
`description` varchar(255) default NULL,
PRIMARY KEY (`id`)
)
CREATE TABLE `group_id` (
`groupid` int(4) NOT NULL,
`charid` int(4) NOT NULL,
`name` varchar(64) NOT NULL,
PRIMARY KEY (`groupid`, `charid`)
)
ENGINE = InnoDB;
UPDATE npc_spells_entries SET type='512' WHERE spellid='48';
UPDATE npc_spells_entries SET type='512' WHERE spellid='49';
UPDATE npc_spells_entries SET type='512' WHERE spellid='1526';
UPDATE npc_spells_entries SET type='512' WHERE spellid='1697';
CREATE TABLE `group_leaders` (
`gid` int(4) NOT NULL,
`leadername` varchar(64) NOT NULL,
PRIMARY KEY (`gid`)
)
ENGINE = InnoDB;
patch_6.2.conf and patch_Titanium.conf files have changed be sure to update them.
added all this updated from 1118
|
 |
|
 |

09-06-2008, 08:22 PM
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
Well, there goes another 5 bucks!
Do you still have the older version code? have you tried it to see if the problem goes away?
Just to make sure it isn't anything else
|

09-06-2008, 08:24 PM
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
Also the *.conf files changed, but I don't know if th wrong ones would crashthe server
|

09-06-2008, 08:30 PM
|
Discordant
|
|
Join Date: Oct 2005
Location: michigain
Posts: 260
|
|
i moved over the 6.2 and titanium cofig files i did not move over the others does that matter... ya i still have the old code.. i just changed the code this morning was not having the problem till after the new code went live
|
 |
|
 |

09-06-2008, 08:31 PM
|
Discordant
|
|
Join Date: Oct 2005
Location: michigain
Posts: 260
|
|
at the end of the compile i get some errors i did not get before is this the reasion?
Code:
1>Linking...
1>LINK : ../build/ZonePerl.exe not found or not built by the last incremental link; performing full link
1>zlib.lib(adler32.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\zlib.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\zlib.pdb'; linking object as if no debug info
1>zlib.lib(compress.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\zlib.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\zlib.pdb'; linking object as if no debug info
1>zlib.lib(crc32.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\zlib.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\zlib.pdb'; linking object as if no debug info
1>zlib.lib(deflate.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\zlib.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\zlib.pdb'; linking object as if no debug info
1>zlib.lib(inffast.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\zlib.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\zlib.pdb'; linking object as if no debug info
1>zlib.lib(inflate.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\zlib.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\zlib.pdb'; linking object as if no debug info
1>zlib.lib(inftrees.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\zlib.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\zlib.pdb'; linking object as if no debug info
1>zlib.lib(trees.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\zlib.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\zlib.pdb'; linking object as if no debug info
1>zlib.lib(zutil.obj) : warning LNK4099: PDB 'zlib.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\zlib.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\zlib.pdb'; linking object as if no debug info
1>mysqlclient.lib(array.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(bchange.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(bmove_upp.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(charset-def.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(charset.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(client.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-big5.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-bin.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-cp932.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-czech.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-euc_kr.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-eucjpms.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-extra.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-gb2312.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-gbk.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-latin1.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-mb.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-simple.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-sjis.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-tis620.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-uca.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-ucs2.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-ujis.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-utf8.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype-win1250ch.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ctype.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(default.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(errmsg.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(errors.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(int2str.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(is_prefix.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(libmysql.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(list.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(longlong2str.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(mf_dirname.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(mf_fn_ext.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(mf_format.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(mf_loadpath.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(mf_pack.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(mulalloc.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_access.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_alloc.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_compress.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_div.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_error.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_fopen.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_gethostbyname.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_getwd.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_init.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_lib.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_malloc.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_messnc.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_net.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_once.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_open.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_pthread.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_read.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_realloc.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_static.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_strtoll10.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_symlink.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_thr_init.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_time.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_vsnprintf.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_wincond.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(my_winthread.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(net_serv.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(pack.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(password.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(sha1.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(str2int.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(str_alloc.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(strcend.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(strend.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(strmake.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(strmov.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(strnmov.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(strtod.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(strxmov.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(strxnmov.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(typelib.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(vio.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(viosocket.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(viossl.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(viosslfactories.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(xml.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(uncompr.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(aes.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(aestables.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(algebra.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(arc4.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(asn.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(coding.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(des.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(dh.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(dsa.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(file.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(hash.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(integer.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(md2.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(md4.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(md5.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(misc.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(random.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ripemd.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(rsa.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(sha.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(buffer.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(cert_wrapper.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(crypto_wrapper.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(handshake.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(log.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(socket_wrapper.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(ssl.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(timer.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(yassl_error.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(yassl_imp.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>mysqlclient.lib(yassl_int.obj) : warning LNK4099: PDB 'mysqlclient.pdb' was not found with 'C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\mysqlclient.lib' or at 'c:\Documents and Settings\spider\Desktop\1129BotsSrc\1129Bots\Build\mysqlclient.pdb'; linking object as if no debug info
1>Embedding manifest...
|
 |
|
 |

09-06-2008, 09:04 PM
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
You did a 'make depend'?
make clean
make depend
make
|

09-06-2008, 09:14 PM
|
Discordant
|
|
Join Date: Oct 2005
Location: michigain
Posts: 260
|
|
You did a 'make depend'?
make clean
make depend
make
im not sure what this means? all i did was download it and compile it.. its one that it is one that builds the zonedebug.exe and world whatever.. not like the one i was useing before its this one..
http://www.eqemulator.net/forums/showthread.php?t=25614 at the bottom
my old code is from the downloads section so im guess ing this one is the cvs version?
|

09-06-2008, 09:56 PM
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
You're using Linux?
how do you compile?
|

09-06-2008, 10:00 PM
|
Discordant
|
|
Join Date: Oct 2005
Location: michigain
Posts: 260
|
|
im using windows.. i compile using visual c++ 2005 express edition
|

09-06-2008, 10:00 PM
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
What I was getting at is recently, FNW threw in 'make depend' which solved a lot for me-
But I'm talking Linux dunno what you have
|

09-06-2008, 10:05 PM
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
Quote:
Originally Posted by spider661
im using windows.. i compile using visual c++ 2005 express edition
|
I guess you need to wait for one of the windows compiler buffs to help you out. I can compile in windows, I use 2008, but I really haven't gotten into it. Seems windows is pretty easy though. It looks like you're compiler can't find some of the dependencies it needs for the compile.
|

09-06-2008, 10:08 PM
|
AX Classic Developer
|
|
Join Date: May 2006
Location: filler
Posts: 2,049
|
|
try this out; move all the files but not the Server.sln or Server.dsw file (which ever you use to start it all up) - use your old ones
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 12:26 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |