Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-25-2012, 11:32 PM
gibroni
Hill Giant
 
Join Date: Jun 2009
Location: glendale
Posts: 193
Default

now i get a zone compile error with build 2155. 5 build, 1 fail. gives me

3>LINK : fatal error LNK1104: cannot open file 'perl510.lib'
3>
3>Build FAILED.
Reply With Quote
  #2  
Old 06-26-2012, 12:19 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by gibroni View Post
now i get a zone compile error with build 2155. 5 build, 1 fail. gives me

3>LINK : fatal error LNK1104: cannot open file 'perl510.lib'
3>
3>Build FAILED.
Rev 2152: If you change the pragma comment back to perl514.lib in embperl.cpp you will be golden. I don't know why it was changed like that, it broke mine too and I had to change it back.

Code:
	Modify	/trunk/EQEmuServer/zone/embperl.cpp	diff
...			
28	28		//#pragma comment(lib, "perl56.lib")
29	29		#ifdef _WINDOWS
30	30		#if _MSC_VER >= 1600 // for V100+ toolset
31		-	#pragma comment(lib, "perl514.lib")
31	+	#pragma comment(lib, "perl510.lib")
32	32		#else
33	33		#pragma comment(lib, "perl510.lib")
34	34		#endif
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:44 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3