Please Help

A forum for the general posts relating to MacroQuest. *DEPRECATED: This forum is no longer in public use, but remains here for your reading pleasure. Enjoy

Moderator: MacroQuest Developers

lullimarka
orc pawn
orc pawn
Posts: 21
Joined: Mon Nov 18, 2002 8:48 am

Please Help

Post by lullimarka » Sat Nov 23, 2002 5:47 am

Hi,

Please dont flame me on asking newbie questions, i have really searched to the best of my capacity and not find my answer in any forum here.


i want to compile macroquest myself, so i downloaded IRC-latest from main page link. I have read the source readme and downloaded and installed te packages for perl and detours as said in it. after that when i
dbl click on the solution file in the folder (i hope thats the way to do it) the solution opens up in VS.NET .... build brings up the following 2 errors tho .. any help in this regard wud be REALLY appreciated.

EQLib fatal error LNK1181: cannot open input file '..\PerlCore\lib\Perl56.lib'

MacroQuest fatal error LNK1181: cannot open input file '\Documents and Settings\fahd\Desktop\IRC-20021116\Release\EQLib.lib'


altho i think the 2nd error is rooted from the first one .... im not really that good at visual dev tools and totally new to VS.NET ... please be kind and help me out here.

ill be really happy if i can make this work.

Valerian
a grimling bloodguard
a grimling bloodguard
Posts: 709
Joined: Sun Jul 28, 2002 3:29 am

Post by Valerian » Sat Nov 23, 2002 2:23 pm

EQLib fatal error LNK1181: cannot open input file '..\PerlCore\lib\Perl56.lib'
look for Perl56.lib, it should be in the Perl installation folder for perl somewhere... like in lib\core\. when you find it, copy it into your_MQ_folder\PerlCore\lib and try to compile again.

Shiva
decaying skeleton
decaying skeleton
Posts: 4
Joined: Fri Nov 29, 2002 12:58 pm

Post by Shiva » Tue Dec 03, 2002 10:09 pm

Change the reference to the LIB from '..\PerlCore\lib\Perl56.lib'
to '..\PerlCore\lib\core\Perl56.lib'