Hi,

On Wed, Aug 3, 2022 at 2:46 PM Biswapriyo Nath <[email protected]> wrote:

> Thanks for testing. I have added the fix and force pushed the changes
> in my test repository. Can you test please again?


Yes, it works now.


> I can not build the
> project as is. The out-of-tree-build configuration does not build
> plap. If I build in same source directory it can not find res folder.
>

I had hurriedly pushed what I've been working on and the building
from a clean tree is untested. Also the bitmap file was missing (added now).

Now I think the following should cross-compile libopenvpn_plap.dll

git checkout plap-wip
autoreconf -ivf
./configure --disable-password-change --host=x86_64-w64-mingw32
--build=x86_64-pc-linux-gnu

# --disable-password-change is to remove dependency on openssl

cd plap
make credentialprovider.h # this will pull it from
..../cred-add/mingw-w64-headers/include/credentialprovider.h
make

Thanks,

Selva

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to