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]

Building Cygwin DLL


Hi, all!

When trying building Cygwin DLL with cygport under Cygwin I have error:

make[3]: Entering directory
`/home/alexey/cygwin-1.7.21-6/build/i686-pc-cygwin/winsup/cygwin'
/home/alexey/cygwin-1.7.21-6/src/src/winsup/cygwin/gendef --cpu=i686
--output-def=cygwin.def
--tlsoffsets=/home/alexey/cygwin-1.7.21-6/src/src/winsup/cygwin/tlsoffsets.h
/home/alexey/cygwin-1.7.21-6/src/src/winsup/cygwin/i686.din
/home/alexey/cygwin-1.7.21-6/src/src/winsup/cygwin/common.din
/home/alexey/cygwin-1.7.21-6/src/src/winsup/cygwin/mkglobals_h
/home/alexey/cygwin-1.7.21-6/src/src/winsup/cygwin/globals.cc >
globals.h
gcc -L/home/alexey/cygwin-1.7.21-6/build/i686-pc-cygwin/winsup/cygwin
-isystem /home/alexey/cygwin-1.7.21-6/src/src/winsup/cygwin/include
-B/home/alexey/cygwin-1.7.21-6/build/i686-pc-cygwin/newlib/ -isystem
/home/alexey/cygwin-1.7.21-6/build/i686-pc-cygwin/newlib/targ-include
-isystem /home/alexey/cygwin-1.7.21-6/src/src/newlib/libc/include
-E - -P < /home/alexey/cygwin-1.7.21-6/src/src/winsup/cygwin/cygwin.sc.in
-o cygwin.sc
c++wrap -ggdb -pipe
-fdebug-prefix-map=/home/alexey/cygwin-1.7.21-6/build=/usr/src/debug/cygwin-1.7.21-6
-fdebug-prefix-map=/home/alexey/cygwin-1.7.21-6/src/src=/usr/src/debug/cygwin-1.7.21-6
-O2 -g -fno-rtti -fno-exceptions -Wall -Wstrict-aliasing
-Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0 -MMD
-Werror -fmerge-constants -ftracer -c -o advapi32.o
/home/alexey/cygwin-1.7.21-6/src/src/winsup/cygwin/advapi32.cc
x86_64-w64-mingw32-gcc -g -ggdb -O2 -pipe
-fdebug-prefix-map=/home/alexey/cygwin-1.7.21-6/build=/usr/src/debug/cygwin-1.7.21-6
-fdebug-prefix-map=/home/alexey/cygwin-1.7.21-6/src/src=/usr/src/debug/cygwin-1.7.21-6
-I. -I/home/alexey/cygwin-1.7.21-6/src/src/winsup/lsaauth -c -o
cyglsa64.o /home/alexey/cygwin-1.7.21-6/src/src/winsup/lsaauth/cyglsa.c
In file included from
/home/alexey/cygwin-1.7.21-6/src/src/newlib/libc/include/sys/types.h:61:0,
                 from
/home/alexey/cygwin-1.7.21-6/src/src/winsup/cygwin/winsup.h:29,
                 from
/home/alexey/cygwin-1.7.21-6/src/src/winsup/cygwin/advapi32.cc:11:
/home/alexey/cygwin-1.7.21-6/src/src/newlib/libc/include/sys/_types.h:72:20:
fatal error: stddef.h: No such file or directory
compilation terminated.
/home/alexey/cygwin-1.7.21-6/src/src/winsup/cygwin/../Makefile.common:43:
recipe for target `advapi32.o' failed
make[3]: *** [advapi32.o] Error 1
make[3]: Leaving directory
`/home/alexey/cygwin-1.7.21-6/build/i686-pc-cygwin/winsup/cygwin'
Makefile:82: recipe for target `cygwin' failed
make[2]: *** [cygwin] Error 1


What I'm doing wrong?

Regards,
Alexey.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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