[log4cxx] Github windows builds

2022-10-26 Thread Robert Middleton
I've been adding some more builds for log4cxx(to test more
combinations of features and stuff) but I seem to have broken the
windows build - cmake can't find APR with the .pc file.  It seems that
whatever we had before cached had the .pc files in it, but trying to
rebuild clean(no cache) does not have .pc files in it to find the
library.

I'm thinking that this may have had something to do with the recent
changes to how we find APR, but I'm not much of a Windows guy so it
could take me a while to figure out what exactly is broken.  I know
that Steven Webb uses vcpkg, would you be able to take a look at it
and figure out why it might be failing?

The branch in question:
https://github.com/apache/logging-log4cxx/tree/LOGCXX-562

-Robert Middleton


Re: [log4cxx] Github windows builds

2022-10-26 Thread Stephen Webb
It works using a more recent version of vcpkg - not sure what the issue
with the old version is.

On Thu, Oct 27, 2022 at 1:41 PM Robert Middleton 
wrote:

> I've been adding some more builds for log4cxx(to test more
> combinations of features and stuff) but I seem to have broken the
> windows build - cmake can't find APR with the .pc file.  It seems that
> whatever we had before cached had the .pc files in it, but trying to
> rebuild clean(no cache) does not have .pc files in it to find the
> library.
>
> I'm thinking that this may have had something to do with the recent
> changes to how we find APR, but I'm not much of a Windows guy so it
> could take me a while to figure out what exactly is broken.  I know
> that Steven Webb uses vcpkg, would you be able to take a look at it
> and figure out why it might be failing?
>
> The branch in question:
> https://github.com/apache/logging-log4cxx/tree/LOGCXX-562
>
> -Robert Middleton
>