make-w32
[Top][All Lists]
Advanced

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

compiling make under Mingw/MSYS


From: Graff_Zoltan
Subject: compiling make under Mingw/MSYS
Date: Thu, 3 Apr 2003 17:24:51 +0200
User-agent: Mutt/1.3.28i

Hi!

I tried to compile make 3.79.1 and make 3.80 under mingw 2.00/MSYS.
./configure was successfull, but make wasn't:

make  all-recursive
make[1]: Entering directory `/make379'
Making all in glob
make[2]: Entering directory `/make379/glob'
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c glob.c
glob.c:75:18: pwd.h: No such file or directory
glob.c: In function `glob':
glob.c:682: warning: assignment makes pointer from integer without a cast
glob.c:685: dereferencing pointer to incomplete type
glob.c:766: warning: assignment makes pointer from integer without a cast
glob.c:769: dereferencing pointer to incomplete type
In file included from glob.c:813:
glob.c:197: warning: passing arg 0 of `my_realloc' from incompatible pointer 
type
In file included from glob.c:932:
...

glob.c:75 is:
#if !defined AMIGA && !defined VMS && !defined WINDOWS32
  #include <pwd.h>
#endif

Is it my fault? What Can I do?

Thanks
Zoltan Graff




reply via email to

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