Re: [Msys2-users] custom repository

2021-05-01 Thread Vincent Torri
On Sat, May 1, 2021 at 11:34 PM Zach Bacon wrote: > > so what you have a is a mingw-w64 package, so you need to run in this case > pacman -S mingw-w64-efl-regex $ pacman -S mingw-w64-efl-regex error: target not found: mingw-w64-efl-regex Vincent Torri > On Sat, May 1, 2021 at 5:2

[Msys2-users] custom repository

2021-05-01 Thread Vincent Torri
thank you Vincent Torri ___ Msys2-users mailing list Msys2-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/msys2-users

[Msys2-users] question about a PKGBUILD

2021-05-01 Thread Vincent Torri
> Checking buildtime dependencies... ==> Missing dependencies: -> mingw-w64-x86_64-meson ==> ERROR: Could not resolve all dependencies. I have attached the PKGBUILD Does someone know what is wrong ? thank you Vincent Torri PKGBUILD Description: Binary data ___

Re: [Msys2-users] gendef is not found (missing)

2019-12-11 Thread Vincent Torri
hello gogle finds https://packages.msys2.org/package/mingw-w64-i686-tools-git?repo=mingw32 On Thu, Dec 12, 2019 at 7:26 AM Il'dar Al'Miev wrote: > > Dear All, > hello, > > i installed Msys2 in my computer. now i need to use "gendef"-command in my > task. however, the bash-environment displays

Re: [Msys2-users] impossible to clone pdfium project

2019-05-13 Thread Vincent Torri
User-Agent: git/2.21.0 Accept-Encoding: deflate, gzip, br Content-Type: application/x-git-upload-pack-request Accept: application/x-git-upload-pack-result Content-Encoding: gzip Content-Length: 24306 * STATE: DO => DO_DONE handle 0x60008d748; line 1635 (connection #0) * STATE: DO_DONE => WAITPERFOR

[Msys2-users] impossible to clone pdfium project

2019-05-07 Thread Vincent Torri
Hello git clone https://pdfium.googlesource.com/pdfium is just doing nothing. yesterday, i even get this error : error : RPC failed; HTTP 408 curl 22 The requested URL returned error: 408 can someone try and see if he has the same problem ? note : i have git 2.21.0 thank you Vincent Torri

[Msys2-users] linking error against msvcrt.dll after upgrading the 32 bits toolchain

2019-04-01 Thread Vincent Torri
fined reference to `_imp___futime32' I had no problem with a previous toolchain. If I #undef _USE_32BIT_TIME_T it works Note that the 64 bits toolchain has no problem Does someone know if a change in header files has been made, that will explain such errors ? thank you Vin

Re: [Msys2-users] trying to find mirrors

2019-03-16 Thread Vincent Torri
mpilers) in /mingw64/bin and the needed header files hth regards Vincent Torri On Sun, Mar 17, 2019 at 2:47 AM Gavin M2301 wrote: > Hi- > > I came across this helpful post but I don't know of any mirrors. Is there > a couple out there I can choose from? > > > https://st

Re: [Msys2-users] one Makefile for all

2019-03-12 Thread Vincent Torri
Vincent Torri ___ Msys2-users mailing list Msys2-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/msys2-users

Re: [Msys2-users] MSYS2: system call and shel variables

2019-01-10 Thread Vincent Torri
-gnu-ld Thread model: posix gcc version 8.2.1 20181207 (Rev1, Built by MSYS2 project) Vincent Torri ___ Msys2-users mailing list Msys2-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/msys2-users

[Msys2-users] MSYS2: system call and shel variables

2019-01-10 Thread Vincent Torri
quot;, system(cmd)); I have this message (in french) : Le chemin d'accès spécifié est introuvable. which can be translated as The specified access path can not be found Does someone know how I can make the tests 2) a,d 3) as expected (display the value /opt/ewpi_test like in 1) ?