Hello,
I would like to report that I updated to the latest release, I tried
to do some tests and it really seems that it has resolved the issue on
my side.
Thank you very much for your support.
Sincerely,
Carlo Bramini.
Il giorno lun 6 apr 2020 alle ore 18:44 Yaakov Selkowitz
ha scritto:
>
> On
On Sun, 2020-04-05 at 15:51 +0200, Carlo B. via Cygwin wrote:
> I wanted to report that I received a reply on the issue that I had opened
> here:
>
> https://todo.sr.ht/~kaniini/pkgconf/10#comment-7894
Thanks for following up.
> The report has been closed and I got this reply:
>
> "You should
Hello,
I wanted to report that I received a reply on the issue that I had opened here:
https://todo.sr.ht/~kaniini/pkgconf/10#comment-7894
The report has been closed and I got this reply:
"You should use a symlink instead of a wrapper script when using the
personality feature."
I hope that some
Hello,
I implemented the solution to this problem as a patch to
pkgconf.cygport as requested.
I attached small patch to this email, which resolved the troubles with
CMake and Meson.
I hope that you will find it useful and some developers will gently
apply the correction to fix the issue.
Thank yo
Hello,
I wanted to say that I modified the script in this way and it seems
that it has resolved all issues:
#!/bin/sh
if [ "$#" -eq 1 ] && [ "$1" == "--version" ]; then
exec pkgconf --version
else
exec pkgconf --personality=i686-w64-mingw32 $@
fi
Fixing x64_64 is easy, I have just replaced i686-w
On 20/02/2020 11:06, Carlo B. wrote:
[...]
x86_64-w64-mingw32-pkg-config are emulated with a shell script, for
example the one for i686 is:
#!/bin/sh
exec pkgconf --personality=i686-w64-mingw32 $@
But while this solution mostly works when you exec it from the command
line, it makes impossible t
6 matches
Mail list logo