Arnaud Dovi

Results 11 issues of Arnaud Dovi

Better replace because for example when you do if [ "${CT_MULTILIB}" = "n" ]; then and in the config file # CT_MULTILIB is not set CT_MULTILIB is indeed to n...

Built everything in Windows host, builders x86_64-w64-mingw32 and i686-w64-mingw32 (msys2 bases with export PATH=/mingw64/bin:${PATH} before building) gcc-4.8.2-i686-unknown-linux-dw2 (targets linux 32-bit) gcc-4.8.2-x86_64-unknown-linux-dw2 (targets linux 64-bit) gcc-4.8.2-x86_64-w64-mingw32-seh (targets windows 64-bit) gcc-4.8.2-i686-w64-mingw32-dw2 (targets...

``` --- "a/C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\TortoiseGit\\nco195A.tmp\\nconf-1ed9206-left.c" +++ "b/X:\\LIBRARIES\\crosstool-ng-darwin-svn\\kconfig\\nconf.c" @@ -1544,8 +1544,9 @@ int main(int ac, char **av) } notimeout(stdscr, FALSE); - ESCDELAY = 1; - + //ESCDELAY = 1; + set_escdelay(1); + /*...

I have attempted to install all recent linux kernels 3.x and they failed with the same error, also attempted the latest LT support 2.x kernel but it also failled but...

It is impossible to have CT_SHARED_LIBS under Windows and so on, whether you choose Static or not in the menuconfig for Windows, the shared libs are never done because of...

``` --- "a/C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\TortoiseGit\\fun97EE.tmp\\functions-1ed9206-left" +++ "b/X:\\LIBRARIES\\crosstool-ng-darwin-svn\\scripts\\functions" @@ -466,7 +466,7 @@ CT_DoForceRmdir() { for dir in "${@}"; do [ -d "${dir}" ] || continue case "$CT_SYS_OS" in - Linux|CYGWIN|MSYS*) + Linux|CYGWIN*|MSYS*) mode="$(stat...

#### Question I notice on my System, MangoHud is failing executing some commands with `popen(command)`. My question is simple, is it possible for an external application like MangoHud to be...

Pressure Vessel

# grep 3.6 update is a downgrade to grep 3.0 ## Describe the issue When I update MSYS2, I'm presented an update that is in reality a downgrade of grep...

We have found few issues in jaxb2-maven-plugin with both latest version 2.5.0 and 2.4 that makes it unable to find XSD files in some situations. We are downgrading to 2.3.1...

OS-related

First, my deepest respects for the work you have done with cucumber. It is a simply fascinating tool. I love it so much that when I arrived on the project...