Ticket #267 (closed defect: fixed)

Opened 14 years ago

Last modified 13 years ago

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

Changed 14 years ago by jao

  • cc jao added

Changed 13 years ago by kazzmir

  • status changed from new to closed
  • resolution set to fixed

Fixed in 2:2

Note: See TracTickets for help on using tickets.