Just tried that. Left the "build" folder as-is, ran "uninstall," then
emptied "build" (well, renamed it for backup and created a new "build") and
ran cmake again. Same result.
build $ sudo make uninstall
[sudo] password for daniel:
-- Uninstalling "/usr
Seems like you need to empty the build folder before calling cmake again for
the change becoming effective.
Tom
___
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev
Thanks for the quick response. Unfortunately, still the same output:
~
build $ sudo make uninstall
[sudo] password for daniel:
Scanning dependencies of target uninstall
-- Uninstalling "/usr/local/lib64/pkgconfig/fluidsynth.pc"
-- Uninstalling
Since you are on Debian, can you pls. enter the the build folder again and try:
sudo make uninstall
cmake -DLIB_SUFFIX="" ..
sudo make install
Tom
___
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev