Bugs item #1980953, was opened at 2008-05-31 23:20
Message generated for change (Comment added) made by dkf
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110894&aid=1980953&group_id=10894
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: 52. Configuration and Build Tools
Group: development: 8.6a0
Status: Open
Resolution: None
Priority: 9
Private: No
Submitted By: Daniel A. Steffen (das)
Assigned to: Donal K. Fellows (dkf)
Summary: TIP257 integration breaks 'make genstubs'
Initial Comment:
tclOO.decls uses commands that tools/genStubs.tcl does not understand, breaking 'make genstubs'.
oo/tools/genStubs.tcl is not the standard genStubs.tcl, it appears to be derived from ttkGenStubs.tcl, and does not have any of the recent modifications that were made to tcl/tools/genStubs.tcl e.g. for static const stubs tables [patch 1938497].
Either the tclOO specific genStubs.tcl needs to be added to tcl/tools or (preferably) the extra functionality tclOO requires needs to be added to tcl/tools/genStubs.tcl
----------------------------------------------------------------------
>Comment By: Donal K. Fellows (dkf)
Date: 2008-05-31 23:47
Message:
Logged In: YES
user_id=79902
Originator: NO
Grrr.
It was indeed written using the genstubs used in Tile, though the extra
features in tclOO.decls from that system were actually not used in any
meaningful way. But it seems that stubs generation is currently completely
broken; tclOODecls.h is (effectively) empty following obvious changes, and
tclOOStubInit.c is full of irrelevant rubbish (and yet nothing required)!
Don't know why yet.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=110894&aid=1980953&group_id=10894
|