Hi!

I'm wondering if there were any error messages prior to the ones you
included, especially ones complaining about not finding perl
directories or .h files.  It looks like it might be failing in the
pass where it runs perl on if_perl.xs.  It seems to be most concerned
about finding ExtUtils in this pass.  I'd look in the makefile, and
see if the $PERL is set correctly, and it looks like all the paths are
correct  for your system.

I have checked that (even before writing the report and now again) and the path seems to be ok, there is no error before that. If I change the path, I get the error, that EXTERN.h is not found.

I set the path to C:\Perl as in this example of the make file:

# Example: To build the non-debug, GUI version with Perl interface:
#       nmake -f Make_mvc.mak GUI=yes PERL=C:\Perl

To be precise, I set the following:

set PERL=C:\Perl
set DYNAMIC_PERL=yes
set PERL_VER=58

In the make file I can see, that this should really be the correct path. All paths, which are constructed there, do exist with this setting. I made a full install of ActivePerl, thus, if the distribution of ActivePerl contains everything, there should not miss anything.

Best wishes,
Georg





Send instant messages to your online friends http://uk.messenger.yahoo.com

Reply via email to