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

Ticket #448 (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 [2168]

bud conduits/FileBucket.d -noautoimport -op -clean -full -g -debug -I.. -Tconduits/FileBucket -unittest
/Users/carlos/Development/d/tango/trunk/tango/io/FilePath.d:1236: function tango.io.FilePath.FilePath.timeStamps.convert (timeval *) does not match parameter types (timeval )
/Users/carlos/Development/d/tango/trunk/tango/io/FilePath.d:1236: Error: cannot implicitly convert expression (*((& stats+32))) of type timeval to timeval *
/Users/carlos/Development/d/tango/trunk/tango/io/FilePath.d:1237: function tango.io.FilePath.FilePath.timeStamps.convert (timeval *) does not match parameter types (timeval )
/Users/carlos/Development/d/tango/trunk/tango/io/FilePath.d:1237: Error: cannot implicitly convert expression (*((& stats+24))) of type timeval to timeval *
/Users/carlos/Development/d/tango/trunk/tango/io/FilePath.d:1238: function tango.io.FilePath.FilePath.timeStamps.convert (timeval *) does not match parameter types (timeval )
/Users/carlos/Development/d/tango/trunk/tango/io/FilePath.d:1238: Error: cannot implicitly convert expression (*((& stats+40))) of type timeval to timeval *

Change History

05/05/07 17:43:12 changed by kris

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

thx!