Jason - I've taken parts of Ilya's Makefile.PL and added some pieces of the
Makefile.PL that I was working on.  The handler *.cpp files compile w/o a
problem, but I get a few errors trying to compile Xerces.c that I haven't
been able to track down yet. 

Here's the code followed by the errors:

class SAX_EXPORT InputSource    <- line 135
{
public:
...

C:\Xerces\Xerces-C\xerces-c1_5_2-win32\include\sax/InputSource.hpp(135) :
error
C2054: expected '(' to follow 'class'
C:\Xerces\Xerces-C\xerces-c1_5_2-win32\include\sax/InputSource.hpp(136) :
error
C2085: 'InputSource' : not in formal parameter list
C:\Xerces\Xerces-C\xerces-c1_5_2-win32\include\sax/InputSource.hpp(136) :
error
C2143: syntax error : missing ';' before '{'

***************************************************************
// This file is generated, don't edit it!!

#if !defined(ERRHEADER_XMLExcepts)
#define ERRHEADER_XMLExcepts

class XMLExcepts   <- line 6
{
public :

C:\Xerces\Xerces-C\xerces-c1_5_2-win32\include\util/XMLExceptMsgs.hpp(6) :
error
 C2061: syntax error : identifier 'XMLExcepts'
C:\Xerces\Xerces-C\xerces-c1_5_2-win32\include\util/XMLExceptMsgs.hpp(6) :
error
 C2059: syntax error : ';'


There are a few others in other files, but they're all similar to this.  One
question - what do you use the SAX_EXPORT tag for in the InputSource class
definition?

Mark


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 29, 2001 10:15 AM
To: [EMAIL PROTECTED]
Cc: Steven Apostolou
Subject: Re: Xerces-p for windows


"Steven Apostolou" <[EMAIL PROTECTED]> writes:

> Hello xerces-p-dev,
> 
>    Did anyone got Xerces-p working on Windows with version 1.5.2?
>    Could you send me your makefile? Or is there a binary install for
>    version 1.5.2 anywhere?
>    Like: http://www.xmlproj.com/xerces/windows_install.html

Hi Steven,

Mark Riehl is working on it, but hasn't succeeded yet. I have written
Ilya, the author of the xmlproj.com port and asked him to send me his
Makefile.PL, but he hasn't responded.

jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to