Symbols missing from static library
Robert Dailey
rcdailey at gmail.com
Sat Sep 26 20:33:21 EDT 2009
Would be great if you guys were using CMake to build your projects instead.
If I find time I might be able to make some and submit it. That way you can
get rid of your Makefile files, and .mak files, and anything else that
serves as a build system for a particular platform.
---------
Robert Dailey
On Sat, Sep 26, 2009 at 3:06 PM, Joe Orton <joe at manyfish.co.uk> wrote:
> On Sat, Sep 19, 2009 at 03:50:48PM -0500, Robert Dailey wrote:
> > On Mon, Sep 14, 2009 at 9:56 AM, Robert Dailey <rcdailey at gmail.com>
> wrote:
> > > Now that I think about it, if I could somehow get libneon to use the
> > > following macro definitions:
> > >
> > > _LIB
> > > COMPILED_FROM_DSP
> > >
> > > This would fix the problem more than likely. The above macros are
> defined
> > > when building expat statically (Not the DLL). Of course, this means
> neon.mak
> > > would need to take a flat like EXPAT_STATIC=1 for a static build, in
> which
> > > case the above 2 macros would be defined. If EXPAT_STATIC=0 or if it is
> left
> > > out (default), then the above 2 macros would NOT be defined and it
> would
> > > link against expat's import library instead.
> > >
> > > This sounds reasonable. I'd do this myself if I had any idea how to do
> it.
> > > But it's a simple change, it shouldn't take you long at all.
> >
> > Any response on this please?
>
> If you propose a patch to neon.mak I'll apply it. I really don't know
> anything about the Windows build system.
>
> Regards, Joe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.manyfish.co.uk/pipermail/neon/attachments/20090926/2a278110/attachment.html
More information about the neon
mailing list