View Single Post
Old 07-29-07, 09:51 PM   #11
minsc_tdp
XO
 
Join Date: Mar 2007
Posts: 411
Downloads: 1
Uploads: 0
Default

Quote:
Originally Posted by panthercules
"Can't locate Win32/GuiTest.pm in @INC <@INC contains: C:/Perl/site/lib .> at go.pl line 9.
BEGIN failed--compilation aborted at go.pl line 9."
Look inside the install.bat and you'll see a line that looks like this:

ppm install \sh4speech\libraries\Win32-GuiTest\Win32-GuiTest.ppd

Put that into a command prompt and see what happens. It should install that module which is not installed on your system for some reason, see why when you run it manually. The results should look like this:

C:\Documents and Settings\you>ppm install \sh4speech\libraries\Win32-GuiTest\Win32-GuiTest.ppd
Unpacking Win32-GuiTest-1.50.5...done
Generating HTML for Win32-GuiTest-1.50.5...done
Updating files in site area...done
16 files installed


You might want to copy everything from C:\sh4speech\libraries\Win32-GuiTest into c:\temp and then try

ppm install \temp\Win32-Guitest.ppd

I've noticed it didn't install once from a deep folder but from there it was OK.

If all else fails, add this to the install.bat and run it again:

md \perl\site\lib\win32
md \perl\site\lib\win32\guitest
copy \sh4speech\libraries\Win32-GuiTest\GuiTest.pm \perl\site\lib
copy \sh4speech\libraries\Win32-GuiTest\lib\win32\guitest\*.* \perl\site\lib\win32\guitest


If it's STILL not workin do this on a command prompt and tell me the results:

perl -e "print join(',', @INC);"

Mine returns this, as should yours:
C:/Perl/site/lib,C:/Perl/lib,.
__________________
June 29 2016 - shSpeech v2.55 - Voice Command for Silent Hunter 4! View Thread

Last edited by minsc_tdp; 07-29-07 at 11:17 PM.
minsc_tdp is offline   Reply With Quote