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

Ticket #446 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

conduits/FileBucket 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 [2136]

bud conduits/FileBucket.d -noautoimport -op -clean -full -g -debug -I.. -Tconduits/FileBucket -unittest
/Users/carlos/Development/d/tango/trunk/tango/util/time/Utc.d:209: function tango.stdc.posix.time.gmtime_r (int*,tm *) does not match parameter types (int,tm *)
/Users/carlos/Development/d/tango/trunk/tango/util/time/Utc.d:209: Error: cannot implicitly convert expression (86400) of type int to int*

Change History

05/03/07 01:00:55 changed by Carlos

[2137] fixed it.

05/03/07 01:01:24 changed by Carlos

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