Re: [jira] Commented: (XERCESC-1373) not able to build on CYGWIN using g++ compiler

2005-04-11 Thread Axel Weiß
nt and cannot be expressed with the previously used EXTRA_LINK_OPTIONS-scheme. I can build (and use) my xerces-related applications with my standard build rules (e.g. Xalan works as well), but the xercesc/tests won't build (tons of unresolved symbols). I didn't understand yet why this happ

[jira] Commented: (XERCESC-1373) not able to build on CYGWIN using g++ compiler

2005-04-11 Thread Gareth Reakes (JIRA)
managed to do a real release without it building on the platform! What the problem with the tests Axel? > not able to build on CYGWIN using g++ compiler > -- > > Key: XERCESC-1373 > URL: http://issues.apache.org/jira/brow

Re: Need to build static libraries

2005-04-11 Thread Gareth Reakes
Hi, Take a look in the FAQs for build related issues. The static library stuff has had a good going over on he mailing list, take a look at the archives. I will write up a blog entry about the issue this week. If you still can't find out what you need come back and ask us. Cheers, G

[jira] Updated: (XERCESC-1373) not able to build on CYGWIN using g++ compiler

2005-04-09 Thread Axel Weià (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1373?page=history ] Axel Weiß updated XERCESC-1373: --- Attachment: xml-xerces-cygwin.patch Applying the attached patch, I can build the libraries and successfully use them (e.g. Xalan builds successfully

Need to build static libraries

2005-04-08 Thread praveen.maruvekere
  I need to build archive library (.a file) for xerces and xalan for Solaris 2.8 and HP 11.11 both.   If you know how to build it please do help me.   Just few questions   Do I have to set the PATH variable for "make" and "autoconf" What else do I have to set

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread blatt, lew
wxr-xr-x 1 AGROCC2 CENTERA 2899968 Apr 6 18:48 libxerces-depdom2_6_0.dll -rw-r--r-- 1 AGROCC2 CENTERA 202080 Apr 6 18:48 libxerces-depdom2_6_0.x $ -Original Message- From: blatt, lew Sent: Wednesday, April 06, 2005 5:03 PM To: 'xerces-c-dev@xml.apache.org' Subject

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread blatt, lew
Hi David, It appears you fixed our first problem. The following no longer appears: IEW2456E 9207 SYMBOL __ct__Q2_11xercesc_2_220Iconv390TransServiceFv UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY. FSUM3065 The LINKEDIT step ended with return code 8. If yo

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread blatt, lew
Now why didn't I think of that :) It compiles, it will take some time, in my environ, to get a build. You'll be sure I'll post. If you have the time, and can comment on whether building/integrating ICU will hurt, perhaps we can discuss that after testing. Thanks again, lew

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread David Cargill
Please respond to RE: zOS Xerces 2.6 build pro

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread blatt, lew
Hi David, trying your sugg, unfortunately, errors: "./OS390PlatformUtils.cpp", line 198.16: CCN5130 (S) "Iconv390TransService" is n ot declared. CCN0793(I) Compilation failed for file ./OS390PlatformUtils.cpp. Object file no t created. FSUM3065 The COMPILE step ended with return code 12. FSUM3

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread David Cargill
ile to use #include as the default does that work (ie. both build and execute okay)? To be honest, I am not sure if it will or not. Iconv390 doesn't work which is why it was taken away as an option in runConfigure - we should of also updated the Makefile and OS390PlatformUtils.cpp and delet

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread blatt, lew
My public apology to David. Rereading my last post: "Previous build errors, zOS/OS400, aim back to you :)" It was not at all my intention to suggest you as the culprit. The intent was rather to commend you on your support and evangelizing the zOS cause :) With apol

RE: zOS Xerces 2.6 build problem

2005-04-06 Thread blatt, lew
Thanks, David, for the quick turn-round. I was hoping the thread would engage you. Previous build errors, zOS/OS400, aim back to you :) The puzzler to me is that binding the Xerces objects statically fails, but binding with my app succeeds ! Below is a snip of the failure and below the failure

Re: zOS Xerces 2.6 build problem

2005-04-06 Thread David Cargill
(the Iconv390 transcoder isn't an option any more on runConfigure so it won't build these files). Can you try using Uniconv390 for the transcoder? You will need ICU for that... Alternatively you could try replacing the include for Iconv390TransService.hpp with the following (not su

RE: zOS Xerces 2.6 build problem

2005-04-05 Thread blatt, lew
One clarification re IEW error messages. Notice the symbols refer to xercesc_2_2. Our application code, running on non-zOS platforms, is tightly coupled to Xerces 2.2. It was simply easier to set the Xerces minor version number to 2, during the Xerces build, for testing purposes. Apologies for

zOS Xerces 2.6 build problem

2005-04-05 Thread blatt, lew
I'm attempting to build Xerces 2.6.0 on zOS (platform os390). I commend IBM on their work. It's awesome building with gmake under USS. It's been a decade since I've spoken SMP/E :) I don't recall getting this far with earlier Xerces revisions either. I doubt I

[jira] Resolved: (XERCESC-1396) build issues: 'make distclean' leaves created files and directories + invalid printing of library-name before linking

2005-04-05 Thread Gareth Reakes (JIRA)
the bug. > build issues: 'make distclean' leaves created files and directories + invalid > printing of library-name before linking > - > > Key: XE

[jira] Updated: (XERCESC-1396) build issues: 'make distclean' leaves created files and directories + invalid printing of library-name before linking

2005-04-03 Thread Axel Weià (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1396?page=history ] Axel Weiß updated XERCESC-1396: --- Attachment: xml-xerces-fixed.patch cd xml-xerces patch -p1 < ../xml-xerces-fixed.patch > build issues: 'make distclean' leaves c

[jira] Created: (XERCESC-1396) build issues: 'make distclean' leaves created files and directories + invalid printing of library-name before linking

2005-04-03 Thread Axel Weià (JIRA)
build issues: 'make distclean' leaves created files and directories + invalid printing of library-name before linking - Key: XERCESC-1396

Re: Build xerces-c 1.6.0 on AIX 5.1 with G++

2005-03-27 Thread david_n_bertoni
> Hi, > > I need some help, as I'm not familar with UNIX c++ build. > > I downloaded the binary xerces-c1_6_0-AIX43_5.02 from Apache download site. > On AIX5, I try to build a sample with the library in this package. But I get following error: That version of Xerces-C

Build xerces-c 1.6.0 on AIX 5.1 with G++

2005-03-27 Thread Liping Dai
Hi,   I need some help, as I'm not familar with UNIX c++ build.   I downloaded the binary xerces-c1_6_0-AIX43_5.02 from Apache download site. On AIX5, I try to build a sample with the library in this package. But I get following error:   ld: 0711-317 ERROR: Undefined symbol: typeinf

Re: Building debug build on linux

2005-03-21 Thread david_n_bertoni
> I'm trying to figure out how to build a debug version > of the xerces shared object on linux (bash). This is > what I do to build the library in general: > > //Begin Build > export > XERCESCROOT=/home/mydir/xercesc/xerces-c-src_2_5_0 > > ./runConfigure -pli

Building debug build on linux

2005-03-21 Thread exits funnel
Hello, I'm trying to figure out how to build a debug version of the xerces shared object on linux (bash). This is what I do to build the library in general: //Begin Build export XERCESCROOT=/home/mydir/xercesc/xerces-c-src_2_5_0 ./runConfigure -plinux -cgcc -xg++ -minmem -nsocket -tn

Re: How to Build Xerces Source code as a Static Library..

2005-03-18 Thread James Fitzgerald
Someone posted the following someplace. I wish that I could give appropriate credit. It is a very useful script that puts all of the already-compiled object files into an archive. Run it in $XERCESCROOT/src/xerces. make -n XML_LIB_DIR=$XERCESCROOT/lib/dummy | grep 'g++ .*\.so' | tr \ \\n | g

Re: [jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2005-03-18 Thread Alberto Massari
Hi Veeren, the error message should be "Could not load a local code page transcoder", and it is reported by Xerces when the transcoding service fails to create the transcoder from Unicode to the local code page. Now, on Windows, only the ICU transcoder can fail to create, if the ucnv_open API fa

Re: How to Build Xerces Source code as a Static Library..

2005-03-17 Thread James Berry
a static library at present; this is something we're going to add when we go to a try autotools based build in 3.x. You should be able to hack the Makefiles a bit to emit a static library, however. That is left as an exercise... ;) You could also use the Xcode build, and likewise modif

How to Build Xerces Source code as a Static Library..

2005-03-17 Thread Jignesh Sorathia
Hi All,      I am beginner for  Xerces Libraries on Mac OS X. I want Xerces library as a Static Library in my application. So is there any option for building Static libraries from Xerces Source code??     Any option to be given at the time of confijuration ?    Kindly guide me,    Thanks &

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2005-03-13 Thread Viren Shah
Hello Alberto We are facing a very and unexpected problem. We are using Windows 2000 Professional and compiling in Microsoft VC++(msdev). When we run the application or try to compile on Windows Xp we get the following error:   could not load local code page transcoder xml4c   We are not

[jira] Created: (XERCESC-1373) not able to build on CYGWIN using g++ compiler

2005-03-09 Thread Robert Wolf (JIRA)
not able to build on CYGWIN using g++ compiler -- Key: XERCESC-1373 URL: http://issues.apache.org/jira/browse/XERCESC-1373 Project: Xerces-C++ Type: Bug Components: Build Versions: 2.6.0 Environment: Cygwin

[jira] Commented: (XERCESC-1351) MacOSX: Build Fails for libxerces-depmod.26.dylib

2005-02-21 Thread Mitch Oliver (JIRA)
OSX: Build Fails for libxerces-depmod.26.dylib > - > > Key: XERCESC-1351 > URL: http://issues.apache.org/jira/browse/XERCESC-1351 > Project: Xerces-C++ > Type: Bug > Components: Build > Ver

[jira] Created: (XERCESC-1351) MacOSX: Build Fails for libxerces-depmod.26.dylib

2005-02-21 Thread Mitch Oliver (JIRA)
MacOSX: Build Fails for libxerces-depmod.26.dylib - Key: XERCESC-1351 URL: http://issues.apache.org/jira/browse/XERCESC-1351 Project: Xerces-C++ Type: Bug Components: Build Versions: 2.6.0 Environment

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2005-02-17 Thread Alberto Massari (JIRA)
enabled, so either you are using a VC6 project that someone has already modified by running packageBinaries.pl, or you are building a non-ICU-enabled copy of Xerces. Once you double check which case you are in, please close this bug. Alberto > icu build with VC7 project files does not w

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2005-02-16 Thread Tobias Sager (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1318?page=comments#action_59305 ] Tobias Sager commented on XERCESC-1318: --- Thanks for your comments. Just to clarify: - Using the VC6 project files to build an ICU enabled build works correctly

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2005-02-16 Thread Mitch Oliver (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1318?page=comments#action_59281 ] Mitch Oliver commented on XERCESC-1318: --- I'm doing this build right now. In order for it to work properly (with the perl script) you must do the foll

[jira] Closed: (XERCESC-1340) static build

2005-02-11 Thread Gareth Reakes (JIRA)
tic build > > > Key: XERCESC-1340 > URL: http://issues.apache.org/jira/browse/XERCESC-1340 > Project: Xerces-C++ > Type: Bug > Versions: 2.6.0 > Environment: linux fedora 3 gcc 3.4.2 > Reporter: Lemaire Nicolas >

[jira] Created: (XERCESC-1340) static build

2005-02-11 Thread Lemaire Nicolas (JIRA)
static build Key: XERCESC-1340 URL: http://issues.apache.org/jira/browse/XERCESC-1340 Project: Xerces-C++ Type: Bug Versions: 2.6.0 Environment: linux fedora 3 gcc 3.4.2 Reporter: Lemaire Nicolas Hello, How i build statically xerces

[jira] Created: (XERCESC-1332) 64-bit Windows build failures

2005-02-01 Thread Robert Buck (JIRA)
64-bit Windows build failures - Key: XERCESC-1332 URL: http://issues.apache.org/jira/browse/XERCESC-1332 Project: Xerces-C++ Type: Bug Components: Samples/Tests Versions: 2.6.0 Environment: Windows XP a64, Visual Studio 2005

[jira] Resolved: (XERCESC-754) TrueCoverage build fails in Window due to __cdecl (PatchAvailable)

2005-01-25 Thread Alberto Massari (JIRA)
TrueCoverage 7.2, and I don't get those errors. Alberto > TrueCoverage build fails in Window due to __cdecl (PatchAvailable) > -- > > Key: XERCESC-754 > URL: http://issues.apache.org/jir

Re: Static Build of Xerces/Windows VC7.1

2005-01-25 Thread Alberto Massari
declspec and build statically. This method is wrong; by not replacing the Win32MsgLoader with the InMemMsgLoader you are going to have empty error messages (as the Win32MsgLoader loads them from the resources, but a library cannot have resources) Alberto I got a size of around 9 Mb.. I am not an

Re: Static Build of Xerces/Windows VC7.1

2005-01-25 Thread Sanjiv Deshpande
project settings to define XML_USE_INMEM_MESSAGELOADER instead of USE_WIN32_MESSAGELOADER. - Change the defines for PLATFORM_EXPORT and PLATFORM_IMPORT by removing the _declspec(dllexport) and _declspec(dllimport) - Rebuild. Second Method, Just remove the declspec and build statically. I got a size of

Re: Static Build of Xerces/Windows VC7.1

2005-01-25 Thread Alberto Massari
Hi Sanjiv, At 21.15 24/01/2005 -0800, Sanjiv Deshpande wrote: Hi all, is there a documentation as to how to build xalan statically on windows/vc7.1 Did you compile Xalan or Xerces? I tried it and got a lib file of some 100 mb in debug mode. I think i am not doing it correctly. Any help would be

Static Build of Xerces/Windows VC7.1

2005-01-24 Thread Sanjiv Deshpande
Hi all, is there a documentation as to how to build xalan statically on windows/vc7.1 I tried it and got a lib file of some 100 mb in debug mode. I think i am not doing it correctly. Any help would be appreciated -thanks Sanjiv __ Do you Yahoo

[jira] Closed: (XERCESC-1148) Proposed changes for forthcoming 2.5.0 release (unixware build)

2005-01-13 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1148?page=history ] Alberto Massari closed XERCESC-1148: > Proposed changes for forthcoming 2.5.0 release (unixware bu

[jira] Commented: (XERCESC-1148) Proposed changes for forthcoming 2.5.0 release (unixware build)

2005-01-13 Thread Vitaly Prapirny (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1148?page=comments#action_57587 ] Vitaly Prapirny commented on XERCESC-1148: -- Verified Thanks > Proposed changes for forthcoming 2.5.0 release (unixware bu

[jira] Resolved: (XERCESC-1148) Proposed changes for forthcoming 2.5.0 release (unixware build)

2005-01-13 Thread Alberto Massari (JIRA)
sed changes for forthcoming 2.5.0 release (unixware build) > --- > > Key: XERCESC-1148 > URL: http://issues.apache.org/jira/browse/XERCESC-1148 > Project: Xerces-C++ > Type: Bug > Componen

[jira] Updated: (XERCESC-1148) Proposed changes for forthcoming 2.5.0 release (unixware build)

2005-01-13 Thread Vitaly Prapirny (JIRA)
-unixware.patch.gz) > Proposed changes for forthcoming 2.5.0 release (unixware build) > --- > > Key: XERCESC-1148 > URL: http://issues.apache.org/jira/browse/XERCESC-1148 > Project: Xerces-C++ > Typ

[jira] Commented: (XERCESC-1148) Proposed changes for forthcoming 2.5.0 release (unixware build)

2005-01-11 Thread Alberto Massari (JIRA)
the patch to refer to the latest sources (and to use the 2.0 license in the new file)? Thanks, Alberto > Proposed changes for forthcoming 2.5.0 release (unixware build) > --- > > Key: XERCESC-1148 >

[jira] Commented: (XERCESC-1148) Proposed changes for forthcoming 2.5.0 release (unixware build)

2005-01-11 Thread Vitaly Prapirny (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1148?page=comments#action_57516 ] Vitaly Prapirny commented on XERCESC-1148: -- Sure! How can I do that ? > Proposed changes for forthcoming 2.5.0 release (unixware bu

[jira] Commented: (XERCESC-1148) Proposed changes for forthcoming 2.5.0 release (unixware build)

2005-01-11 Thread Alberto Massari (JIRA)
, Alberto > Proposed changes for forthcoming 2.5.0 release (unixware build) > --- > > Key: XERCESC-1148 > URL: http://issues.apache.org/jira/browse/XERCESC-1148 > Project: Xerces-C++ &

[jira] Resolved: (XERCESC-1314) Macintosh build instructions are unclear about XERCESCROOT

2005-01-07 Thread cargilld (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1314?page=history ] cargilld resolved XERCESC-1314: --- Resolution: Fixed I just updated the build-other.xml file to clarify this. Please verify. Thanks. > Macintosh build instructions are unclear ab

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-29 Thread Alberto Massari (JIRA)
into XML_USE_ICU_TRANSCODER - add icuuc.lib (for release builds) and icuucd.lib (for debug builds) to the list of libraries for the linker - add the /lib directory to the list of paths for the linker Hope this helps, Alberto > icu build with VC7 project files does not w

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-28 Thread Tobias Sager (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1318?page=comments#action_57105 ] Tobias Sager commented on XERCESC-1318: --- No, I am building with Visual Studio .NET. I followed the instructions here: http://xml.apache.org/xerces-c/build-misc.html

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-28 Thread Alberto Massari (JIRA)
> icu build with VC7 project files does not work > -- > > Key: XERCESC-1318 > URL: http://nagoya.apache.org/jira/browse/XERCESC-1318 > Project: Xerces-C++ > Type: Improvement > Components: Bui

Re: [jira] Created: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-27 Thread Jens Lauer
GROUP organiziQ.Clerk Server: SRVC01M --- Jens Lauer Ich bin abwesend bis 13.01.2005. Ihre Mail kann nicht bearbeitet werden.

[jira] Created: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-27 Thread Tobias Sager (JIRA)
icu build with VC7 project files does not work -- Key: XERCESC-1318 URL: http://nagoya.apache.org/jira/browse/XERCESC-1318 Project: Xerces-C++ Type: Improvement Components: Build Versions: 2.6.0 Environment

Re: [jira] Created: (XERCESC-1314) Macintosh build instructions are unclear about XERCESCROOT

2004-12-21 Thread Jens Lauer
GROUP organiziQ.Clerk Server: SRVC01M --- Jens Lauer Ich bin abwesend bis 13.01.2005. Ihre Mail kann nicht bearbeitet werden.

[jira] Created: (XERCESC-1314) Macintosh build instructions are unclear about XERCESCROOT

2004-12-21 Thread Roy Smith (JIRA)
Macintosh build instructions are unclear about XERCESCROOT -- Key: XERCESC-1314 URL: http://nagoya.apache.org/jira/browse/XERCESC-1314 Project: Xerces-C++ Type: Bug Components: Documentation Reporter

DO NOT REPLY [Bug 27209] - Xerces 2.5.0 does not build with option -t IconvGNU because of syntax errors!

2004-12-13 Thread bugzilla
OPENED Resolution|FIXED | Version|Nightly build (please |2.5.0 |specify the date) | --- Additional Comments From [EMAIL PROTECTED] 2004-12-13 15:34 --- valgrind reports a memory leak in the creation of the Mutex. I&#x

[jira] Closed: (XERCESC-848) Deleting something returned by XMLString::transcode crashes when application is using the release build of Xerces-C++

2004-12-07 Thread Alberto Massari (JIRA)
fixes the problem. Regarding the project settings, you are free to change the compilation options (and even the source code) if you need so. In this case, it would be advisable that you also rename the DLL, to avoid picking up a binary build already existing on the system that has been com

Build

2004-11-09 Thread allannoliveira
What the directories below I have to build all libraries on Xerces? I must have to compile several times xerces and I want to exclude the rebuild of modules like examples, tests, etc. I was compiling via XercesLib.mak makefile, but the xerces-c_2D.lib was not generated. So, I have created a

[jira] Updated: (XERCESC-1148) Proposed changes for forthcoming 2.5.0 release (unixware build)

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1148?page=history ] Alberto Massari updated XERCESC-1148: - Priority: Major > Proposed changes for forthcoming 2.5.0 release (unixware bu

[jira] Updated: (XERCESC-381) Changes required to build with gcc 2.95.2 on hpux and aix

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-381?page=history ] Alberto Massari updated XERCESC-381: Priority: Major > Changes required to build with gcc 2.95.2 on hpux and

[jira] Updated: (XERCESC-848) Deleting something returned by XMLString::transcode crashes when application is using the release build of Xerces-C++

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-848?page=history ] Alberto Massari updated XERCESC-848: Priority: Major > Deleting something returned by XMLString::transcode crashes when application is > using the release build of Xe

[jira] Updated: (XERCESC-984) Detect OpenBSD and use FreeBSD build files

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-984?page=history ] Alberto Massari updated XERCESC-984: Priority: Major > Detect OpenBSD and use FreeBSD build files > -- > > Key:

[jira] Updated: (XERCESC-1065) Problems with partial build

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1065?page=history ] Alberto Massari updated XERCESC-1065: - Priority: Major > Problems with partial build > --- > > Key: XERCESC-1065 >

[jira] Updated: (XERCESC-878) Patch to build a static library under Kylix 3

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-878?page=history ] Alberto Massari updated XERCESC-878: Priority: Major > Patch to build a static library under Kylix 3 > - > > Key:

[jira] Updated: (XERCESC-470) Unable to build Xerces C samples with gcc on SCO OpenServer

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-470?page=history ] Alberto Massari updated XERCESC-470: Priority: Major > Unable to build Xerces C samples with gcc on SCO OpenSer

[jira] Updated: (XERCESC-754) TrueCoverage build fails in Window due to __cdecl (PatchAvailable)

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-754?page=history ] Alberto Massari updated XERCESC-754: Priority: Major > TrueCoverage build fails in Window due to __cdecl (PatchAvaila

[jira] Closed: (XERCESC-150) dummyExe build fails on HP-UX 10.20 with CC A.10.40

2004-10-19 Thread xerces-c-dev
: - Key: XERCESC-150 Summary: dummyExe build fails on HP-UX 10.20 with CC A.10.40 Type: Bug Status: Closed Priority: Critical Resolution: WON'T FIX Project: Xerces-C++ Components: Build Versions: 1.5.1 Assignee: Reporter: zm

[jira] Closed: (XERCESC-253) build error on Solaris

2004-10-19 Thread xerces-c-dev
: - Key: XERCESC-253 Summary: build error on Solaris Type: Bug Status: Closed Resolution: WON'T FIX Project: Xerces-C++ Components: Build Versions: 1.5.2 Assignee: Reporter: cLu Created: Fri, 2 Nov 2001 2:43 PM Updated: Tu

[jira] Closed: (XERCESC-254) won't build from outside of source tree

2004-10-19 Thread xerces-c-dev
: - Key: XERCESC-254 Summary: won't build from outside of source tree Type: Bug Status: Closed Resolution: WON'T FIX Project: Xerces-C++ Components: Build Versions: 1.5.1 Assignee: Reporter: Matt G. Created: Sat, 3 Nov 200

[jira] Closed: (XERCESC-301) 1.6.0 build failure on IRIX

2004-10-19 Thread xerces-c-dev
: - Key: XERCESC-301 Summary: 1.6.0 build failure on IRIX Type: Bug Status: Closed Resolution: WON'T FIX Project: Xerces-C++ Components: Build Versions: 1.6.0 Assignee: Reporter: Dan Stewart Created: Fri, 4 Jan 2002 4:

[jira] Closed: (XERCESC-494) xerces-com, custom build step occasionally corrupts copy of dll

2004-10-19 Thread xerces-c-dev
: - Key: XERCESC-494 Summary: xerces-com, custom build step occasionally corrupts copy of dll Type: Bug Status: Closed Resolution: CANNOT REPRODUCE Project: Xerces-C++ Components: Build Versions: 1.6.0 Assignee: Reporter: Antony Bartlett

[jira] Closed: (XERCESC-979) Release-Build crashes on Sun if different compiler is used for client-code

2004-10-19 Thread xerces-c-dev
: - Key: XERCESC-979 Summary: Release-Build crashes on Sun if different compiler is used for client-code Type: Bug Status: Closed Resolution: INVALID Project: Xerces-C++ Components: Build Versions: 2.1.0 Assignee: Reporter: Dominik Stadler

Xerces-C++ build for Itanium

2004-10-08 Thread Valenta, Vladimir
Hello, Can anyone please tell me if there is a build for Itanium / Microsoft (R) C/C++ Optimizing Compiler Version 13.10.2240.8 for IA-64 / Windows ? The build list on http://xml.apache.org/xerces-c/build-winunix.html does not list it. Has anyone ever tried it ? Thanks a lot, Vladimir

[jira] Updated: (XERCESC-150) dummyExe build fails on HP-UX 10.20 with CC A.10.40

2004-10-04 Thread xerces-c-dev
its failure to compile causes the build of dummyExe to fail. The RefVectorOf instantiation is needed in dom/RangeImpl.cpp to On HP-UX 10.20 using CC, a template repository file RefVectorOf__pt__10_8NodeImpl.c is created: --- /* RefVectorOf */ #include #include

[jira] Closed: (XERCESC-386) 3 minor issues with C++ Builder (ver 5.02) build

2004-10-04 Thread xerces-c-dev
the issue: - Key: XERCESC-386 Summary: 3 minor issues with C++ Builder (ver 5.02) build Type: Bug Status: Closed Resolution: DUPLICATE Project: Xerces-C++ Components: Build Versions

[jira] Closed: (XERCESC-1280) Proposed changes for Borland (fix build errors, purify projects, fix memory leaks)

2004-10-01 Thread xerces-c-dev
: - Key: XERCESC-1280 Summary: Proposed changes for Borland (fix build errors, purify projects, fix memory leaks) Type: Bug Status: Closed Priority: Minor Resolution: FIXED Project: Xerces-C++ Components: Validating Parser (DTD) Build

[jira] Commented: (XERCESC-1280) Proposed changes for Borland (fix build errors, purify projects, fix memory leaks)

2004-10-01 Thread xerces-c-dev
Summary: Proposed changes for Borland (fix build errors, purify projects, fix memory leaks) Type: Bug Status: Resolved Priority: Minor Resolution: FIXED Project: Xerces-C++ Components: Validating Parser (DTD) Build Samples/Tests

[jira] Commented: (XERCESC-1280) Proposed changes for Borland (fix build errors, purify projects, fix memory leaks)

2004-10-01 Thread xerces-c-dev
-1280 Summary: Proposed changes for Borland (fix build errors, purify projects, fix memory leaks) Type: Bug Status: Resolved Priority: Minor Resolution: FIXED Project: Xerces-C++ Components: Validating Parser (DTD) Build Samples

[jira] Commented: (XERCESC-1280) Proposed changes for Borland (fix build errors, purify projects, fix memory leaks)

2004-10-01 Thread xerces-c-dev
issue: - Key: XERCESC-1280 Summary: Proposed changes for Borland (fix build errors, purify projects, fix memory leaks) Type: Bug Status: Resolved Priority: Minor Resolution: FIXED Project: Xerces-C++ Components: Valid

[jira] Commented: (XERCESC-1280) Proposed changes for Borland (fix build errors, purify projects, fix memory leaks)

2004-10-01 Thread xerces-c-dev
/browse/XERCESC-1280 Here is an overview of the issue: - Key: XERCESC-1280 Summary: Proposed changes for Borland (fix build errors, purify projects, fix memory leaks) Type: Bug Status: Resolved Priority

[jira] Commented: (XERCESC-1280) Proposed changes for Borland (fix build errors, purify projects, fix memory leaks)

2004-10-01 Thread xerces-c-dev
: - Key: XERCESC-1280 Summary: Proposed changes for Borland (fix build errors, purify projects, fix memory leaks) Type: Bug Status: Resolved Priority: Minor Resolution: FIXED Project: Xerces-C++ Components: Validating Parser (DTD

[jira] Resolved: (XERCESC-1280) Proposed changes for Borland (fix build errors, purify projects, fix memory leaks)

2004-09-30 Thread xerces-c-dev
- View the issue: http://issues.apache.org/jira/browse/XERCESC-1280 Here is an overview of the issue: - Key: XERCESC-1280 Summary: Proposed changes for Borland (fix build errors

[jira] Updated: (XERCESC-1280) Proposed changes for Borland (fix build errors, purify projects, fix memory leaks)

2004-09-30 Thread xerces-c-dev
/browse/XERCESC-1280 Here is an overview of the issue: - Key: XERCESC-1280 Summary: Proposed changes for Borland (fix build errors, purify projects, fix memory leaks) Type: Bug Status: Unassigned

[jira] Created: (XERCESC-1280) Proposed changes for Borland (fix build errors, purify projects, fix memory leaks)

2004-09-30 Thread xerces-c-dev
: - Key: XERCESC-1280 Summary: Proposed changes for Borland (fix build errors, purify projects, fix memory leaks) Type: Bug Status: Unassigned Priority: Minor Project: Xerces-C++ Components: Build Samples/Tests Validating Parser (DTD

[jira] Closed: (XERCESC-1267) 2.5.0 Nightly Build (20040827104559) Doesn't Compile w/BCB6

2004-09-28 Thread xerces-c-dev
: - Key: XERCESC-1267 Summary: 2.5.0 Nightly Build (20040827104559) Doesn't Compile w/BCB6 Type: Bug Status: Closed Priority: Blocker Resolution: FIXED Project: Xerces-C++ Components: Build Versions: Nightly build (please specify the

[jira] Resolved: (XERCESC-1267) 2.5.0 Nightly Build (20040827104559) Doesn't Compile w/BCB6

2004-09-28 Thread xerces-c-dev
Here is an overview of the issue: - Key: XERCESC-1267 Summary: 2.5.0 Nightly Build (20040827104559) Doesn't Compile w/BCB6 Type: Bug Status: Resolved Priority: Blocker Resolution: FIXED Pr

[jira] Commented: (XERCESC-1265) Cannot build Mach-O library using CW Pro 9 and BSD C headers

2004-09-20 Thread xerces-c-dev
The following comment has been added to this issue: Author: Tobias Patton Created: Mon, 20 Sep 2004 2:31 PM Body: Codewarrior for MacOS provide its own implementations of the C and C++ standard libraries called MSL. It is possible to build a Mach-O binaries using the MSL

[jira] Closed: (XERCESC-629) Xerces-c-2_1_0 does not build on Mac OS X 10.2

2004-09-20 Thread xerces-c-dev
/jira/browse/XERCESC-629 Here is an overview of the issue: - Key: XERCESC-629 Summary: Xerces-c-2_1_0 does not build on Mac OS X 10.2 Type: Bug Status: Closed Resolution: CANNOT REPRODUCE Project: Xer

[jira] Commented: (XERCESC-1265) Cannot build Mach-O library using CW Pro 9 and BSD C headers

2004-09-20 Thread xerces-c-dev
http://issues.apache.org/jira/browse/XERCESC-1265 Here is an overview of the issue: - Key: XERCESC-1265 Summary: Cannot build Mach-O library using CW Pro 9 and BSD C headers Type: Bug Status: Unass

Re: static build

2004-09-19 Thread Jay Berkenbilt
Linux: > > The only thing we had to change was the makefile in the obj > directory. That makefile builds the shared object in the normal case. I > simply changed it to also build a static library the simple, old fashoned > way, with ar, and it seems to have worked (y

RE: Build fails on Linux

2004-09-15 Thread Scott Cantor
> And note the second "C" in "XERCESCROOT". Yeah, umm, any chance you guys could maybe patch the script to look for XERCESROOT as well? I can't tell you how many people mis-type that, myself included... -- Scott - To unsubscri

RE: Build fails on Linux

2004-09-15 Thread Jesse Pelton
And note the second "C" in "XERCESCROOT". > -Original Message- > From: David Cargill [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 15, 2004 9:22 AM > To: [EMAIL PROTECTED] > Subject: Re: Build fails on Linux > > > > > >

Re: Build fails on Linux

2004-09-15 Thread David Cargill
PM Subject Build fails on Linux Please respond to xerces

Build fails on Linux

2004-09-15 Thread Alex Ivershen
Guys, I'm struggling with 2.5.0 for two days now - I tried RedHat 8, 9 and MontaVista Linux, and still can't build the library. Previous versions compiled fine. The problem is that after all object files are compiled, it can't link the shared library - here is the log tail: gm

[jira] Resolved: (XERCESC-1261) Incompatible qualifier build warning

2004-09-14 Thread xerces-c-dev
/XERCESC-1261 Here is an overview of the issue: - Key: XERCESC-1261 Summary: Incompatible qualifier build warning Type: Bug Status: Resolved Priority: Minor Resolution: FIXED Project: Xerces-C

another static build

2004-09-02 Thread Norm Samuelson
We have been successful in building a static Xerces v2.5 on one more platform. I recently reported that we had been successful on Windows, Sun, and Linux. Now we can add AIX to that list. The procedure for AIX was the same as for Linux, simply using ar to build the archive. The one additional

glibc2.3 needed to build? dynamic linker problems

2004-09-02 Thread Stephan Menzel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, i'm trying to build xerces-c against some sort of cross compile environment which is simply a path with a different glibc and gcc and some toolchain. It't not really a cross compile since I run that stuff on the same system with a di

static build

2004-08-31 Thread Norm Samuelson
rious compilers deal with templates. On IRIX, we have not been able to build Xerces 2.5, so we have not tried a static build. I will outline what we did for each of the platforms on which we were successful. Sun: Sun provides a reasonably easy way to

  1   2   3   4   5   6   7   >