Re: [mapserver-users] compiling error core.c in mapcache with cygwin

2015-02-01 Thread Gery
Sorry for bumping this old thread, but any chances to get support in order to change core.c so mapcache can work in cygwin without (apr) threads enabled? would you have a core.c patched version? Thanks for any pointers. -- View this message in context:

Re: [mapserver-users] compiling error core.c in mapcache with cygwin

2015-01-11 Thread Gery
Thanks Thomas, I just got an email from the Cygwin mailing list saying that threads were not enabled in the APR library because the unit tests didn't pass with them, so that's the problem as you pointed out. I'd like to hack the mapcache codebase but no idea how to start hacking it to get it

Re: [mapserver-users] compiling error core.c in mapcache with cygwin

2015-01-10 Thread Gery
sorry for bumping this post, but any clues about this issue with core.c? any ideas how to solve this core.c error message with the cygwin details I previously posted? It'd be great your support on this, thanks in advance. -- View this message in context:

Re: [mapserver-users] compiling error core.c in mapcache with cygwin

2015-01-10 Thread Andy Colson
On 01/10/2015 08:23 AM, Gery wrote: sorry for bumping this post, but any clues about this issue with core.c? any ideas how to solve this core.c error message with the cygwin details I previously posted? It'd be great your support on this, thanks in advance. Sorry, no idea. If you wanted to

Re: [mapserver-users] compiling error core.c in mapcache with cygwin

2015-01-10 Thread Andy Colson
I found a simple c test here: http://dev.ariel-networks.com/apr/apr-tutorial/html/apr-tutorial-16.html links to the test .c here: http://dev.ariel-networks.com/apr/apr-tutorial/sample/thread-sample.c I compiled it with: gcc -Wall $(apr-1-config --cflags --cppflags --includes --link-ld)

Re: [mapserver-users] compiling error core.c in mapcache with cygwin

2015-01-10 Thread thomas bonfort
What apr version are you using? On Jan 3, 2015 10:15 PM, Gery . gameji...@hotmail.com wrote: Hello, When installing mapcache in cygwin, `make` produced: /opt/mapcache/mapcache-rel-1-2-1/lib/core.c: In function ‘mapcache_prefetch_tiles’:

Re: [mapserver-users] compiling error core.c in mapcache with cygwin

2015-01-10 Thread thomas bonfort
From http://mail-archives.apache.org/mod_mbox/apr-dev/201209.mbox/%3c4994179ec7ed6843aab0a30a1639e7f82514361...@dgex2v.dg.deltagroup.com%3E it would seem that threads are not supported by Apr on cygwin. Currently mapcache does not support unthreaded environments so there's nothing you can do

Re: [mapserver-users] compiling error core.c in mapcache with cygwin

2015-01-07 Thread Gery
Andy Colson wrote You need the Apache Portable Runtime library. Its a generic lib, not the webserver.This gives an overview of all the area's it covers:http://apr.apache.org/docs/apr/1.4/modules.html Thanks Andy for the reply, I do have apr, no idea if it's the generic lib or webserver one

Re: [mapserver-users] compiling error core.c in mapcache with cygwin

2015-01-03 Thread Andy Colson
On 01/03/2015 08:08 AM, Gery . wrote: Hello, When installing mapcache in cygwin, `make` produced: /opt/mapcache/mapcache-rel-1-2-1/lib/core.c: In function ‘mapcache_prefetch_tiles’: /opt/mapcache/mapcache-rel-1-2-1/lib/core.c:81:3: error: unknown type name ‘apr_thread_t’