Thread Neues Tk-Release (11 answers)
Opened by ptk at 2007-02-11 15:37

esskar
 2007-02-12 10:07
#46205 #46205
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
Code: (dl )
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


unistd.h gibt es offiziell nicht unter Windows.
Muss man sich auf umwegen besorgen.
Mein Rechner hat immer das neuste Platform SDK und ist in dieser Richtung immer ziemlich aktuell. Man sollte unistd.h mit in das release packen. Sind imho nur DEFINE's

View full thread Neues Tk-Release