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

2005-03-18 Thread James Fitzgerald
tr \ \\n | grep '\.o$' | ( cd ../../obj ; xargs ar rcs $XERCESCROOT/lib/libxerces-c.a ) Jignesh Sorathia wrote: 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 librarie

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

2005-03-17 Thread James Berry
On Mar 17, 2005, at 6:59 AM, Jignesh Sorathia wrote: 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?? Jignesh, There is no option to configure as

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] 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:

static library on MacOS

2004-07-14 Thread Song Li
Hi, I am using xerces on Mac, and I want to link xerces as a static library, so I go to "obj" directory, type: ar -r libxerces-c.a *.o ranlib libxerces-c.a and link this .a file when compiling my application, it gave me error: ld: /Users/lisong/lib/xerces-c-src_2_5_0/lib/libxe

DO NOT REPLY [Bug 5563] - Add capacity to build Xerces as static library

2004-02-05 Thread bugzilla
gzilla/show_bug.cgi?id=5563 Add capacity to build Xerces as static library [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

RE: xerces 2.3.0 Win32 static library, possible?

2003-09-02 Thread Jesse Pelton
un into any problems, though my app uses Xerces in fairly simple ways. > -Original Message- > From: Maksim Likharev [mailto:[EMAIL PROTECTED] > Sent: Friday, August 29, 2003 4:07 PM > To: [EMAIL PROTECTED] > Subject: RE: xerces 2.3.0 Win32 static library, possible? > >

RE: xerces 2.3.0 Win32 static library, possible?

2003-08-29 Thread Maksim Likharev
OK, here what I did, ( VC 7.0 ) 1. New configurations, as Static Library, based on existing Release/Debug 2. new define STATIC_LIB in order to switch off all those #define PLATFORM_EXPORT __declspec(dllexport) #define PLATFORM_IMPORT __declspec(dllimport) in VCPPDefs.hpp

RE: xerces 2.3.0 Win32 static library, possible?

2003-08-29 Thread Maksim Likharev
- From: Damian Saura [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 12:00 PM To: [EMAIL PROTECTED] Subject: Re: xerces 2.3.0 Win32 static library, possible? this is exactly what I'm needing too :) it should be considered to add this on the package, I think if it compile as a stati

AW: xerces 2.3.0 Win32 static library, possible?

2003-08-29 Thread Matthias Niggemeier
> -Ursprüngliche Nachricht- > Von: Maksim Likharev [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 29. August 2003 20:31 > An: [EMAIL PROTECTED] > Betreff: xerces 2.3.0 Win32 static library, possible? > > > Hi, > I just wondering is there any problems in compi

Re: xerces 2.3.0 Win32 static library, possible?

2003-08-29 Thread Damian Saura
PROTECTED]> Sent: Friday, August 29, 2003 3:31 PM Subject: xerces 2.3.0 Win32 static library, possible? Hi, I just wondering is there any problems in compiling xerces as static lib? I reality I have only application and I just do not want to have another dependency ( dll ). Another very interes

xerces 2.3.0 Win32 static library, possible?

2003-08-29 Thread Maksim Likharev
Hi, I just wondering is there any problems in compiling xerces as static lib? I reality I have only application and I just do not want to have another dependency ( dll ). Another very interesting question, if I compile DLL and I want to use let say SAX2 only, is there any simple way how I can excl

Re: create static library?

2003-03-04 Thread Gareth Reakes
ned that the portion of the project > I'm working in is actually built into a static library (.a) - which is > then used by the main application. To my (somewhat limited) knowledge, I > cannot create a static library that links to a dynamic library > (xercesc), can I? Is it

Re: create static library?

2003-03-03 Thread jiang lei
tions will cause link errors like "unresolved symbol". Regards Lei - Original Message - From: "Brice Ruth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 5:39 AM Subject: create static library? > Good afternoon, list members. &

create static library?

2003-03-03 Thread Brice Ruth
Good afternoon, list members. I am working on a project that I hope to use xercesc in (and am well on my way to doing so). I just determined that the portion of the project I'm working in is actually built into a static library (.a) - which is then used by the main application. To my (som

Compiling static library Xercesc

2003-01-03 Thread Martin Bosticky
Hi all A while ago I have posted a request on help with compiling a static library of xercesc with VC7. This I have now completed. It required removal of the __declspec definitions and that was pretty much that. I have discovered however, that all warning and error messages generated by the

DO NOT REPLY [Bug 5563] - Add capacity to build Xerces as static library

2002-12-06 Thread bugzilla
gzilla/show_bug.cgi?id=5563 Add capacity to build Xerces as static library [EMAIL PROTECTED] changed: What|Removed |Added Keywords||PatchAva

Antwort: RE: compiling xerces into a static library

2002-10-25 Thread Thomas . Rothfuss
>There's been talk about addressing this (see bugzilla), but I don't know if >it's been done yet. If you're building a VC++ static library, both of the >PLATFORM_... macros should expand to nothing: > >#define PLATFORM_EXPORT >#define PLATFORM_IMPORT >

RE: compiling xerces into a static library

2002-10-25 Thread Jesse Pelton
There's been talk about addressing this (see bugzilla), but I don't know if it's been done yet. If you're building a VC++ static library, both of the PLATFORM_... macros should expand to nothing: #define PLATFORM_EXPORT #define PLATFORM_IMPORT -Original Message- F

RE: compiling xerces into a static library

2002-10-25 Thread Martin Bosticky
Thanks for the comments. I would suspect that they probably suppress the warning as you said but somehow I have not duplicated that in my workspace. That would be an easy fix anyway. However I am annoyed :o( with the warnings that I get when linking to the static library (for example) LINK

RE: compiling xerces into a static library

2002-10-24 Thread Jesse Pelton
ltd.co.uk] Sent: Thursday, October 24, 2002 9:19 AM To: [EMAIL PROTECTED] Subject: compiling xerces into a static library Hi. I have compiled xerces into a static library on VC6 since I wanted to add an XML parser but didn't want to carry the distribution overhead needs Is such practice

RE: compiling xerces into a static library

2002-10-24 Thread Jesse Pelton
ld be surprised if it didn't, unless the stock makefile suppresses the warning with /wd4355. -Original Message- From: Mark Weaver [mailto:mark@;npsl.co.uk] Sent: Thursday, October 24, 2002 2:20 PM To: [EMAIL PROTECTED] Subject: RE: compiling xerces into a static library #pragma warnin

RE: compiling xerces into a static library

2002-10-24 Thread Mark Weaver
C.com] > Sent: 24 October 2002 18:45 > To: '[EMAIL PROTECTED]' > Subject: RE: compiling xerces into a static library > > > I build a static Xerces library using VC 7. (Did it with VC 6, too, but > we've moved on.) I haven't encountered any problems. I haven

compiling xerces into a static library

2002-10-24 Thread Martin Bosticky
Hi. I have compiled xerces into a static library on VC6 since I wanted to add an XML parser but didn't want to carry the distribution overhead needs Is such practice discouraged? I nave noticed I got extra 8 warnings when compiling it and well, I am not sure if that would make the li

XERCES-C static library for Windows

2002-06-18 Thread Ed Day
We are looking into building a static version of the xerces-c library for Windows. DLL's are difficult to use and configure for a lot of small applications. Has anyone done this before? If not, we can contribute some code (nmake compatible makefiles + patches to XercesDefs.hpp) that will allow

Re: looking to build static library

2002-04-24 Thread Brad Settlemyer
On Wednesday 24 April 2002 03:29 pm, Pinard, Jeffrey (CM Toolsmith) wrote: > Is there a way to build static libraries of xerces-c c++ api library? > > I only see that it builds a shared library... on Solaris using CC. > You have to do it manually for now (someone sent in a patch a few weeks ago I

looking to build static library

2002-04-24 Thread Pinard, Jeffrey (CM Toolsmith)
Title: looking to build static library Is there a way to build static libraries of xerces-c c++ api library? I only see that it builds a shared library... on Solaris using CC. Thanks. Jeffrey Pinard CM Toolsmith email: [EMAIL PROTECTED]

Antwort: Help With building xerces as a static library on Win NT

2002-04-21 Thread Thomas . Rothfuss
An: [EMAIL PROTECTED] | | Kopie: | | Thema:Help With building xerces as

Help With building xerces as a static library on Win NT

2002-04-21 Thread Aniruddha Shevade
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

DO NOT REPLY [Bug 5563] - Add capacity to build Xerces as static library

2002-04-15 Thread bugzilla
gzilla/show_bug.cgi?id=5563 Add capacity to build Xerces as static library --- Additional Comments From [EMAIL PROTECTED] 2002-04-15 16:26 --- Created an attachment (id=1593) I had to make some changes to get this to work for me, new

RE: Static library on Solaris?

2002-03-22 Thread Joseph Kesselman/CAM/Lotus
A blank space _IS_ Text, per the XML and DOM specs. It may be "ignorable whitespace" (whitespace in element content) if your DTD says the element is expected to contain only other elements. You can also use the xml:space attribute to pass a hint to the application regarding whether this space may

RE: Static library on Solaris?

2002-03-22 Thread Jesse Pelton
PM To: [EMAIL PROTECTED] Subject: RE: Static library on Solaris? Does xerces take blank space as #text (node) or something? I have a query that works finr when: and not when somehow this space is taken as text node... please su

RE: Static library on Solaris?

2002-03-22 Thread Bavishi, Pankaj
Does xerces take blank space as #text (node) or something? I have a query that works finr when: and not when somehow this space is taken as text node... please suggest - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

RE: Static library on Solaris?

2002-03-21 Thread Dawkins, David
1 March 2002 17:44 > To: [EMAIL PROTECTED] > Subject: RE: Static library on Solaris? > > > > Did you compile with the Sun compiler or the GNU > compiler? I used > > CC: Sun WorkShop 6 update 1 C++ 5.2 2000/09/11 > > and then tried the Sun ar and the GNU

RE: Static library on Solaris?

2002-03-21 Thread Hespelt, Steve (Exchange)
with the Sun workshop compilers, you have to use CC -xar instead of ar to build static libraries. > -Original Message- > From: Scott Nesbitt [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 12:44 PM > To: [EMAIL PROTECTED] > Subject: RE: Static lib

RE: Static library on Solaris?

2002-03-21 Thread Scott Nesbitt
han to fix (a lot of) compiler warnings. We just used >the GNU "ar" tool to create the library as usual. >David > I would like to create a static library of xerces-c > version 1.7 on Solaris. I compile normally, then ran > ar and created the .a library from the object

RE: Static library on Solaris?

2002-03-21 Thread Dawkins, David
rch 2002 15:34 > To: [EMAIL PROTECTED] > Subject: Static library on Solaris? > > > > I would like to create a static library of xerces-c > version 1.7 on Solaris. I compile normally, then ran > ar and created the .a library from the object files. > Unfortunately wh

Static library on Solaris?

2002-03-21 Thread Scott Nesbitt
I would like to create a static library of xerces-c version 1.7 on Solaris. I compile normally, then ran ar and created the .a library from the object files. Unfortunately when I tried to link against the library I got numerous errors. This worked with version 1.3. Are there build

DO NOT REPLY [Bug 5563] - Add capacity to build Xerces as static library

2002-02-04 Thread bugzilla
gzilla/show_bug.cgi?id=5563 Add capacity to build Xerces as static library [EMAIL PROTECTED] changed: What|Removed |Added Version|1.5.1 |1.6.0 --- Addi

DO NOT REPLY [Bug 5563] - Add capacity to build Xerces as static library

2002-02-04 Thread bugzilla
gzilla/show_bug.cgi?id=5563 Add capacity to build Xerces as static library --- Additional Comments From [EMAIL PROTECTED] 2002-02-05 01:07 --- In the previous attachment are the files that need to be changed in order to enable the building of static Xerces libraries under Unix. Quite a num

DO NOT REPLY [Bug 5563] - Add capacity to build Xerces as static library

2002-02-04 Thread bugzilla
gzilla/show_bug.cgi?id=5563 Add capacity to build Xerces as static library --- Additional Comments From [EMAIL PROTECTED] 2002-02-05 01:05 --- Created an attachment (id=1132) Gzipped tarball of files changed for static Xerces

DO NOT REPLY [Bug 5563] New: - Add capacity to build Xerces as static library

2001-12-21 Thread bugzilla
gzilla/show_bug.cgi?id=5563 Add capacity to build Xerces as static library Summary: Add capacity to build Xerces as static library Product: Xerces-C++ Version: 1.5.1 Platform: All OS/Version: All Status: NEW Severity: Enhan

RE: Linking with Xerces as a static library with VC++?

2001-08-21 Thread Julia Larson
Thanks, this worked. The other linking errors were my own fault -Julie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 1:00 PM To: [EMAIL PROTECTED] Subject: Re: Linking with Xerces as a static library with VC++? Julia, You

RE: Linking with Xerces as a static library with VC++?

2001-08-20 Thread Julia Larson
nsigned int)" (?resize@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXI@ Z ) already defined in libcpmt.lib(xlocale.obj) LINK : warning LNK4098: defaultlib "mfc42.lib" conflicts with use of other libs; use /NODEFAULTLIB:library LINK : warning LNK4098: defaultlib "mfcs4

Re: Linking with Xerces as a static library with VC++?

2001-08-20 Thread peiyongz
IL PROTECTED]> on 08/20/2001 03:40:52 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: Linking with Xerces as a static library with VC++? Hello, We have a huge product that uses all static libraries built with the

Linking with Xerces as a static library with VC++?

2001-08-20 Thread Julia Larson
Hello, We have a huge product that uses all static libraries built with the "Multithreaded" run-time library option. Xerces uses the "Multithreaded DLL" which produces horrible link errors when I try to link with the library in release mode. What can I do about this? Please help Thanks -Juli

SIGSEGV 11 Using Static Library

2001-08-17 Thread Jeff Sullivan
Hello, I'm on SunOS 5.6, using Xerces v1.1.0 on GCC 3.0, just upgraded from version 2.95.2. I've created a static library... ar -r libxerces.a *.o ranlib libxerces.a ...and linked it into my program. At runtime, I

Is there an option to configure to build xerces as a static library?

2001-08-09 Thread Youngmee Kim
Is there an easy way (without mucking with the makefiles) to configure to build xerces into a static library (.a)? Youngmee Kim [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Static library

2001-07-02 Thread Roby Gamboa
sto, unresolved link errors disappeared. - Roby = Roby Gamboa Senior Software Engineer Iris Financial Engineering [EMAIL PROTECTED] http://www.irisfinancial.com > Subject: Re: Static library > Date: Tue, 22 May 2001 17:23:50 -0600 > From: Dee Jay Randall <

Static library

2001-06-26 Thread Helmut Schröger
Hi ! Did anyone build xerces-c as a static library with MSVC6 or knows what to change within the code? Help would be appreciated. Thanks Helmut - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Static library & IDOM

2001-05-25 Thread Tinny Ng
in the DOM directory suffice? And remove these files eventually if > they're artifacts of the bring-up? > > Thanks! > > -jdb > > On 5/23/01 1:30 PM, "Andy Heninger" <[EMAIL PROTECTED]> wrote: > > > I would have guessed that putting both DOMs int

Re: Static library & IDOM

2001-05-24 Thread James Berry
t; <[EMAIL PROTECTED]> wrote: > I would have guessed that putting both DOMs into the same static library > would work. The classic DOM and IDOM are built into the same DLL on > Windows, so I would have expected that any symbol conflicts would have > showed up there too. > >

Re: Static library

2001-05-23 Thread Andy Heninger
I would have guessed that putting both DOMs into the same static library would work. The classic DOM and IDOM are built into the same DLL on Windows, so I would have expected that any symbol conflicts would have showed up there too. Tinny is working on finishing up the missing parts of the IDOM

Re: Static library

2001-05-23 Thread James Berry
Hi Andy, I ran into a problem the other day in trying to integrate the IDOM sources into the MacOS build, which builds currently as a static library. I was hoping to just include the IDOM, as well as the classic DOM, in the library. But they seem to have some symbol conflicts between them. Any

Re: Static library

2001-05-23 Thread Andy Heninger
From: "McKenzie, William (WISM)" <[EMAIL PROTECTED]> > Is there any known problem with creating a statically-linked library from > the xerces sources? I am using MSVC and would like to minimize run-time > dependencies. > No known problems. It should work. Just make sure that the compiler optio

Re: Static library

2001-05-23 Thread John Siedlicki
> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 22, 2001 12:05 PM Subject: Static library > Is there any known problem with creating a statically-linked library from > the xerces sources? I am using MSVC and would like to minimize run-time >

Re: Static library

2001-05-22 Thread Dee Jay Randall
gdb 5.0. > /Martin > > -- > Martin Kalen > Software Engineer > TODAY Systems, Inc. > http://www.todaysystems.com.au/ > Tel +61-3-9536 3900 - Fax +61-3-9536 3901 > > - Original Message - > From: "Dee Jay Randall" <[EMAIL PROTECTED]> > To

Re: Static library

2001-05-22 Thread Martin Kalen
rtin Kalen Software Engineer TODAY Systems, Inc. http://www.todaysystems.com.au/ Tel +61-3-9536 3900 - Fax +61-3-9536 3901 - Original Message - From: "Dee Jay Randall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 9:23 AM Subject: Re: Static

Re: Static library

2001-05-22 Thread Dee Jay Randall
On Tue, May 22 2001 at 11:05:28P -0500, McKenzie, William (WISM) wrote: > Is there any known problem with creating a statically-linked library from > the xerces sources? I am using MSVC and would like to minimize run-time > dependencies. Due to difficulties debugging (gdb seemed to choke on sh

Static library

2001-05-22 Thread McKenzie, William (WISM)
Is there any known problem with creating a statically-linked library from the xerces sources? I am using MSVC and would like to minimize run-time dependencies. TIA, ~Bill - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio