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

Andy Colson andy at squeakycode.net
Sat Jan 10 10:41:47 PST 2015


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 check some things:

near the top of core.c, there are probably includes for apr.  You could make sure they are actually included for cygwin (ifdef's for example).  (It could also be in core.h if there is one)

You could also make sure you dont have any duplicate apr headers.  Maybe one of your headers has the same name as one of theirs and your's is being included instead of the apr one.  Maybe old copies of apr headers lying around?

Does cygwin apr even support threads?  Maybe a quick test.c that includes apr and tries to use apr_thread_t might help.

-Andy



More information about the mapserver-users mailing list