[Issue 1647] New: linux.mak in phobos' sources tries to compile missing file std/slist.d
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 7 15:58:19 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1647
Summary: linux.mak in phobos' sources tries to compile missing
file std/slist.d
Product: D
Version: 2.007
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: bugzilla at digitalmars.com
ReportedBy: baryluk at mpi.int.pl
dmd/src/phobos$ make -f linux.mak
for m in array asserterror base64 bind bitarray boxer compiler contracts conv
cover cpuid cstream ctype date dateparse demangle file format gc getopt
hiddenfunc intrinsic loader math math2 md5 metastrings mmfile moduleinit openrj
outbuffer outofmemory path perf process random regexp signals slist socket
socketstream stdint stdio stream string switcherr syserror system thread traits
typetuple uni uri utf variant zip zlib; do echo public import std.$m\;; done >
all_std_modules_generated.d
dmd -I./ -c -O -release -ofobj/release/unittest.o unittest.d
dmd -I./ -c -O -release -ofobj/release/all_std_modules_generated.o
all_std_modules_generated.d
all_std_modules_generated.d(39): module slist cannot read file 'std/slist.d'
make: *** [obj/release/all_std_modules_generated.o] Błąd 1
dmd/src/phobos$
Removing occurence of slist in linux.mak fix this problem.
--
More information about the Digitalmars-d-bugs
mailing list