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

2005-02-11 Thread Gareth Reakes (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1340?page=history ] Gareth Reakes closed XERCESC-1340: -- Resolution: Fixed Hi, this is not a bug, but rather a question. Take a look in the archives or aska question on the mailing list. > sta

[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

Re: Static Build of Xerces/Windows VC7.1

2005-01-25 Thread Alberto Massari
At 06.50 25/01/2005 -0800, Sanjiv Deshpande wrote: I should have browsed the newsgroup before posting There were atleast two ways in which you could comiple xerces statically, First Method, - First change the project type from dll to static lib. - Remove the Win32MsgLoader from the project and add

Re: Static Build of Xerces/Windows VC7.1

2005-01-25 Thread Sanjiv Deshpande
I should have browsed the newsgroup before posting There were atleast two ways in which you could comiple xerces statically, First Method, - First change the project type from dll to static lib. - Remove the Win32MsgLoader from the project and add the InMemMsgLoader instead. - Change the project

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 ap

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!

Re: static build

2004-09-19 Thread Jay Berkenbilt
Norman H. Samuelson <[EMAIL PROTECTED]>: > Recently I posted a note that we were working on building a static xerces > library. > > We have succeeded on three platforms: Windows, Sun, Linux. > . . . > > > Linux: > > The only thing

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 t

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

Re: static build of Xerces

2004-08-25 Thread Gareth Reakes
Hi, We have built a static Xerces library on Solaris and on Windows. We will be building it soon on AIX, IRIX, and TRU64 machines. I would be happy to submit the changes in the makefiles needed to build the static version for each of those platforms, with the hope that it will be included wit

static build of Xerces

2004-08-24 Thread Norm Samuelson
I got tired of waiting for someone to come up with a solution to building a static version of the xerces library. I set aside some time and looked into the problem for myself, with the help of a colleague who worked on the Windows version. There are a couple of problems with shared libraries.

DO NOT REPLY [Bug 23442] - XMLPlatformUtils::Initialize() in static build

2003-09-27 Thread bugzilla
gzilla/show_bug.cgi?id=23442 XMLPlatformUtils::Initialize() in static build --- Additional Comments From [EMAIL PROTECTED] 2003-09-27 23:11 --- Sorry about that; I read Iconv and wrote ICU... Anyway, somehow you appear to be trying to use the Iconv routines for transcoding. This should b

DO NOT REPLY [Bug 23442] - XMLPlatformUtils::Initialize() in static build

2003-09-26 Thread bugzilla
gzilla/show_bug.cgi?id=23442 XMLPlatformUtils::Initialize() in static build --- Additional Comments From [EMAIL PROTECTED] 2003-09-26 19:08 --- I used -tnative for build shared library. I made static library from all *.o files in obj/LINUX directory. I don't have ICU on my machine, I

DO NOT REPLY [Bug 23442] - XMLPlatformUtils::Initialize() in static build

2003-09-26 Thread bugzilla
gzilla/show_bug.cgi?id=23442 XMLPlatformUtils::Initialize() in static build [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 23442] New: - XMLPlatformUtils::Initialize() in static build

2003-09-26 Thread bugzilla
gzilla/show_bug.cgi?id=23442 XMLPlatformUtils::Initialize() in static build Summary: XMLPlatformUtils::Initialize() in static build Product: Xerces-C++ Version: 2.3.0 Platform: PC OS/Version: Linux Status: NEW Severity: Cr

RE: Static build on win32

2001-08-30 Thread Murphy, James
at we need! I should look but does xerces use anything except new? Jim > > > -Original Message- > From: Murphy, James [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 30, 2001 9:31 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Static build on win32 > &g

RE: Static build on win32

2001-08-30 Thread Julia Larson
, Peter [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 7:18 AM To: '[EMAIL PROTECTED]' Subject: RE: Static build on win32 > What do you mean by "component"? In this case, anything that has a statically linked CRT. > Is Xerces a "component" ? Yes.

RE: Static build on win32

2001-08-30 Thread Erik Schroeder
2001 9:31 AM To: '[EMAIL PROTECTED]' Subject: RE: Static build on win32 Read "[EMAIL PROTECTED]"'s bug submission [1]. He is proposing void XMLPlatformUtils::Free(void *p) That can be called to free memory allocated by Xerces (perhaps from a statically linked CRT)

RE: Static build on win32

2001-08-30 Thread Murphy, James
ilto:[EMAIL PROTECTED]] > Sent: Thursday, August 30, 2001 10:18 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Static build on win32 > > > > > What do you mean by "component"? > > In this case, anything that has a statically linked CRT. > >

RE: Static build on win32

2001-08-30 Thread Armistead, Peter
> What do you mean by "component"? In this case, anything that has a statically linked CRT. > Is Xerces a "component" ? Yes. > If so, how can I ensure that the strings are freed inside Xerces ? You would have to create a release function inside Xerces to do this I imagine. > Is there anothe

Re: Static build on win32

2001-08-30 Thread Daniel Hägg
"Armistead, Peter" wrote: > If you build the app and the components with static CRT you will get > different heaps for each component. > > If you work this way you need to make sure the strings are freed inside the > same component that allocated them, Thanks again for your reply. What do you m

RE: Static build on win32

2001-08-30 Thread Armistead, Peter
> Thanks for the reply. But I think you did not understand me. > I don't want my application to depend on msvcrt.dll and msvcp60.dll. > I want to use static libs. I understand that all "parts" of a > process must use > the same kind of libs. In order to make it work, I need to > rebuild Xerces >

Re: Static build on win32

2001-08-30 Thread Daniel Hägg
"Armistead, Peter" wrote: > Daniel, > > Have you checked that you are using the DLL version of CRT? > > If not, the freeing of memory will fail due to different heaps, > > Peter Thanks for the reply. But I think you did not understand me. I don't want my application to depend on msvcrt.dll and m

RE: Static build on win32

2001-08-30 Thread Armistead, Peter
D] > Subject: Static build on win32 > > > Hi! > Is it possible to build Xerces with static libraries on WIN32 ? > I have tried but failed. My app asserts when it tries to free > a string allocated > > by transcode. This does not happen if I compile both Xerces > a

Static build on win32

2001-08-30 Thread Daniel Hägg
Hi! Is it possible to build Xerces with static libraries on WIN32 ? I have tried but failed. My app asserts when it tries to free a string allocated by transcode. This does not happen if I compile both Xerces and my app with dynamic libraries. I know this problem is mentioned in the FAQ but the a