From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29413 invoked by alias); 28 Mar 2008 07:13:15 -0000 Received: (qmail 29394 invoked by uid 22791); 28 Mar 2008 07:13:11 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0910.google.com (HELO rv-out-0910.google.com) (209.85.198.188) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 28 Mar 2008 07:12:34 +0000 Received: by rv-out-0910.google.com with SMTP id l15so56848rvb.48 for ; Fri, 28 Mar 2008 00:12:30 -0700 (PDT) Received: by 10.141.15.19 with SMTP id s19mr1172633rvi.39.1206688350246; Fri, 28 Mar 2008 00:12:30 -0700 (PDT) Received: by 10.141.193.13 with HTTP; Fri, 28 Mar 2008 00:12:30 -0700 (PDT) Message-ID: Date: Fri, 28 Mar 2008 07:13:00 -0000 From: "Meir Yanovich" To: pthreads-win32@sourceware.org Subject: pthread.h(218) : fatal error C1083: Cannot open include file: 'time.h': No such file or directory MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact pthreads-win32-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sourceware.org X-SW-Source: 2008/txt/msg00011.txt.bz2 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