as you compiled and installed fluidsynth under /usr/local
, your qsynth configure line should be like configure --with-fluidsynth=/usr/local
, but rather say that you can drop the --with-fluidsynth
argument altogether as /usr/local should be in the default system search PATH environment anyway.
if it still can't find the local fluidsynth installation, then it's probably a pkg-config configuration mistake or missing the common library search paths.
try to run `pkg-config --libs fluidsynth
` and if it returns nothing, try again right after `export PKG_CONFIG_PATH="/usr/local/lib64:$PKG_CONFIG_PATH";
` then qsynth configure step may succeed, hopefully.
hth.
cheers
Copyright (C) 2006-2024 rncbc aka Rui Nuno Capela. All rights reserved.
Powered by Drupal
Recent comments
22 hours 33 min ago
1 day 4 min ago
1 day 8 min ago
1 day 10 hours ago
1 day 22 hours ago
2 days 6 hours ago
2 days 8 hours ago
2 days 22 hours ago
2 days 23 hours ago
2 days 23 hours ago