Bug 68 – phobos recls_fileinfo_unix.cpp compile error

Status
RESOLVED
Resolution
WONTFIX
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D1 (retired)
Platform
x86
OS
Linux
Creation time
2006-03-23T17:19:00Z
Last change time
2014-02-15T13:16:29Z
Assigned to
bugzilla
Creator
benoit

Comments

Comment #0 by benoit — 2006-03-23T17:19:16Z
I get the following compile errors: g++ -Wall -O4 -mcpu=i686 -DNDEBUG -DUNIX -D_M_IX86 -c -I. -I../stlsoft -orecls_fileinfo_unix.o recls_fileinfo_unix.cpp `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. recls_fileinfo_unix.cpp: In function
Comment #1 by benoit — 2006-04-01T05:23:14Z
An additional compile problem ../stlsoft/unixstl_glob_sequence.h: In member function
Comment #2 by funisher — 2006-04-04T16:29:45Z
I got it to compile with gcc 4.0.3 replacing all "NULL" with "0" (even the ones in the asserts)
Comment #3 by bugzilla — 2006-05-14T17:05:12Z
std.recls has been dropped.