Search found 8 matches

by giuliohome
Sat Jan 22 2022 5:08 pm
Forum: Installation
Topic: installation on windows MSYS2 MinGW 64bit
Replies: 12
Views: 13118

Re: installation on windows MSYS2 MinGW 64bit

Thank you for your reply. Nice to chat with you again. I've not received a notification via email, but ok, I am back to the forum anyway, eventually. To answer your question we also test internally using a version of MinGW 9.2 and MinGW 10.3 Sorry, I'm not sure to understand what these version "...
by giuliohome
Wed Jan 19 2022 10:33 pm
Forum: Installation
Topic: installation on windows MSYS2 MinGW 64bit
Replies: 12
Views: 13118

Re: installation on windows MSYS2 MinGW 64bit

It's not a matter of the gnu compiler, it's just only the libstdc++-6.dll version. The one in /mingw64/bin is not the one that copperspice wants. I don't need to replace the whole mingw64 with an old version (that's too much and not reasonable) but only that single file (which is much more acceptabl...
by giuliohome
Tue Jan 18 2022 8:35 am
Forum: Installation
Topic: installation on windows MSYS2 MinGW 64bit
Replies: 12
Views: 13118

Re: installation on windows MSYS2 MinGW 64bit

After hours and hours of trials and errors

I downloaded your old binary for mingw and pointed cmake to the old GNU 7.3.0

And it works without errors!!!

Is CopperSpice supposed to be for modern C++ and crossplatform? Have you tested it with a recent version of the compiler on mingw?
by giuliohome
Tue Jan 18 2022 2:14 am
Forum: Installation
Topic: installation on windows MSYS2 MinGW 64bit
Replies: 12
Views: 13118

Re: installation on windows MSYS2 MinGW 64bit

I've also tried switching from GNU to Clang $ export CXX=/mingw64/bin/clang++ $ export CC=/mingw64/bin/clang and so $ ./do-config.sh -- The C compiler identification is Clang 12.0.1 -- The CXX compiler identification is Clang 12.0.1 but the issue remains the procedure entry point __cxa_thread_atexit...
by giuliohome
Mon Jan 17 2022 11:42 pm
Forum: Installation
Topic: installation on windows MSYS2 MinGW 64bit
Replies: 12
Views: 13118

Re: installation on windows MSYS2 MinGW 64bit

FYI after unzipping the example_04 this is config output $ ./do-config.sh -- The C compiler identification is GNU 10.3.0 -- The CXX compiler identification is GNU 10.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/msys64/mingw64/bin/cc...
by giuliohome
Mon Jan 17 2022 11:24 pm
Forum: Installation
Topic: installation on windows MSYS2 MinGW 64bit
Replies: 12
Views: 13118

Re: installation on windows MSYS2 MinGW 64bit

Hi Barbara, thank you very much for your reply and for your help! Very appreciated! You asked the version of cmake I installed. If I open a MinGW terminal and I type the following, I see $ cmake --version cmake version 3.21.3 CMake suite maintained and supported by Kitware (kitware.com/cmake). Also ...
by giuliohome
Mon Jan 17 2022 11:15 am
Forum: Installation
Topic: installation on windows MSYS2 MinGW 64bit
Replies: 12
Views: 13118

Re: installation on windows MSYS2 MinGW 64bit

Now magically a new setup shows up: setup-CopperSpice-1.7.2-x64.exe without MSVC It solved the above installation problem and now I have a build done! But my problems are not finished. The deploy folder is missing the mingw dll, ok I have a script to put them there. But now I still have a runtime cr...
by giuliohome
Mon Jan 17 2022 9:19 am
Forum: Installation
Topic: installation on windows MSYS2 MinGW 64bit
Replies: 12
Views: 13118

installation on windows MSYS2 MinGW 64bit

Hi all and thank you for your work. I've installed CopperSpice on Fedora 34 using copperspice-1.7.2-fedora33-x64.tar.bz2 and tried the examples from your journal and all is fine. I wanted to try CopperSpice also on Windows with MSYS MinGW. Notice that I have easily installed Qt 4 there via pacman an...