Re: [Arsperl-users] I am getting the following error when using nmake to make arsperl
Brought to you by:
jeffmurphy
|
From: Jeff M. <jcm...@je...> - 2005-10-31 16:39:28
|
On Mon, 2005-10-31 at 08:26 -0800, John Brown wrote: > Here are the contents of the makefile. I could not find any references to DLLs in it. The > installation file references two files which do not exist on my machine (Arapi.lib and nts.lib) > and there is no indication how to add these paths: you need those files. you edit Makefile.PL and change the $ARSAPI variable so that it points to where those files are (well, actually it points to the folder _above_ the 'lib' folder that those files are in). you then do the 'perl Makefile.PL' and 'nmake' those files are in the AR System windows server package. you can copy them off of your ar system server. if you dont have access to the server, you can extract the API files from the self-installer by passing some options to the installshield setup.exe program to cause it to not delete the extracted packages. unfortunately, i dont recall what those options are. > > "Under WindowsNT you will need to insert the appropriate libraries > (arapi.lib and nts.lib) from the API kit included with NT Server, > and the path to the include files, into Makefile.pl (or the resulting > Makfile). " > > Has ANYONE tried to make ARSPerl run under windows lately? yes. it builds under windows. jeff |