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 :content-type:content-transfer-encoding; q=dns; s=default; b=jGX 4K/PDKbKBr087kVA2uabL+0TPxej3UAdmL2Y65/vGgstAEGz5Yfxx0FuxF5r3K3C 2qvXhzYf3UQpLQgf0v7Sv2uOIKkm0gBj8YvtL0Y5YsYQBLuI53Q0EGWkdqaJuihK QIVDZD2A0H9KsfxQDrboAO2gsZkPJN+ide4fHWYQ= 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 :content-type:content-transfer-encoding; s=default; bh=ONivxbRIT 3ltJeGlhyH9qtpcoQQ=; b=DbTsn5+FuvlxbELSxih7EUrIkLNqvak95u3fubgr6 egXPMGIHUU17goZ/MvymAME37KM4gcH2srSMimYAuw57nds8e7Rz4olteO7zlPX/ O5lw8+IUUEpurTen4KpcPDSEe9YbFU1GVLZknWENhx/hYpvfiP/MqefKQ5ShgnW0 Mo= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp202.alice.it Message-ID: <530771A3.7000603@alice.it> Date: Fri, 21 Feb 2014 16:32:51 +0100 From: Angelo Graziosi User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Building libsigsegv on Cygwin64 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Trying to build libsigsegv-2.10 on Cygwin64 (using the src tarball and its .cygport file from x86 distribution), fails as follows [...] libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/works/tmp/libsigsegv-2.10-1/src/libsigsegv-2.10/src -I.. -I. -I/works/tmp/libsigsegv-2.10-1/src/libsigsegv-2.10/src -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/works/tmp/libsigsegv-2.10-1/build=/usr/src/debug/libsigsegv-2.10-1 -fdebug-prefix-map=/works/tmp/libsigsegv-2.10-1/src/libsigsegv-2.10=/usr/src/debug/libsigsegv-2.10-1 -c /works/tmp/libsigsegv-2.10-1/src/libsigsegv-2.10/src/handler.c -DDLL_EXPORT -DPIC -o .libs/handler.o In file included from /works/tmp/libsigsegv-2.10-1/src/libsigsegv-2.10/src/handler.c:20:0: /works/tmp/libsigsegv-2.10-1/src/libsigsegv-2.10/src/handler-win32.c: In function 'main_exception_filter': /works/tmp/libsigsegv-2.10-1/src/libsigsegv-2.10/src/handler-win32.c:218:43: error: 'struct _CONTEXT' has no member named 'Esp' ExceptionInfo->ContextRecord->Esp = new_safe_esp; ^ /works/tmp/libsigsegv-2.10-1/src/libsigsegv-2.10/src/handler-win32.c:220:43: error: 'struct _CONTEXT' has no member named 'Eip' ExceptionInfo->ContextRecord->Eip = (unsigned long)&stack_overflow_handler; ^ Makefile:399: set di istruzioni per l'obiettivo "handler.lo" non riuscito make[1]: *** [handler.lo] Errore 1 make[1]: uscita dalla directory "/works/tmp/libsigsegv-2.10-1/build/src" Makefile:344: set di istruzioni per l'obiettivo "install-recursive" non riuscito make: *** [install-recursive] Errore 1 Since my Cygwin64 is a fesh installation, I wonder if I missed to installe some needed packages... or is that error to be expected on Cygwin64? Thanks, Angelo. -- 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