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 :reply-to; q=dns; s=default; b=wF7nfTgbYtbvGxcfiGxIDdqgTVfGbWySD aPe3DsrFjepgAXtQcFy2SnoPRGTMwm2jCrWI/DWx+VvfWEgGeXB/UVPHKfwDkBw1 QITnFVVsb6qHD5mp9DBgSzj1j+UaVaaYshr1aWvQWil95zoC1rsgA21zr2lBIJPt 8VIfZRfIx4= 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 :reply-to; s=default; bh=jufim4hn8b2o/cowQ5wiNYngKLA=; b=uuy0z8A hEtTVbkragTadnz55ACqmb/qiVDeK8T9HcYt2K1H3el4nvRe6BOpNOXbtCdpXzHt f4GS0lzjFw930ub31VdaSRPuIH97NGZAI+ryg3A45FfR9FAF1ycRgo3w6kBOQ7HL OAKUJv4MowmsfqWO9w3E4K7E3EoQKk98HOlo= 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=0.8 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: resqmta-ch2-10v.sys.comcast.net Message-ID: <54B2CD83.8000506@acm.org> Date: Sun, 11 Jan 2015 11:22:43 -0800 From: David Rothenberger User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: compiling error core.c in mapcache with cygwin References: <54A81A0C DOT 3090000 AT gmail DOT com> <54B22AD9 DOT 5000203 AT gmail DOT com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com On 1/11/2015 6:14 AM, Gery . wrote: > Thanks Marco, is it possible to enable THREAD in that apr library? I am the maintainer for the APR library. I didn't enable threads because the unit tests don't pass with it enabled and I don't have the time or expertise to fix it. If you want to fix it and submit a patch to this list, I'll be happy to try the unit tests and include the patch in APR if it works. > > Sent from my iRon > > On Jan 11, 2015, at 2:58, "Marco Atzeri" wrote: > > > > On 1/11/2015 5:20 AM, Gery . wrote: >> Hello Marco, >> >> After getting some replies about mapcache in the mapserver forum (http://osgeo-org.1560.x6.nabble.com/compiling-error-core-c-in-mapcache-with-cygwin-td5179881.html#a5180931), I have the impression that apr has some issues in cygwin. Using this "thread-sample.c" (http://dev.ariel-networks.com/apr/apr-tutorial/sample/thread-sample.c) with >> >> gcc -Wall $(apr-1-config --cflags --cppflags --includes --link-ld) thread-sample.c >> >> I got: >> >> $ gcc -Wall $(apr-1-config --cflags --cppflags --includes --link-ld) thread-sample.c >> thread-sample.c: In function ‘main’: >> thread-sample.c:46:5: warning: implicit declaration of function ‘apr_threadattr_create’ [-Wimplicit-function-declaration] >> apr_threadattr_create(&thd_attr, mp); > > > > $ grep THREAD apr.h > #define APR_HAVE_PTHREAD_H 0 > #define APR_USE_PROC_PTHREAD_SERIALIZE 0 > #define APR_USE_PTHREAD_SERIALIZE 0 > #define APR_HAS_PROC_PTHREAD_SERIALIZE 0 > #define APR_HAS_THREADS 0 > #define APR_HAS_XTHREAD_FILES 0 > > It seems that the current cygwin apr library has no THREAD enabled. -- David Rothenberger ---- daveroth AT acm DOT org Be careful of reading health books, you might die of a misprint. -- Mark Twain -- 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