| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:mime-version:date:message-id:subject:from:to | |
| :content-type; q=dns; s=default; b=W4tpPc0J1w+hq9T6Hfabi3rJK55sb | |
| oZ1EBPkW4YKV3UzJfCx1jKpd24JDMLzbVDmBeLmge+cTo834Ub+09jydOrUUJhZA | |
| 25RzyfloMfQbGmBGm1Hncn6JaTw1FX3K9AaaM0edl6KXPmarV4xP6vQy/zbpyL4T | |
| 2+flKAkskD7o8g= | |
| DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
| :list-unsubscribe:list-subscribe:list-archive:list-post | |
| :list-help:sender:mime-version:date:message-id:subject:from:to | |
| :content-type; s=default; bh=2jpven3SQGfAcoZ1oVSyj0+r9fY=; b=Eez | |
| yxty49lhlVxkjfzl4M0rEJGqENJBUiCwG05Keyf0FbB654id3+lhTlgdTI+eJa3b | |
| sLQQ4ETgBxa6HCZzCC5/B5naWzvrtEzFbV8L3lU6zY1FiLRAgQGZlFaN5269khLg | |
| eeVprCHbzZajktF9uTqd6KGoVUl3JmwZoUWykCF8= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| X-Spam-SWARE-Status: | No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_YG autolearn=ham version=3.3.1 |
| MIME-Version: | 1.0 |
| X-Received: | by 10.194.87.100 with SMTP id w4mr23285207wjz.34.1373614408097; Fri, 12 Jul 2013 00:33:28 -0700 (PDT) |
| Date: | Fri, 12 Jul 2013 11:33:28 +0400 |
| Message-ID: | <CABEPuQ+QOJ_sou=uWFVpDrwLd4-uPxjiMznumaDRFvSFyZr21Q@mail.gmail.com> |
| Subject: | Building Cygwin DLL |
| From: | Alexey Pavlov <alexpux AT gmail DOT com> |
| To: | cygwin AT cygwin DOT com |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |