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
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
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
[ 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:
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
gzilla/show_bug.cgi?id=5563
Add capacity to build Xerces as static library
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Reso
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?
>
>
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
-
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
> -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
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
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
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
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.
&
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
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
gzilla/show_bug.cgi?id=5563
Add capacity to build Xerces as static library
[EMAIL PROTECTED] changed:
What|Removed |Added
Keywords||PatchAva
>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
>
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
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
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
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
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
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
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
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
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]
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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 <
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
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
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.
>
>
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
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
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
>
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
>
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
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
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
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
60 matches
Mail list logo