This is the mail archive of the pthreads-win32@sourceware.org mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

pthread.h(218) : fatal error C1083: Cannot open include file: 'time.h': No such file or directory


Hello all
im trying to compile static pthread lib , im using vc 6 and win2k
and when im run namke with : nmake clean VC-static-debug
im getting this error :
..\pthreads-w32-2-8-0-release\pthreads-w32-2-8-0-release>nmake clean
VC-static-debug
Microsoft (R) Program Maintenance Utility   Version 7.00.8882
Copyright (C) Microsoft Corp 1988-2000. All rights reserved.

        if exist *.obj del *.obj
        if exist *.ilk del *.ilk
        if exist *.pdb del *.pdb
        if exist *.exp del *.exp
        if exist *.map del *.map
        if exist *.o del *.o
        if exist *.i del *.i
        if exist *.res del *.res
        cl /Zi /W3 /MD /nologo /Yd /I. /D_WIN32_WINNT=0x400
/DHAVE_CONFIG_H /DPTW32_BUILD_INLINED /DPTW32_STATIC_LIB /D__CLEANUP_C
-c pthread.c
pthread.c
pthread.h(218) : fatal error C1083: Cannot open include file:
'time.h': No such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"I:\Program Files\Microsoft Platform
SDK\Bin\nmake.exe"' : return code '0x2'
Stop.

what  is wrong here ?
thanks


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]