Ticket #96 (closed defect: fixed)

Opened 1 year ago

Last modified 5 months ago

Tango + -debug == undefined stuff

Reported by: JarrettBillingsley Assigned to: ChristianK
Priority: minor Milestone:
Component: unspecified Version: 0.2
Keywords: Cc: JarrettBillingsley

Description

I got the latest SVN repo of arc Tango (1352) and when compiling with -debug, there are some undefined symbols in it, mostly writeflns. Here are the problems:

  • arc.texture - 247 (writefln)
  • arc.window - 111 (logVendor)
  • arc.internals.font.BoxPacker - 66 (writefln)
  • arc.internals.font.BoxPacker - 127 (writefln)

Change History

11/13/07 15:10:31 changed by ChristianK

  • version changed from 0.2 to svn.
  • milestone set to 0.3.

Right, that's a fix that we forgot to backport to the 0.2 branch. Since 0.2 doesn't have proper logging anyway, just commenting out these spurious writeflns will help. I'll try doing that and committing by friday.

11/13/07 15:10:53 changed by ChristianK

  • version changed from svn to 0.2.
  • milestone changed from 0.3 to 0.2 maintenance.

set wrong stuff

11/18/07 11:56:23 changed by ChristianK

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

(In [1360]) fixed #96 : commented out left over debug writefs and switched logVendor to printVendor

05/13/08 13:53:05 changed by

  • milestone deleted.

Milestone 0.2 maintenance deleted