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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=oNdV35b0MUkvdnreiHEvgtNc+k8cgjPOYVjNCFeHLNS zre6yAjy8BZBNQ2U/Nw/b6EjtNpoeCODFjYxSaFdsfHEXcBO/LJyBpbS7YP+yJzW KfBQywOHPCNS4CR5RRWqe9h5Aymt4aDgf2nc5L4agDlbVcPBY/ySwy7bLZFQf/8s = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=8mWXfBmhonK/ubFQX9inA/t7qsk=; b=u/gSjielvorY7uFh/ ELz8o46drPWvXpcIwaQgzyOuFF1YHBfAm8oJrL46Rx3RkINFHcy76F9oZnnLEwDP A5FIZRdTO1pWuAr5ru/Owle0KRrPVFYCNoOp/wLJ/d+NTk1/Ad+UlEAnY7C4OAhG NUs5YOgLieOuLueyXdI3K0bsHw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-3.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_YG autolearn=ham version=3.3.1 X-Received: by 10.68.209.196 with SMTP id mo4mr40630801pbc.114.1373617727168; Fri, 12 Jul 2013 01:28:47 -0700 (PDT) Message-ID: <51DFBE3F.5040801@users.sourceforge.net> Date: Fri, 12 Jul 2013 03:28:47 -0500 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Building Cygwin DLL References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2013-07-12 02:33, Alexey Pavlov wrote: > When trying building Cygwin DLL with cygport under Cygwin I have error: Actually, that error is in building the LSA module: > 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. Looks like you are missing mingw64-x86_64-{headers,runtime}. Yaakov -- 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