@xml.apache.org
cc
Subject
Re: Building Xerces 2.3.0 with GCC 3.4.2 on Solaris5.8!!!
> from XMLString.cpp:74:
>
/user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:
> In destructor
`xercesc_2_3::RefArrayVectorOf::~RefArrayVectorOf()
> from XMLString.cpp:74:
>
/user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:
> In destructor
`xercesc_2_3::RefArrayVectorOf::~RefArrayVectorOf()':
>
/user/sbhatnag/xerces/xerces-c-src_2_3_0/include/xercesc/util/RefArrayVectorOf.c:25:
> error:
Hi
I had built the source on HP Itanium(11.23). I am using the same source
tree(after clean up).
Xerces build using GCC 3.4.2 on Solaris, is not tested by Apache. Hence
any help is appreciated!
runConfigure output ends like this:
export TRANSCODER="NATIVE"
export MESSAGELOADER="INMEM"
export
Title: building Xerces-C statically with a static ICU for transcoding
Hey,
I am building ICU statically to link with Xerces-C (also static) for transcoding messages on windows with VC7.1. Everything works fine so farhowever I am skeptical that it actually worked the way it should have
Hi,
Version 1.4 is very old. Can you try a newer version? People are more
likely to be able to help you with errors then.
Gareth
On 25 Nov 2004, at 16:44, Daniel Donovan wrote:
Hello, I have been trying to build a static xerces library on a Linux
i686 box with no joy.
You have to dos2unix all
Hello, I have been trying to build a static xerces library on a Linux i686 box
with no joy.
You have to dos2unix all the config files before you can even run the
"runConfigure" script and then, when I try to build, I get loads of errors, the
most frequent ones being: *** commands commence befor
Hi,
I've managed to successfully build Xerces with CodeWarrior 8.0, however
when I try and build it using 9.2 I get the following errors:
===
Error : object 'xercesc_2_6::MacOSUnicodeConverter::fgMyServiceId'
redefined
MacOSUnicodeConverter.cpp line 78 icodeConverter::fgMyServiceId[]
Message -
From: "James Berry" <[EMAIL PROTECTED]>
To: "Peter Thomas" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, November 16, 2004 3:56 PM
Subject: Re: Building Xerces with CodeWarrior 9.x
Hi Peter,
I confess to having let the codewarri
Hi Peter,
I confess to having let the codewarrior ports lapse, to some degree. I
don't own CodeWarrior 9, and so haven't been testing in that
environment. If you have any patches to contribute I'd be happy to get
them into the xerces source...
It looks like CodeWarrior may be complaining about
Hi,
I've managed to successfully build Xerces with CodeWarrior 8.0, however
when I try and build it using 9.2 (and 9.3) I get the following errors:
===
Error : object 'xercesc_2_6::MacOSUnicodeConverter::fgMyServiceId'
redefined
MacOSUnicodeConverter.cpp line 78 icodeConverter::fgMyS
ra R
[mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09,
2004 9:18 AMTo: [EMAIL PROTECTED]Subject:
Building xerces-c on AMD 64 Windows Server 2003
Hi,
Can someone help me build xerces-c 2.5 on AMD 64
Windows Server 2003?
Is xerces-c 2.5 ported to this platform?
I
Lakkundi, Vijayendra R wrote:
.\..\..\..\..\..\Build\Win64\VC6\Release\obj\Win32PlatformUtils.obj :
fatal error LNK1112: module machine type 'AMD64' conflicts with target
machine type 'IA64'
Projects are configured for IA64 (Intel Itanium), not for AMD64. You can
change all occurences of IA64 to
Hi,
Can someone help me build xerces-c 2.5 on AMD 64 Windows Server 2003?
Is xerces-c 2.5 ported to this platform?
I tried using the steps given for “Building
Xerces-C++ 64 bit binary on Windows XP using Intel C++ Compiler” present in http://xml.apache.org/xerces-c/build.html
I am
Hi Alberto,
I followed your instructions precisely and had the same problem...in
fact I'm reasonably sure that's what I did before, too, and just didn't
report it correctly in my earlier message. I'm beginning to suspect
there is something wrong with my installation of VC 7.1 or something
else
Hi Alberto,
If what was in my earlier message was accurate (not positive about that,
unfortunately), your suggestion sounds promising. Thanks very much!
Joanne
Alberto Massari wrote:
Hi Joanne,
that's strange, as I am able to build Xerces using VC 7.1. The only
thing that's different is that I
Hi Joanne,
that's strange, as I am able to build Xerces using VC 7.1. The only thing
that's different is that I open the xerces-all.sln file found in the
\Projects\Win32\VC7\xerces-all, while you seem to be opening
the all.vcproj found in the "all" subdirectory.
If this is true, can you try open
> >I've been building my own binaries for use with Xalan-C++ for months
> >without any issues.
> >
> >
> Are you also using Visual C++ .Net 2003? If so, is there anything
> different about your procedure?
We are using 2003, and there's no change in what we're doing. We just let
2003 translat
[EMAIL PROTECTED] wrote:
The sequence of events has been something like this:
I double-click on the VC7 project file for all.
MSDev converts all the project file stuff to be 7.1 compatible.
So, you're using Visual C++ .Net 2003?
Yes. I do most of my development on Linux, but our stuff has
> The sequence of events has been something like this:
>
> I double-click on the VC7 project file for all.
>
> MSDev converts all the project file stuff to be 7.1 compatible.
So, you're using Visual C++ .Net 2003?
> I try to run DOMCount. A dialog comes up:
>
> "These project configurations
I haven't been able to build Xerces-c 2.6 under Microsoft .Net so that a
sample program like DOMCount will run properly. I can run the pre-built
version successfully on my system, but, since our code is built debug, I
need to build a debug version of the Xerces library.
The sequence of events
while building Xerces 2_3_0 on Tru64...
Hi Ananth,
Instead of -r pthread, try with "-l -pthread" option, it will work. In
tru64, the compiler flag to be used is "-pthread". I don't think -r
pthread option of runConfigure works for tru64.
Regards
Prakash
PRABHU, ANANTHA
PROTECTED]
Subject: Re: Problem while building Xerces 2_3_0 on Tru64...
Hi Ananth,
Instead of -r pthread, try with "-l -pthread" option, it will work. In
tru64, the compiler flag to be used is "-pthread". I don't think -r
pthread option of runConfigure works for tru64
Hi Ananth,
Instead of -r pthread, try with "-l -pthread" option, it will work. In
tru64, the compiler flag to be used is "-pthread". I don't think -r
pthread option of runConfigure works for tru64.
Regards
Prakash
PRABHU, ANANTHA (STSD) wrote:
Hi,
I am getting following error when i do a xerces
Hi,
I am getting following error when i do a xerces build on Tru64,
gmake[3]: Entering directory
`/usr/users/prabhua/Xerces/xerces-c-src_2_3_0/src/xercesc/util/Platforms/Tru64'
mkdir -p
/usr/users/prabhua/Xerces/xerces-c-src_2_3_0/src/xercesc/include/xercesc/util/Platforms/Tru64
cp -fp Tru64Def
I would like to know if anyone has build Xerces-c 2.5 on IRIX 6.5 w/ MIPSpro 7.41.
Xerces 2.3 and 2.4 build just fine.
I run runConfigure like this: runConfigure -p irix -c cc -x CC
and then gmake.
I get the following errors..
CC -LANG:pch -LANG:std -O2 -DIRIX -D_REENTRANT -I/usr/local/in
We are using Xerces for a few projects. We have built version 2.5.0 on a
variety of platforms with very little trouble.
When we try to build on our SGI IRIX machines (using compiler version 7.4)
we get errors. The problem seems to be related to templates, saying that
some functions have alrea
story about building xerces on solaris machine with
gcc?
I got the following error messages when
building examples. Help me, please.
Thanks
-chunlin
Building SAXPrint
gmake -C SAXPrint
gmake[1]: Entering directory
`/tools/xerces-c-src_2_5_0/samples/SAXPrint'
mkdir -p /tools/xerces-c-src_
Anybody has sucess story about building xerces on
solaris machine with gcc?
I got the following error messages when building
examples. Help me, please.
Thanks
-chunlin
Building SAXPrintgmake -C SAXPrint
gmake[1]: Entering directory
`/tools/xerces-c-src_2_5_0/samples/SAXPrint'
Hello,
I am having a
problem building the Xerces C++ 2.5.0 application on the IBM AS/400 (V5R2). I've
installed the gmake utility, and that installation was successful (no errors).
I've set the environment variables for runConfigure as
follows:
ADDENVVAR ENVVAR(XERCESCROOT) VALUE('/X
gzilla/show_bug.cgi?id=24213
Problem building Xerces 2.3.0 using C++ Builder 6.0
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RE
gzilla/show_bug.cgi?id=24213
Problem building Xerces 2.3.0 using C++ Builder 6.0
--- Additional Comments From [EMAIL PROTECTED] 2003-10-29 13:55 ---
In that case, you apparently didn't run into the same problem as I did..
(unless you didn't recompile from scratch and Borland is
gzilla/show_bug.cgi?id=24213
Problem building Xerces 2.3.0 using C++ Builder 6.0
--- Additional Comments From [EMAIL PROTECTED] 2003-10-29 11:42 ---
OK, I applied the supplied patch to the sources. Nevertheless I still receive
the same error m
gzilla/show_bug.cgi?id=24213
Problem building Xerces 2.3.0 using C++ Builder 6.0
--- Additional Comments From [EMAIL PROTECTED] 2003-10-29 10:55 ---
I've attached a patch to work around this bug. It's a bug in the Borland C++
compiler - it doesn't like the "using" ke
gzilla/show_bug.cgi?id=24213
Problem building Xerces 2.3.0 using C++ Builder 6.0
--- Additional Comments From [EMAIL PROTECTED] 2003-10-29 10:53 ---
Created an attachment (id=8800)
Patch to current CVS to fix the problem (or rather: work aro
gzilla/show_bug.cgi?id=24213
Problem building Xerces 2.3.0 using C++ Builder 6.0
Summary: Problem building Xerces 2.3.0 using C++ Builder 6.0
Product: Xerces-C++
Version: 2.3.0
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Se
Hi,
I am trying to build xerces version 2.1.0 on Compaq Tru64 strict_ansi. But this
results in a few undefined indentifiers:
- PATH_MAX
- realpath
- clock_gettime
- CLOCK_REALTIME
- fdopen
I know how to work around the clock_gettime and CLOCK_REALTIME
but don't know how to solve the realpath, PA
RTF2
Description: application/vms-rms
Hi,
I am trying to build xerces version 2.1.0 on Compaq Tru64
strict_ansi. But this results in a few
undefined indentifiers:
- PATH_MAX
- realpath
- clock_gettime
- CLOCK_REALTIME
- fdopen
I know how to work around the clock_gettime and CLOCK_REALTIME
bu
All,
I am trying to build the Xerces 2.2 library on Solaris 8 with gcc/g++
version 3.1. When I do this I get the following error:
g++-3.1 -fPIC -DSOLARIS -D_REENTRANT -c
-I/home/hedwig/erapp/dev/xerces/xerces-c-src2_2_0/include -w -O
-DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS -DPROJ_SAX4
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-11 08:24 ---
As for elegance vs. speed - I agree that they're often opposite to each other,
though I don't agree that this is a ma
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-11 06:56 ---
Ronald Landheer-Cieslak wrote on 2003-09-10 16:40:
> Yes, I have :|
You can try this sequence to check that your BCB5 com
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
[EMAIL PROTECTED] changed:
What|Removed |Added
Stat
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-10 16:40 ---
Vitaly Prapirny wrote on 2003-09-10 15:28:
> Ronald Landheer-Cieslak wrote on 2003-09-10 15:03:
>> I'm afraid
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-10 15:28 ---
Ronald Landheer-Cieslak wrote on 2003-09-10 15:03:
> I'm afraid what we see remains inconsistent - but even w
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-10 15:03 ---
None of the files added by Vitaly were there in version 2.3.0 but the defines
may have made a difference.. dunno.
Anyways, I n
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-10 13:52 ---
Hi all. Jason, I'd be very interested to know what compiler you're having
trouble with these casting mechanisms on
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-10 13:48 ---
After some modifications of your project files (add
..\..\..\..\..\Build\Win32\BCB5\obj\XMLGrammarPoolImpl.obj
..\..\..\..\..
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-10 11:17 ---
Project files only are here:
767f740db2a75708f63fbc3ca4cfd69d *xerces-c2.3.0-BCB5-prj.zip
http://rlc.unsane.co.uk/xerces-c2.3.
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-10 10:44 ---
Ronald Landheer-Cieslak wrote on 2003-09-10 10:20:
> If you want, I can provide the tree I used to create them with BCB5
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-10 10:33 ---
One of a series of patches to Xerces-C2.3.0 is available here:
7958d06c5c677a9c4b73cb70f9c471f5 *xerces-c-src_2_3_0-1.dif
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-10 10:20 ---
Jason E. Stewart wrote on 2003-09-10 04:28:
> This code also causes me a lot of aggrevation in Xerces-p I have to add some
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-10 09:22 ---
Could you please provide the test case when these casting functions has
incorrect be
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-10 04:28 ---
This code also causes me a lot of aggrevation in Xerces-p I have to add some
special case code to handle DOMNodes, and I believ
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-09 15:57 ---
You said "so all DOM tests fail.." What tests did you mean ? I'd compile BCC.551
projects from CVS version o
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-09 17:04 ---
BCC.551 project files is part of the xercesc distribution. Some C++Builder bugs
has been resolved since 2.3.0 release so CVS v
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
--- Additional Comments From [EMAIL PROTECTED] 2003-09-09 16:27 ---
What I mean is that if I run any of the testcases that come with Xerces-C2
V2.3.0, all of them fail (abnormal program termin
gzilla/show_bug.cgi?id=23024
DOMCasts magic: failure building Xerces-C 2.3.0 with C++ Builder 5
Summary: DOMCasts magic: failure building Xerces-C 2.3.0 with C++
Builder 5
Product: Xerces-C++
Version: 2.3.0
Platform: All
OS/Versio
>|
> | To: [EMAIL PROTECTED]
>|
> | cc: David N Bertoni/Cambridge/[EMAIL PROTECTED
ge/[EMAIL PROTECTED]
|
| Subject: Errors while Building xerces o
Hello,
I am trying to build xerces-c 2.3.0 on Solaris-2.7 (SunOS 5.8) using
GCC-2.95.3, but was having some errors. I am very new to xerces and would
really appreciate any help with this..
This is what i have done to build it-
while running the runConfigure scripts I gave the following gcc fl
gzilla/show_bug.cgi?id=2973
Building Xerces on Irix (with default kernel settings) fails
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RE
Title: Problem building Xerces 2.1 on Solaris 8
Hi,
I had a problem building Xerces 2.1 on Solaris 8. The exact OS and compiler versions are indicated below:
smte420s041:~<1> uname -a
SunOS smte420s041 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-80
smte420s041:~<2> CC
Hi,
I am trying to build xerces with MsgCatalog and the build fails witht he
following error:
"MsgCatalogLoader.cpp", line 119: Error: fgLibLocation is not a member of
XMLPlatformUtils.
"MsgCatalogLoader.cpp", line 120: Error: fgLibLocation is not a member of
XMLPlatformUtils.
I checked PlatformU
An: [EMAIL PROTECTED]
|
| Kopie:
|
| Thema: Help With building xerces as
Title: Help With building xerces as a static library on Win NT
Hello
I get the following linker erro wehn trying to build xerces as a static lib on Windws NT. I am
using Visual Studio 6
LIBCMTD.lib(wwincrt0.obj) : error LNK2001: unresolved external symbol _wWinMain@16
Any help is
I am trying to build the Xerces C++ XML parser on cygwin. I notice that
the runConfigure script for unix-variant distributions does not support
the cygwin environment. Is there a preferred way of compiling Xerces
under cygwin? Is it necessary to include the ICU libraries?
Thanks.
Corinne McNe
>
> but when I try to compile with 'make'
> it doesn't work
Try gmake.
Tinny
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
I want to build xerces on Solaris 2.8 with the
compilers
SUNWspro4.2/bin/CC and cc. I execute runconfigure like
this:
runConfigure -psolaris -ccc
-x/utils/SUNWspro4.2/bin/CC -minmem -nsocket -tnative
-rpthread
and it works ok, but when I try to compile with 'make'
it doesn't
Hi,
I want to build xerces on Solaris 2.8 with the
compilers
SUNWspro4.2/bin/CC and cc. I execute runconfigure like
this:
runConfigure -psolaris -ccc
-x/utils/SUNWspro4.2/bin/CC -minmem -nsocket -tnative
-rpthread
and it works ok, but when I try to compile with 'make'
it doesn't
Thank you very much Martin, now it works correctly.
Ainhoa
--- Martin Kalen <[EMAIL PROTECTED]>
escribió: > > make: Fatal error in reader:
Makefile.incl, line
> 103:
> > Unexpected end of
> > line seen
>
> You will need GNU make to make Xerces-C (to mee,
> this looks like a
> complaint fro
> make: Fatal error in reader: Makefile.incl, line 103:
> Unexpected end of
> line seen
You will need GNU make to make Xerces-C (to mee, this looks like a
complaint from the SUN maker).
Sunfreeware.com has pre-complied binaries for you at
http://www.sunfreeware.com/ (look for "make-3.79.1").
Go
Hi,
I want to build xerces on Solaris 2.8 with the
compilers
SUNWspro4.2/bin/CC and cc. I execute runconfigure like
this:
runConfigure -psolaris -ccc
-x/utils/SUNWspro4.2/bin/CC -minmem -nsocket -tnative
-rpthread
and it works ok, but when I try to compile with 'make'
it doesn't
Hello,
I am trying to compile the Xerces-C++ package on Linux s390. I downloaded the src code
from the linux distribution and was successfully able to build the libxerces* on Linux
Intel. However at link time, the library fails to build on s390.
I didn't see any option for s390 specifically usi
Hi,
we need to know if xerces c++ library was already built as a single
-threaded library on Compaq Alpha tru64, since the documentation provided by
Apache.org is missing about it.
If yes which are the steps to perform?
Thanks in advance
Marialuisa Capolongo
__
gzilla/show_bug.cgi?id=2012
Internal Compiler Error building xerces-c on solaris 2.8
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|RESOLVED|
What I have done in the past was to take all the .o
files and stuff them in a libxerces-c1_4_0.a library.
Briefly:
cd $XERCES_ROOT/obj/SOLARIS
ar r libxerces-c1_4_0.a *.o
And then put the libxerces-c1_4_0.a wherever it belongs.
All I can promise is that it worked for me Perhaps a
m
?
Thanks,
-Original Message-
From: Juan Julian Merelo Guervos [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 17, 2001 1:46 PM
To: [EMAIL PROTECTED]
Subject: Re: Building Xerces-c as static lib
Eyal Rif escribió:
>
> Hi,
>
> How can I build Xerces-c on Linux as stat
Eyal Rif escribió:
>
> Hi,
>
> How can I build Xerces-c on Linux as static lib (.a) and not as shared lib
> (.so) ?
>
> Any help/suggestion will be appreciated...
>
Erase -shared from src/Makefile.incl
Kinda tricky, but it works.
J
--
AEB'02 => http://aeb02.unex.es
Dream => http://dr-ea-m.
Hi,
How can I build Xerces-c on Linux as static lib (.a) and not as shared lib
(.so) ?
Any help/suggestion will be appreciated...
Thanks,
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PR
=2973
*** shadow/2973 Thu Aug 2 18:11:13 2001
--- shadow/2973.tmp.23428 Thu Aug 2 18:11:13 2001
***
*** 0
--- 1,34
+ ++
+ | Building Xerces on Irix (with default kernel settings) fails
Thanks Jason..
Nikita
"Jason E. Stewart" wrote:
> "Nikita Sawant" <[EMAIL PROTECTED]> writes:
>
> > I just posted this :
> >
> > Hi,
> >
> > I am trying to build Xerces 1.5.1 on solaris. I get the following output
> >
> > when running the runConfigure script:
> >
> > ./runConfigure -psolaris -c
"Nikita Sawant" <[EMAIL PROTECTED]> writes:
> I just posted this :
>
> Hi,
>
> I am trying to build Xerces 1.5.1 on solaris. I get the following output
>
> when running the runConfigure script:
>
> ./runConfigure -psolaris -ccc -xCC -d -micu -ticu -rpthread
> Generating makefiles with the fol
I just posted this :
Hi,
I am trying to build Xerces 1.5.1 on solaris.
I get the following output
when running the runConfigure script:
./runConfigure -psolaris -ccc -xCC -d -micu -ticu
-rpthread
Generating makefiles with the following options
...
Platform: solaris
C Compiler: cc
C++ Compiler: CC
Hi,
I am trying to build Xerces 1.5.1 on solaris. I get the following output
when running the runConfigure script:
./runConfigure -psolaris -ccc -xCC -d -micu -ticu
-rpthread
Generating makefiles with the following options ...
Platform: solaris
C Compiler: cc
C++ Compiler: CC
Extra compile option
PROTECTED]
Subject: Re: Building xerces on Solaris 2.6 - CC V5.0
"Horn, Nancy" wrote:
>
> Then - I tried to build my application with it and got the
> following. The EXACT same
> undefineds as I got with the V4.2 CC compiler (3 days ago!):
>
> /opt/SUNWspro/SC5.0/
"Horn, Nancy" wrote:
>
> Then - I tried to build my application with it and got the
> following. The EXACT same
> undefineds as I got with the V4.2 CC compiler (3 days ago!):
>
> /opt/SUNWspro/SC5.0/bin/CC -L/opt/SUNWspro/SC5.0/lib -I. -w -O
> -I/usr/home/nhorn/xerces-c-src1_5_1/include
FYI --
I just spent another whole day (first getting all the gnu tools)
re-building xerces 1.5.1
on Solaris using V5.0 CC.
It built cleanly, just like the script.
Then - I tried to build my application with it and got the
following. The EXACT same
undefineds
"Horn, Nancy" wrote:
>
> Has anyone successfully built xerces_5_0_1.so from the sources
> (ibm4c-src_3_5_0)
> using Solaris CC Version 5.0?
I've built libxerces-c1_5_1.so from xerces-c-src1_5_1.tar using CC 5.0 on
Solaris 5.7 and the native transcoder without problems. I've had problems
Has anyone successfully built xerces_5_0_1.so from the sources
(ibm4c-src_3_5_0)
using Solaris CC Version 5.0?
I need to use this compiler to work with another 3rd party product,
and need
to link in XERCES_5_0_1 with it. The current binaries appear to be built
with
V4.
Hello
While building the xercec-c1_4 on AIX 4.3.2 using VA 5.o compiler xlC_r ,
I get the following error
ld: 0711-317 ERROR: Undefined symbol: .stricmp
ld: 0711-317 ERROR: Undefined symbol: .strnicmp
The have been defined in the util/compiler/CSetDefs.cpp file, whihc gets
included when
comp
there any change to be done for it to be included
-Original Message-
From: Herb Chong [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 7:17 AM
To: [EMAIL PROTECTED]
Subject: RE: Problem building xerces-c-1_4 on AIX 4.3.2 using xlC_r
they are both different names for the same
they are both different names for the same thing.
Herb
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.com>cc:
Subject: Re: Problem building
xerces-c-1_4 on AIX 4.3.2 using xlC_r
07/11/2001
Hello
Do I have to upgradde to xerces-c-1_5 or xml4c1.5 . I am kine of confused
by the the last two mails
Thanks
Aniruddha
-Original Message-
From: Herb Chong [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 2:58 PM
To: [EMAIL PROTECTED]
Subject: Re: Problem building xerces
so long as you are using the VAC++ 5.0 compiler, you will have all kinds of
problems until you path the code yourself or you update to XML4C 1.5.
Herb...
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
When I try to build xerces-c-1_4 on AIX 4.3.2 I get the following problem
ld: 0711-224 WARNING: Duplicate symbol:
TranscodingException::TranscodingException(const TranscodingException&)
ld: 0711-224 WARNING: Duplicate symbol:
XMLDeleterFor::XMLDeleterFor(XMLMutex* const)
ld: 0711-224 WARNING: Du
Error building xerces-c on solaris 2.8 |
+ ++
+ |Bug #: 2012Product: Xerces-C|
+ | Status: NEW Version: 1.4
"Downey, Nathan" wrote:
>
> Has anyone built xerces on the cygwin platform?
Hi,
I have given it a try. Not a real success, because configuration failed
already on pthreads library which is in cygwin case built-in to the
cygwin.dll and the implementation is not complete. Another question is
whet
Has anyone built xerces on the cygwin platform?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi there,
does anyone know what kind of changes need to be made to Xerces-C to
enable it to be built under mingw32, since i don't have (nor do i want)
M$VC++ on my machine.
I am trying to build a cross-platform app with wxWindows, which uses an
XML parser. The app works great under Linux, but
99 matches
Mail list logo