search for: msys2

Displaying 20 results from an estimated 123 matches for "msys2".

Did you mean: msys
2023 Jan 18
1
Problem installing gdb into Rtools42
On 1/18/23 17:39, Dominick Samperi wrote: > Thanks, > > But this didn't work. It installs msys2 along with lots of other > stuff, and gdb would not start as before (missing DLL's). > > Then I tried to run the command you suggested again, and there was a > warning from the package manager about a cycle detected, but now gdb > starts with the following messages... Well, s...
2023 Jan 18
1
Problem installing gdb into Rtools42
...s discussed by Ben Gamari here https://gitlab.haskell.org/ghc/ghc/-/issues/19945. Dominick On Wed, Jan 18, 2023 at 12:56 PM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > On 1/18/23 17:39, Dominick Samperi wrote: > > Thanks, > > But this didn't work. It installs msys2 along with lots of other stuff, > and gdb would not start as before (missing DLL's). > > Then I tried to run the command you suggested again, and there was a > warning from the package manager about a cycle detected, but now gdb starts > with the following messages... > > W...
2023 Jan 18
2
Problem installing gdb into Rtools42
...blem of MinGW-W64. Tomas > > Dominick > > > > On Wed, Jan 18, 2023 at 12:56 PM Tomas Kalibera > <tomas.kalibera at gmail.com> wrote: > > On 1/18/23 17:39, Dominick Samperi wrote: >> Thanks, >> >> But this didn't work. It installs msys2 along with lots of other >> stuff, and gdb would not start as before (missing DLL's). >> >> Then I tried to run the command you suggested again, and there >> was a warning from the package manager about a cycle detected, >> but now gdb starts with t...
2023 Jan 18
1
Problem installing gdb into Rtools42
Thanks, But this didn't work. It installs msys2 along with lots of other stuff, and gdb would not start as before (missing DLL's). Then I tried to run the command you suggested again, and there was a warning from the package manager about a cycle detected, but now gdb starts with the following messages... Traceback (most recent call last):...
2023 Jan 19
2
Problem installing gdb into Rtools42
...k >> >> >> >> On Wed, Jan 18, 2023 at 12:56 PM Tomas Kalibera <tomas.kalibera at gmail.com> >> wrote: >> >>> On 1/18/23 17:39, Dominick Samperi wrote: >>> >>> Thanks, >>> >>> But this didn't work. It installs msys2 along with lots of other stuff, >>> and gdb would not start as before (missing DLL's). >>> >>> Then I tried to run the command you suggested again, and there was a >>> warning from the package manager about a cycle detected, but now gdb starts >>> wi...
2016 Dec 12
1
testing
If the subject of xapian-core apitests on MSYS/MINGW and MSYS2/MINGW is taken up it might be noted that the compiler version could be recorded, probably gcc 5.3.0 or newer, that closed pipes might be an issue, and also allocating for the location of xapian-tcpsrv. Not from my own tests but another man informed there was some problems with [MSYS2] python bindi...
2015 Jan 08
2
New version of Rtools for Windows
...lying on binaries produced by others. We may need to customize the toolchain, or we may need to rebuild it when a bug is identified. Lots of binary builders abandon their builds and you can't count on them to solve problems at a later date. > > One project that looks very promising is msys2 [1,2]. It has a package > manager (port of pacman from arch linux) and comes with a pretty > complete set of msys [3] and other [4] packages that seems quite well > maintained. Do they post complete instructions for building? That's what I'm looking for. I don't want to deve...
2015 May 29
3
Compiling 64bit static library for Windows (Rtools33, MSYS2, cross-compile on linux)
...package. Rtools33 directory includes /i686-w64-mingw32 directory which I understand creates 32 bit binaries. Yet, there are other 64 bit directories as well. I have three related questions: 1. Can Rtools33 be used to compile static libraries as a separate step using -m64 flag? 2. MSYS2 is very convenient for compiling many of these libraries. Can a static library compiled with x86_64-w64-mingw32 (gcc 4.9.2) be used with Rtools33 (v 4.6.2)? 3. Can a static library compiled using x86_64-w64-mingw32-gcc cross-compiler (v 4.6.2) on linux be used with Rtools33? Option...
2016 Dec 05
1
MSYS2 apitest.exe FAIL
MS XP SP3 (32 bit) https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ mingw-w64-i686-xapian-core-1.4.1-1-any.pkg.tar.xz does not contain /mingw32/lib/libxapian.la. cf: http://nurmi-labs.blogspot.com/2016/11/git.html (for setup) https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ mingw-w64-i686-libtool-2.4.6-7-any.pkg.tar.xz (adde...
2017 Mar 15
2
xapian core missing link to math on MSYS2
Dear All, I've tried to build xapian-core 1.4.3 on MSYS2. It fails with attached error (undefined reference to `exp10'). I think it might be missing an explicit link to 'm'. I'm not able to fix this myself as I do not know autotools sufficiently well, but I hope you might be able to help. Cheers, Mario Emmenlauer -- BioDataAnalysi...
2015 May 30
1
Compiling 64bit static library for Windows (Rtools33, MSYS2, cross-compile on linux)
...; >> I have three related questions: >> >> 1. >> >> Can Rtools33 be used to compile static libraries as a separate step >> using -m64 flag? > > Yes, I believe so. They would be 64 bit static libraries. > >> 2. >> >> MSYS2 is very convenient for compiling many of these libraries. Can a >> static library compiled with x86_64-w64-mingw32 (gcc 4.9.2) be used with >> Rtools33 (v 4.6.2)? > > Rtools uses 4.6.3, not 4.6.2. I would assume the runtime libraries are > different between 4.6.3 and 4...
2017 Mar 06
2
Seeking advice regarding compilation of large libraries using RTools (Windows)
Yep - simpleITK is available at github.com/SimpleITK/SimpleITK. There's also github.com/SimpleITK/SimpleITKRInstaller - a devtools based installer for mac and linux. CMake has a range of build environments. I experimented with MSYS2 and mingw makefiles, but had trouble with incompatibilities in the path required by CMake and those options - from memory the sh in RTools/bin caused problems. Although it sounds like you are saying it is necessary to install the MSYS2 system as well. The unix makefile option for CMake appears to...
2016 Dec 04
1
swig-3.0.7 for xapian-bindings to tcl
I recently wrote a post on installing "Git for Windows" on a legacy XP SP3 Home box. http://nurmi-labs.blogspot.com/2016/11/git.html I added some missing files from the MSYS2 packages which were removed for the downloadable "Git for Windows" installer and a compiler and some additional libraries. For other utilities (bison, flex, info, m4, make, and csh/tcsh), and code I would compile, I setup an extra directory tree as C:\MSYS2 and used an /etc/fstab mount p...
2015 Jan 07
2
New version of Rtools for Windows
I have just uploaded to CRAN a new version 3.2.0.1948 of Rtools for Windows. This will become visible there in a few hours, and be copied to mirrors thereafter. People who want to build packages that include compiled code can use this to supply the compilers, etc., that are necessary for the build. It also includes some extra materials for people who want to build R itself. This version
2015 May 30
0
Compiling 64bit static library for Windows (Rtools33, MSYS2, cross-compile on linux)
...or -m64 flag, for 32 bit or 64 bit operation. > > I have three related questions: > > 1. > > Can Rtools33 be used to compile static libraries as a separate step > using -m64 flag? Yes, I believe so. They would be 64 bit static libraries. > 2. > > MSYS2 is very convenient for compiling many of these libraries. Can a > static library compiled with x86_64-w64-mingw32 (gcc 4.9.2) be used with > Rtools33 (v 4.6.2)? Rtools uses 4.6.3, not 4.6.2. I would assume the runtime libraries are different between 4.6.3 and 4.9.2, so you won't b...
2015 Jan 08
1
New version of Rtools for Windows
...run Windows 7 64bit, and I am trying to build a 64 bit version of R-3.1.2. As we discussed offline, Dr. Murdoch, I've been trying to build R using more recent tools than GCC4.6.3 prerelease. Ruben Von Boxen (rubenvb) told me he is no longer developing his own builds of GCC, but is focusing on MSYS2 and the mingw64 personal builds. So, similar to what Jeroen said, I first installed MSYS2, whose initial installation on windows is not so simple[1]. After the initial install, the following packages need to be manually installed: make, tar, zip, unzip, zlib, and rsync. I also installed base-devel,...
2015 Jan 07
0
New version of Rtools for Windows
...lete suites of precompiled mingw-w64 tools. I think the ideal scenario would be if we could take advantage of an existing tool chain as we do on other platforms, although perhaps I do not fully understand the R-specific requirements on the windows compiler. One project that looks very promising is msys2 [1,2]. It has a package manager (port of pacman from arch linux) and comes with a pretty complete set of msys [3] and other [4] packages that seems quite well maintained. The only issue I ran into with msys2 is that it uses a different c++ exception model (seh/dwarf) than the current Rtools (which...
2016 Dec 06
0
MSYS2 maintainer contacted
I wrote to the MSYS2 package maintainer about the download mingw-w64-i686-xapian-core-1.4.1-1-any.pkg.tar.xz, missing the /mingw32/lib/libxapian.la file. Admittedly, I ran without arguments configure on their copy "xapian-1.4.1-1" of the sources, whereas the maintainer had arguments to configure. So before f...
2016 Dec 07
1
MSYS2 'make check' output xapian-core-1.4.1-1
System: Microsoft Windows XP Home Edition CPUs: Intel(R) Atom(TM) CPU N270 @1.60GHz setup for the 'Git for Windows' with MSYS2 gcc-6.1.0 plus utilties and libraries were added http://nurmi-labs.blogspot.com/2016/11/git.html obviously, with Home Edition, no network was setup http://nurmi-labs.blogspot.com/p/xapian-ms.html System: Slackware Linux (version 14.0) CPUs: Intel(R) Atom(TM) CPU N270 @1.60GHz with Slackware-1...
2015 Jul 28
2
[LLVMdev] Regression testing on MSYS2 host with mingw-w64
Hi Yaron, I know you sent me some emails before about regression testing on MSYS2 So you might have some idea about this I am getting a regression error on check-llvm. With the llvm/trunk/test/ExecutionEngine/Interpreter/intrinsics.ll FAIL: LLVM :: ExecutionEngine/Interpreter/intrinsics.ll (7635 of 14266) > ******************** TEST 'LLVM :: > ExecutionEngine/Interpr...