[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Building on win32

From: D.J. Heap <djheap_at_gmail.com>
Date: 2007-05-18 16:13:56 CEST

On 5/16/07, Andreas Pakulat <apaku@gmx.de> wrote:
[snip]
>
> Ok, here's the update (although I probably should talk to the apr people
> instead):
>
> The apr import lib has 2 symbols for each exported function, one has an
> underscore at the beginning (i.e. declspec(dllexport) was used) the
> other one is __imp__<functioname> because its extern C.
>
> It seems that my linker has a problem with this, the first problematic
> symbol is said to be "apr_initialize". I was told that this should
> rather be _apr_initialize or __imp__apr_initialize.
>
> I checked wether the APR_DECLARE macro expands to the version that has
> __declspec(dllimport) and it does, however I don't see the declspec
> macro in the preprocessed sources.
>
> Any ideas? If not I'll talk to the apache people about this. And thanks
> for your help getting this compiled.

Is it failing to find any symbols at all? Or do you get some but not
others? What linker are you using?

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 18 16:14:31 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.