Bugs item #1647545, was opened at 2007-01-29 19:18 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1647545...
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: externals Group: v0.39.2 Status: Closed Resolution: Fixed
Priority: 5 Private: No Submitted By: Josh Steiner (joschi) Assigned to: Nobody/Anonymous (nobody)
Summary: [knob] doesn't compile on Windows
Initial Comment: hey, i can't get knob.dll to work on windows using 0.39.2-extended-test7:
load_object: Symbol "knob_setup" not found
* On MinGW, it dies here: * knob.o(.text+0x1a58):knob.c: undefined reference to `sys_noloadbang' */
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-02-01 20:33
Message: Logged In: YES user_id=27104 Originator: NO
Added this tiny kludge to get it working on Windows (minus noloadbang support). (around line 610):
/* WARNING: this is a kludge to get this object building on Windows. Currently, the linker fails on the symbol "sys_noloadbang". hans@at.or.at */ #ifdef _WIN32 if(x->x_gui.x_isa.x_loadinit) #else if(!sys_noloadbang && x->x_gui.x_isa.x_loadinit) #endif
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1647545...