Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #449 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

logging/chainsaw example doesn't compile on Mac OS X

Reported by: Carlos Assigned to: kris
Priority: normal Milestone:
Component: Tango Version: trunk
Keywords: Cc:

Description

Rev [2170]

bud logging/chainsaw.d -noautoimport -op -clean -full -g -debug -I.. -Tlogging/chainsaw -unittest
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:198: Error: undefined identifier date
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:198: Error: no property 'ms' for type 'int'
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:198: Error: constant date.ms is not an lvalue
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:203: Error: undefined identifier date
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:203: Error: no property 'year' for type 'int'
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:203: Error: constant date.year is not an lvalue
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:204: Error: undefined identifier date
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:204: Error: no property 'month' for type 'int'
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:204: Error: constant date.month is not an lvalue
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:205: Error: undefined identifier date
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:205: Error: no property 'day' for type 'int'
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:205: Error: constant date.day is not an lvalue
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:206: Error: undefined identifier date
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:206: Error: no property 'hour' for type 'int'
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:206: Error: constant date.hour is not an lvalue
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:207: Error: undefined identifier date
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:207: Error: constant date.min is not an lvalue
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:208: Error: undefined identifier date
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:208: Error: no property 'sec' for type 'int'
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:208: Error: constant date.sec is not an lvalue
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:209: Error: undefined identifier date
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:209: Error: no property 'dow' for type 'int'
/Users/carlos/Development/d/tango/trunk/tango/util/time/Clock.d:209: Error: constant date.dow is not an lvalue

Change History

05/07/07 03:40:02 changed by kris

Whoops ... fixed in [2171]

05/07/07 03:40:35 changed by kris

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