You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before posting the issue i want to thank @brummer10 for this software.. this pieces of artwork makes me be very thankful and respectful about open source
I have been using guitarix on ubuntu studio with great joy. I started to use more Carla with the guitarix LV2 plugins and works great there also.
The issue is that i also use windows and wanted to compile the LV2 of guitarix with the msys2. I followed the /README.mswin with MinGW64 and had an error:
19:41:46 runner 'git submodule update --init --recursive'
Traceback (most recent call last):
File "<string>", line 55, in <module>
File "<string>", line 20, in run
OSError: [Errno 22] Invalid argument
Checking for git submodule : up to date
Checking for 'g++' (C++ compiler) : 19:41:47 runner ['C:\\msys64\\mingw64\\bin/g++.exe', '-dM', '-E', '-']
not found
The g++ is there, so i dont know why is not recognizing it.
This work is done by @torte71
maybe he could give some hints.
But as you get a Traceback already before the g++ check, it may be related to some changes I've introduced after @torte71 work.
Before posting the issue i want to thank @brummer10 for this software.. this pieces of artwork makes me be very thankful and respectful about open source
I have been using guitarix on ubuntu studio with great joy. I started to use more Carla with the guitarix LV2 plugins and works great there also.
The issue is that i also use windows and wanted to compile the LV2 of guitarix with the msys2. I followed the /README.mswin with MinGW64 and had an error:
The g++ is there, so i dont know why is not recognizing it.
This is the output of a
g++ -v
The text was updated successfully, but these errors were encountered: