From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14745 invoked by alias); 18 May 2004 07:03:02 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 14713 invoked from network); 18 May 2004 07:02:59 -0000 Received: from unknown (HELO callisto.canberra.edu.au) (137.92.14.50) by sourceware.org with SMTP; 18 May 2004 07:02:59 -0000 Received: from callisto.canberra.edu.au (nyx.canberra.edu.au [137.92.14.55]) by callisto.canberra.edu.au (8.11.6/8.11.6) with ESMTP id i4I72e009964; Tue, 18 May 2004 17:02:41 +1000 Message-ID: <40A9B535.9050206@callisto.canberra.edu.au> Date: Tue, 18 May 2004 07:03:00 -0000 From: Ross Johnson Reply-To: rpj@callisto.canberra.edu.au User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040421 MIME-Version: 1.0 To: Axel Bock CC: pthreads-win32@sources.redhat.com, jg@centerwave.de Subject: Bad source files in snapshot 2004-05-16 -- was Re: ... [various problems] References: <40A8F190.30106@the-me.de> In-Reply-To: <40A8F190.30106@the-me.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004/txt/msg00067.txt.bz2 These are all related to the same two omissions and hopefully fixed now. I've uploaded new packages - both the self-unpacking zip .exe and the tar.gz archives - differentiated with the word 'fixed' in the names. CVS was updated yesterday (my time). I've also removed the bad packages. The new packages are:- pthreads-2004-05-16-fixed.exe pthreads-snap-2004-05-16-fixed.tar.gz The correct files (implement.h and ptw32_semwait.c) are now also in the sources directory on the ftp site ftp://sources.redhat.com/pub/pthreads-win32/ Thanks and apologies. Ross Axel Bock wrote: > Hi, > > I'm trying to compile pthreads, but I run into the following problem: > > $ make GC > make CC=gcc CLEANUP_FLAGS="-D__CLEANUP_C" OBJ="attr.o ..." pthreadGC.dll > make[1]: Entering directory '...' > make[1]: *** No rule to make target `ptw32_semwait.c', needed by > `private.o'. Stop. > make[1]: Leaving directory '...' make: *** [GC] Error 2 > > > now I thought this might be a makefile error - but I cannot find one > (although I'm not the biggest makefile expert running around :-) > > can anyone help me with this? would be very helpful .... (of course :-) > > > thanks and greetings, > > axel. >