Leser: 1
|< 1 2 >| | 12 Einträge, 2 Seiten |
QuoteIch würde mich über Testergebnisse, insbesondere von obskuren Betriebssystem (Windows und so :-) freuen.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cl -c -nologo -MD -O2 adler32.c
adler32.c
zconf.h(289) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Programme\Microsoft Visual Studio\VC98\bin\nmake.exe"' : return code '0x2'
Stop.
nmake -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
1
2
3
4
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.05 cusr + 0.00 csys = 0.05 CPU)
make[1]: Leaving directory `/root/.cpan/build/Tk-804.027_500/Event'
/usr/bin/make test -- OK
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Building jpeg/libjpeg.a
checking for gcc... cc
checking whether the C compiler (cc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TS_ERRNO -KPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TS_ERRNO ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
...
...
cp Tk/icon.gif blib/lib/Tk/icon.gif
cd pTk && make DEFINE=""
/bin/sh: make: not found
gmake: *** [pTk/libpTk.a] Error 1
/usr/sfw/bin/gmake -- NOT OK
Running make test
Can't test without successful make
Failed during this command:
SREZIC/Tk-804.027_500.tar.gz : make NO
|| die "Cannot copy $file to Makefile: $!";
1
2
3
# overwrite zconf.h with original zconf.in.h
copy("zconf.in.h", "zconf.h")
|| die "Cannot copy zconf.in.h to zconf.h: $!";
|< 1 2 >| | 12 Einträge, 2 Seiten |