bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #27809] several win64 fixes


From: Ozkan Sezer
Subject: [bug #27809] several win64 fixes
Date: Mon, 05 Jul 2010 19:07:05 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc9 Firefox/3.0.11

Follow-up Comment #10, bug #27809 (project make):

> I've applied most of the second patch.  The first patch is

Thanks.

> I did have one question about the first patch: you have a
> change to make.h which adds an include of malloc.h, but
> later in make.h that header is already included if WINDOWS32
> is set.  Is it needed earlier, or...?
>

It is needed earlier, otherwise line #38 of make.h provides a
prototype for alloca because there is no alloca.h and AIX is
not defined. As a result, gcc will complain like:

In file included from ../make-cvs/ar.c:19:
../make-cvs/make.h:39: warning: conflicting types for built-in function
'alloca'


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27809>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]