This is the mail archive of the cygwin mailing list for the Cygwin 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]

Re: Building latest CVS fails


On 6/12/2013 11:44 AM, Christopher Faylor wrote:
> On Wed, Jun 12, 2013 at 11:06:15AM -0700, Daniel Colascione wrote:
>> On 6/12/2013 2:46 AM, Corinna Vinschen wrote:
>>> On Jun 11 17:53, Daniel Colascione wrote:
>>>> g++ -L/users/dancol/software/cygwin/i686-pc-cygwin/winsup/cygwin -isystem
>>>> /users/dancol/software/cygwin/winsup/cygwin/include
>>>> -B/users/dancol/software/cygwin/i686-pc-cygwin/newlib/ -isystem
>>>> /users/dancol/software/cygwin/i686-pc-cygwin/newlib/targ-include -isystem
>>>> /users/dancol/software/cygwin/newlib/libc/include    -o dumper.exe dumper.o
>>>> module_info.o parse_pe.o
>>>> -B/users/dancol/software/cygwin/i686-pc-cygwin/winsup/cygwin/  -static
>>>> -Wl,--enable-auto-import -L/usr/lib/w32api -lnetapi32 -ladvapi32 -lkernel32
>>>> -luser32 -lbfd -lintl -liconv -liberty -lz
>>>> c++wrap -c -o cygcheck.o -fno-exceptions -fno-rtti -O2 -g
>>>> ../../.././winsup/utils/cygcheck.cc
>>>> c++wrap -c -o bloda.o -fno-exceptions -fno-rtti -O2 -g
>>>> ../../.././winsup/utils/bloda.cc
>>>> c++wrap -c -o path.o -fno-exceptions -fno-rtti -O2 -g
>>>> ../../.././winsup/utils/path.cc
>>>> c++wrap -c -o dump_setup.o -fno-exceptions -fno-rtti -O2 -g
>>>> ../../.././winsup/utils/dump_setup.cc
>>>> ../../.././winsup/utils/dump_setup.cc:26:18: fatal error: zlib.h: No such file
>>>> or directory
>>>
>>> Try `CCWRAP_VERBOSE=1 make' to see the full command line.
>>
>> + i686-w64-mingw32-g++ -nostdinc++ -nostdinc -I../../.././winsup/utils -isystem
>> /lib/gcc/i686-w64-mingw32/4.5.3/include/c++ -isystem
>> /lib/gcc/i686-w64-mingw32/4.5.3/include/c++/i686-w64-mingw32 -isystem
>> /lib/gcc/i686-w64-mingw32/4.5.3/include/c++/backward -isystem
>> /lib/gcc/i686-w64-mingw32/4.5.3/include -isystem
>> /lib/gcc/i686-w64-mingw32/4.5.3/include-fixed -isystem
>> /usr/i686-w64-mingw32/sys-root/mingw/include -c -o dump_setup.o -fno-exceptions
>> -fno-rtti -O2 -g ../../.././winsup/utils/dump_setup.cc
>> ../../.././winsup/utils/dump_setup.cc:26:18: fatal error: zlib.h: No such file
>> or directory
> 
> Isn't this obviously a problem with you not having a mingw-version of
> zlib.h?  Have you installed mingw64-i686-zlib?

Oh, yes. Of course. Thanks. Installing the *mingw* zlib allows the build to
progress --- it then fails with the "bad register name" error, but I'll look
into refreshing my compiler packages.

> 
> CVS *is* building and there are snapshots to prove it.

I thought the snapshots were cross-compiled: I thought that the build might have
been broken only on Cygwin builds.



Attachment: signature.asc
Description: OpenPGP digital signature


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