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=lvDtAmw5Oyrkb+3HaYQyoX1ZdRBMs1OUunaZ9fDV/D6 o7E2gLrw6sXVgevLrAn15iUkVlDujOlr0tn7e9PGHyp8xaBSMz3VWDMAw0pyY93Y K1q9NqvYq4FOPGIoXi5piq2gzE9On9pNQC4CLAeYFQUJ70fj20HR+pK/0oKKha7E = 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=1jzbGoCFkoAgRF4NHIvEM687Bdk=; b=A+2XqffBwxkE6E9/w pexr5VTlJz8BJjlR1TpDxY43wsXdYmCzSa1imhPPz+WBxVO3PNxeSfKf3/XF2Vmd /xcUfDt/FymEk45TuZpPnSZW9Z5+CcJwqxBnQK1YquOnBn7TTs9gBr8IkgIaoEZL UvwcC9vm5FONane/8sCTOl5TWM= 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=-3.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,FREEMAIL_FROM autolearn=ham version=3.3.2 X-HELO: mail-pa0-f48.google.com X-Received: by 10.66.142.193 with SMTP id ry1mr1765673pab.150.1379927838126; Mon, 23 Sep 2013 02:17:18 -0700 (PDT) Message-ID: <5240071D.6060200@users.sourceforge.net> Date: Mon, 23 Sep 2013 04:17:17 -0500 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] New: libzip-0.11.1-1 References: <877geex7z7 DOT fsf AT VZELL-LAP DOT de DOT oracle DOT com> In-Reply-To: <877geex7z7.fsf@VZELL-LAP.de.oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2013-09-18 14:09, Dr. Volker Zell wrote: > Thanks Yaakov, but when trying to build pstoedit (32bit) with it, I have > to artificially add CPPFLAGS=-I/usr/lib/libzip/include to my > pstoedit.cygport file in order to find the following header file: > > o /usr/lib/libzip/include/zipconf.h > > Is this a packaging problem ??, it seems zipconf.h belongs to > /usr/include. This is correct, and a recent upstream change; since this header is arch/configuration-specific, it is therefore shipped in this location. Ultimately, pstoedit will need to be patched to use e.g. PKG_CHECK_MODULES(LIBZIP, libzip) and set LIBZIP_CFLAGS and LIBZIP_LIBS instead of the AC_CHECK_HEADER/AC_CHECK_LIB it is probably using now. 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