DISTRHO: New plugins and minor fixing (2014-08-26)

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

User avatar
bluebell
Established Member
Posts: 1927
Joined: Sat Sep 15, 2012 11:44 am
Location: Saarland, Germany
Has thanked: 113 times
Been thanked: 122 times

Re: DISTRHO: New plugins and minor fixing (2014-08-26)

Post by bluebell »

falkTX wrote:
bluebell wrote:I've got another error on my Xubuntu 12.04. Everything runs fine until ...
distrho.txt
I guess it's because 12.04 has a compiler that is too old (gcc4.6).
Most C++ code written today will start using C++11 features which was only complete in gcc4.7.

There is an Ubuntu toolchain PPA that provides newer gcc for Ubuntu
https://launchpad.net/~ubuntu-toolchain ... buntu/test

You can use that and then set env vars to set the default compiler, like this:

Code: Select all

export CC=gcc-4.8
export CXX=g++-4.8
Most build systems support this, including the ones used in DISTRHO.
Works fine. But since I don't have the VST sdk I have to use "make lv2". Unfortunately there is no "make lv2-install".
I have to comment out "cp -r bin/vst/* $(DESTDIR)$(PREFIX)/lib/vst/" in Makefile else it won't get beyond this error.

Could you provide a "lv2-install" target or test for bin/vst/* ?

Linux – MOTU UltraLite AVB – Qtractor – http://suedwestlicht.saar.de/

Post Reply