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

Ticket #519 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

example conduits/filecat.d doesn't compile on Mac OS X

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

Description

Changeset [2348]

bud conduits/filecat.d -noautoimport -op -clean -full -g -debug -I.. -Tconduits/filecat -unittest
conduits/filecat.d:15: Error: no property 'WriteTruncate' for type 'tango.io.FileConduit.FileConduit'
conduits/filecat.d:15: constructor tango.io.FileConduit.FileConduit.this (char[],Style ) does not match parameter types (char[],int)
conduits/filecat.d:15: Error: cannot implicitly convert expression (args[1u]) of type char[] to tango.io.FilePath.PathView
conduits/filecat.d:15: Error: cannot implicitly convert expression (1) of type int to Style

Change History

06/20/07 23:43:32 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 0.99 RC3.

fixed in [2349]

Thanks Carlos!