|
Posted by Vincent Fuchs on November 3, 2004, 3:50 am
Please log in for more thread options
Hi all,
I'm new to perl, and I want to use XML::Parser, but the problem is
XML::Parser and XML::Parser::Expat are different (2.34 for Parser, and
2.27 for Expat). So I downloaded expat_win32bin_1_95_8.exe from
sourceforge to upgrade Expat. I install it, it seems to be ok. Then I
tried to reinstall Parser, by downloading XML-Parser-2.34.tar.gz, and
then when I do
perl Makefile.pl EXPATLIBPATH=C:PerlsitelibXmlParserExpatLibs
EXPATINCPATH=C:PerlsitelibXmlParserExpatSourcelib
I get that :
Note (probably harmless): No library found for 'oldnames.lib'
Note (probably harmless): No library found for 'kernel32.lib'
Note (probably harmless): No library found for 'user32.lib'
Note (probably harmless): No library found for 'gdi32.lib'
Note (probably harmless): No library found for 'winspool.lib'
Note (probably harmless): No library found for 'comdlg32.lib'
Note (probably harmless): No library found for 'advapi32.lib'
Note (probably harmless): No library found for 'shell32.lib'
Note (probably harmless): No library found for 'ole32.lib'
Note (probably harmless): No library found for 'oleaut32.lib'
Note (probably harmless): No library found for 'netapi32.lib'
Note (probably harmless): No library found for 'uuid.lib'
Note (probably harmless): No library found for 'wsock32.lib'
Note (probably harmless): No library found for 'mpr.lib'
Note (probably harmless): No library found for 'winmm.lib'
Note (probably harmless): No library found for 'version.lib'
Note (probably harmless): No library found for 'odbc32.lib'
Note (probably harmless): No library found for 'odbccp32.lib'
Note (probably harmless): No library found for 'msvcrt.lib'
Usage: xsubpp [-v] [-C++] [-except] [-prototypes] [-noversioncheck]
[-nolinenumb
ers] [-nooptimize] [-noinout] [-noargtypes] [-s pattern] [-typemap
typemap]... f
ile.xs
Writing Makefile for XML::Parser::Expat
Writing Makefile for XML::Parser
but when I' using the Makefile for XML::Parser::Expat, I have the same
error message. I've looked on my hard drive if could find those lib
files, but I can't find them. Do I miss something ?
I tried to replace the Expat.pm (v2.27) by the v2.34 file, but of
course it's not working (XML::Parser::Expat object version 2.27 does
not match bootstrap parameter 2.34 at C:/Perl/lib/DynaLoader.pm line
225.)
I'm really having hard times with this module. I've already installed
other modules, but it was easier, and I don't understand why I have
problems with this one.
Thanks in advance for your help
--
Vincent Fuchs
|
|
Posted by Ron Savage on November 5, 2004, 8:59 am
Please log in for more thread options
On Wed, 3 Nov 2004 21:50:24 +1100, vfuchs@free.fr wrote:
Hi Vincent
> I'm new to perl, and I want to use XML::Parser, but the problem is
> XML::Parser and XML::Parser::Expat are different (2.34 for Parser,
There modules come pre-installed with the 'right' version of Perl :-)):
http://savage.net.au/Perl.html --
Cheers
Ron Savage, ron@savage.net.au on 5/11/2004
http://savage.net.au/index.html
|
| Similar Threads | Posted | | XML::Parser::Expat install problem | April 24, 2005, 1:44 am |
| XML::Parser CPAN install error with Expat.o | October 1, 2004, 4:36 pm |
| XML::Parser CPAN install error with Expat.o | October 1, 2004, 4:36 pm |
| A c program which printing the tag value of a xml file using expat parser in linux environment | October 25, 2007, 7:05 am |
| write permissions installing XML-SAX-Expat-0.38 locally | June 9, 2007, 10:44 am |
| Installing XML Parser | May 25, 2006, 2:20 am |
| Errors installing XML::Parser from CPAN on Solaris 9 | September 7, 2005, 10:29 am |
| Woes installing HTML::Parser using -MCPAN or by hand | September 3, 2005, 2:11 am |
| Problems while installing win32::api | May 15, 2007, 4:34 pm |
| Problems installing DBD::Sybase on Mac OS X with SQLAnywhere9 | May 4, 2005, 5:11 pm |
|