olegkapitonov / Kapitonov-Plugins-Pack

Set of plugins for guitar sound processing.
GNU General Public License v3.0
164 stars 15 forks source link

Cannot build on fedora 31 #15

Open ErwinBaeyens opened 4 years ago

ErwinBaeyens commented 4 years ago

Hello, I have run into a problem trying to build the plugins on fedora 31. I had to install a few packages to get the dependencies right:

The error that I run into is the following: meson.build:15:0: ERROR: Command "/usr/bin/faust -archdir" failed with status 1.

A full log can be found at /home/erwin/git/Kapitonov-Plugins-Pack/build/meson-logs/meson-log.txt

The faust version that is installed is: faust --version FAUST, DSP to C++ compiler, Version 0.9.46 Copyright (C) 2002-2012, GRAME - Centre National de Creation Musicale. All rights reserved.

This seems to be the only version available for fedora.

trebmuh commented 4 years ago

You need Faust>2

ErwinBaeyens commented 4 years ago

compiling faust-2 and resolving some dependencies allowd me to get the plugins compiled And they work but It seems that I was not able to change the Tube amp's profile in Mixbuss. I'm stuck at the american clean profile. Any tips?

trebmuh commented 4 years ago

Another issue -> another thread ?

sub26nico commented 4 years ago

compiling faust-2 and resolving some dependencies allowd me to get the plugins compiled And they work but It seems that I was not able to change the Tube amp's profile in Mixbuss. I'm stuck at the american clean profile. Any tips?

Confirmed, Tube'amp's profile won't open in Mixbus 5 and Ardour6, it works fine in Ardour5. Lib dependencies ?

Another issue -> another thread ?

True, @ErwinBaeyens , open another thread for this issue please.

sub26nico commented 4 years ago

FYI, for tube'amp profiles, it is the same issue showed in #14

olegkapitonov commented 4 years ago

Hello and thanks everyone!

Now I have no choice but to delay *.tapf profile Editor preparations and solve this annoying problem with zenity. Using zenity was easy but very ugly desicion from the beginnig.

I will replace zenity with native file chooser in 1.2 version release soon.

trebmuh commented 4 years ago

Nice to read! :+1: