Stefan Küng wrote:
> On 3/15/06, Joseph Galbraith <galb@vandyke.com> wrote:
>> Well, I'm finally trying to get my build environment
>> set up.
>>
>> I'm currently getting the following error:
>>
>> [link] Creating library .\release_win32/libapr.lib and object
>> .\release_win32/libapr.exp
>> [link] internal.obj : error LNK2019: unresolved external symbol
>> __imp___realloc_dbg referenced in function _apr_wastrtoastr
>> [link] start.obj : error LNK2001: unresolved external symbol
>> __imp___realloc_dbg
>> [link] internal.obj : error LNK2019: unresolved external symbol
>> __imp___malloc_dbg referenced in function _apr_wastrtoastr
>> [link] start.obj : error LNK2001: unresolved external symbol
>> __imp___malloc_dbg
>> [link]
>> E:\Users\Galb\Projects\SVN\TortoiseSVN\ext\apr\release_win32\libapr.dll
>> : fatal error LNK1120: 2 unresolved externals
>>
>> Does anyone have any idea what it is I messed up?
>
> Maybe you did a debug build first, but then a release build without
> the 'clean' param first?
I don't think so... I'm pretty sure that
after I got the error the first time
I did a nant clean .
Checking... yes, I just reverified that
nant clean
nant setup
gives the error.
Thanks,
Joseph
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Mar 15 16:18:44 2006