From: Andrew P. <at...@pi...> - 2014-11-24 18:06:12
|
On Mon, Nov 03, 2014 at 12:10:44AM -0500, Andrew Piskorski wrote: > I finally figured out why my debug symbols on Windows were messed up. > To fix, I simply changed the (Windows only) makefiles to name the > library files "libnsd.dll" and "libnsd.lib", here: > > https://bitbucket.org/apiskors/naviserver/commits/55797002913598dd2152d2bea4dba7bbeef589bf By itself, that change had an unfortunate side effect on the Unix build; to fix it you need this: https://bitbucket.org/apiskors/naviserver/commits/ac1bd35ff47bdab4f687c2587b1c5e49fd8cea92 With that, to the best of my knowledge everything in my fork is now suitable for merging into the main Naviserver head. -- Andrew Piskorski <at...@pi...> |