From: SourceForge.net <no...@so...> - 2007-01-16 10:50:50
|
Bugs item #1636688, was opened at 2007-01-16 11:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1636688&group_id=130646 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: naviserver - libnsd, libnsthread, nsd Group: Bug Status: Open Resolution: None Priority: 5 Private: No Submitted By: Martin Matuska (rebum) Assigned to: Nobody/Anonymous (nobody) Summary: nsd/tcltime.c, 64-bit systems Initial Comment: nsd/tcltime.c 1.5 2006/11/16 15:31:03 sdeasey Line 91: if (sizeof(int) < sizeof(long)) { Tcl_Panic("NsTclInitObjs: sizeof(int) < sizeof(long)"); } sizeof(int)=4 and sizeof(long)=8 on 64-bit systems (Linux, FreeBSD, etc.), so this will always panic. Is this necessary? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1636688&group_id=130646 |