Ticket #267 (closed defect: fixed)
Development version of PLT complains of duplicate definition
Reported by: | jao | Owned by: | kazzmir |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | kazzmir/x11.plt | Keywords: | |
Cc: | jao | Version: | (2 1) |
Racket Version: | 4.2.4.4 |
Description
In x11.ss, the definition of the function XWindowChanges causes
a duplicated symbol error, presumably because the cstruct definition
of _XWindowChanges is defining its own (?). Renaming the later to,
say, _CXWindowChanges solves the problem (although i'm not sure if
my diagnosis is correct)
Change History
Note: See
TracTickets for help on using
tickets.