Han, As I mentioned I am getting compilation errors while building it on My
Mac10.2.8.
i.e
1: syntax error missing ';' after '_flags'
It shows this error at line no : 329 in
file "streambuf.h"
2: Cannot preparse....
It comes from XalanLib_Prefix.h file
inside
build/XalanLib.build/XalanLib.build/Prefixheaders.
Which has
only one line to include XalanLib_Prefix.h that
exist in XalanLib folder.
Dmitry, I tried to fix the problem but could not. B'coz I usually never use
PB proj files.
I had downloaded it from "Xalan-C_1_6-src" package. I that's the
right one for Mac OS X.
Then I thought of building Xalan1.6 with CodeWarrior8.3. I am able to create
the framework. But While using it in my test Application it crashes while
initialization. In XalanDOMString it reserves the vector, I am new to Xalan
and has no idea what it's doing. But it's an STL stuff that gets crash. I
can submit the patch for CW8.3, if some one wants to use it in CW and try it
out.
My application uses Xerces2.1, so I thought it might be some thing related
to version incompatible with Xerces. So I tried building Xalan1.5 and
Xalan1.4 Same problem.
So basically it stops me to use Xalan on my Mac OS X. I could not find the
"Xalan.framework" binary created by PB in the package that I had downloaded.
Otherwise I could have tried to use it.
Suggestions are welcome.
ThanX
--Pranav
-----Original Message-----
From: Dmitry Hayes [mailto:[EMAIL PROTECTED]
Sent: Monday, December 01, 2003 8:50 PM
To: [EMAIL PROTECTED]
Subject: Re: Xalan-C++ 1.6 Does not compile with project builder(On Mac
OS X)
Hi !
I'm not sure that the ProjectBuilder environment is up-to-date : we simply
don't have an access to Mac to work with it .
Yes , there is some addition in version 1.6 : "Sane includes project" : you
can find all sources in src/xalanc dir.
If you can fix the project files and create a patch , it will be great .
Thanks!
Dmitry
|---------+---------------------------->
| | Pranav Kumar Sahu|
| | <[EMAIL PROTECTED]|
| | n> |
| | |
| | 12/01/2003 02:11 |
| | AM |
| | Please respond to|
| | xalan-dev |
|---------+---------------------------->
>---------------------------------------------------------------------------
---------------------------------------------------|
|
|
| To: [EMAIL PROTECTED]
|
| cc:
|
| Subject: Xalan-C++ 1.6 Does not compile with project builder(On
Mac OS X) |
>---------------------------------------------------------------------------
---------------------------------------------------|
I have not received any solution to this one so mailing it again.
Any Clues ????
ThanX
--Pranav
-----Original Message-----
From: Pranav Kumar Sahu [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 6:46 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Xalan-C++ 1.6 compilation problem with project builder
Hi,
I did tried to build Xalan1.6 using ProjectBuilder. It does
not
compile.
I got errors for missing files(all). B'coz it looks for source
files
in "src" folder, but files available at "src/Xalanc" folder. I
removed these errors by modifying the project file.
Still I am getting two errors
1: syntax error missing ';' after '_flags'
It shows this error at line no : 329
in file
"streambuf.h"
2: Cannot preparse....
It comes from XalanLib_Prefix.h file
inside
build/XalanLib.build/XalanLib.build/Prefixheaders. Which has
only one line to include XalanLib_Prefix.h that exist in XalanLib folder.
Can any one suggest what might be the problem.
Rgds
--Pranav Sahu