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

Re: Auto generated windows projects

From: Brandon Ehle <behle_at_pipedreaminteractive.com>
Date: 2003-01-15 05:23:19 CET

>
>
>>Haven't managed to get dynamic builds linking yet do to some API stuff,
>>I planned on adding a static / dynamic switch one the initial stuff gets
>>in. On this note, aprutil depends on apriconv which depends on apr, if
>>I make aprutil depend on apr as well, MSVC6 croaks trying to compile
>>with tons of duplicate defined symbols.
>>
>>
>>
>
>You get these errors when you add a dependency from one static library to
>another,
>because MSVC links in the dependant lib(s). When building static libs it is best
>to
>put all the dependencies on the exes.
>
>
Unfortunately that doesn't work for Subversion because apr & aprutil
generate header files so all projects must depend on them somehow.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 15 02:16:40 2003

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

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