[ 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
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
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
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
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
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!
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
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
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
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
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.
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
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
gzilla/show_bug.cgi?id=23442
XMLPlatformUtils::Initialize() in static build
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RE
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
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
, 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.
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)
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.
>
>
> 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
"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
> 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
>
"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
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
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
25 matches
Mail list logo