From: Andrew P. <at...@pi...> - 2014-10-01 19:43:36
|
On Wed, Oct 01, 2014 at 03:12:34PM -0400, Andrew Piskorski wrote: > Creating library nsthread.lib and object nsthread.exp > reentrant.o : error LNK2019: unresolved external symbol Ns_Log referenced in function ns_asctime > nsthread.dll : fatal error LNK1120: 1 unresolved externals Well, I fixed that by simply commenting out that new Ns_Log call, here: https://bitbucket.org/apiskors/naviserver/commits/f4c8f273833539b5d48ec1b73b594a9d961fe788 I still worry a bit about the two separate definitions of NS_EXTERN and which one is actually getting used, but so far the change to include ns.h from reentrant.c does NOT seem to have broken anything. -- Andrew Piskorski <at...@pi...> |