Page 5 of 5 FirstFirst ... 345
Results 41 to 48 of 48

Thread: HOW To: Ardour with VST support (Hardy).

  1. #41
    Join Date
    Jun 2007
    Location
    Jerusalem, IL
    Beans
    106
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: HOW To: Ardour with VST support (Hardy).

    Try to add repository of http://archive.ematech.fr/ to /etc/apt/sourses.list
    Code:
    deb http://archive.ematech.fr intrepid all
    deb-src http://archive.ematech.fr intrepid all
    And GPG key:
    Code:
    wget -q http://archive.ematech.fr/ematech.gpg -O- | sudo apt-key add -
    and install:
    Code:
    sudo aptitude install libslv2-utils libslv2-9 libslv2-dev libslv2-doc libslv2-9-dbg 
    lv2core
    Last edited by sanus|art; December 5th, 2008 at 03:03 PM.
    Sanus|artificium - FREE VST plug-ins | Music | Web design | Graphics | Sound engineering | Software | Tutorials | PHP scripts and more ...

  2. #42
    Join Date
    Mar 2008
    Beans
    47

    Re: HOW To: Ardour with VST support (Hardy).

    Well, I'm trying to install a new version of Ardour with scons, and here's what it says in the end.

    Code:
    In file included from libs/vamp-plugins/plugins.cpp:44:
    libs/vamp-plugins/Onset.h:56: error: ISO C++ forbids declaration of ‘fvec_t’ with no type
    libs/vamp-plugins/Onset.h:56: error: expected ‘;’ before ‘*’ token
    libs/vamp-plugins/Onset.h:57: error: ISO C++ forbids declaration of ‘cvec_t’ with no type
    libs/vamp-plugins/Onset.h:57: error: expected ‘;’ before ‘*’ token
    libs/vamp-plugins/Onset.h:58: error: ISO C++ forbids declaration of ‘fvec_t’ with no type
    libs/vamp-plugins/Onset.h:58: error: expected ‘;’ before ‘*’ token
    libs/vamp-plugins/Onset.h:59: error: ISO C++ forbids declaration of ‘aubio_pvoc_t’ with no type
    libs/vamp-plugins/Onset.h:59: error: expected ‘;’ before ‘*’ token
    libs/vamp-plugins/Onset.h:60: error: ISO C++ forbids declaration of ‘aubio_pickpeak_t’ with no type
    libs/vamp-plugins/Onset.h:60: error: expected ‘;’ before ‘*’ token
    libs/vamp-plugins/Onset.h:61: error: ISO C++ forbids declaration of ‘aubio_onsetdetection_t’ with no type
    libs/vamp-plugins/Onset.h:61: error: expected ‘;’ before ‘*’ token
    libs/vamp-plugins/Onset.h:62: error: ‘aubio_onsetdetection_type’ does not name a type
    scons: *** [libs/vamp-plugins/plugins.os] Error 1
    scons: building terminated because of errors.
    What are the vamp-plugins and how do I fix them good?

  3. #43
    Join Date
    Jun 2007
    Location
    Jerusalem, IL
    Beans
    106
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: HOW To: Ardour with VST support (Hardy).

    I am not sure, as I've never seen this before - but "vamp-plugins" are parts of some audio analyses systems.

    You might be short of this packages:
    http://packages.debian.org/unstable/...amp-plugin-sdk
    Sanus|artificium - FREE VST plug-ins | Music | Web design | Graphics | Sound engineering | Software | Tutorials | PHP scripts and more ...

  4. #44
    Join Date
    Mar 2008
    Beans
    47

    Re: HOW To: Ardour with VST support (Hardy).

    Well, I installed those packages, but when I try to install ardour again it says
    Code:
    WARNING: some VAMP plugins will not be built because this machine has no AUBIO support
    and then the same errors I posted before.

    What is this AUBIO support, anyway? I have previous version of ardour working on my machine.

    EDIT: Well, guess what, I downloaded and installed that AUBIO, but STILL the ardour installation stops at the same thing!
    Last edited by oleksus; February 5th, 2009 at 04:32 PM.

  5. #45
    Join Date
    Mar 2009
    Beans
    7

    Unhappy Re: HOW To: Ardour with VST support (Hardy).

    Quote Originally Posted by oleksus View Post
    Well, I installed those packages, but when I try to install ardour again it says
    Code:
    WARNING: some VAMP plugins will not be built because this machine has no AUBIO support
    and then the same errors I posted before.

    What is this AUBIO support, anyway? I have previous version of ardour working on my machine.

    EDIT: Well, guess what, I downloaded and installed that AUBIO, but STILL the ardour installation stops at the same thing!
    Hi! I am getting the same message, did you manage to find a way to fix it? I was trying to install AUBIO via synaptic, from source and even older versions, nothing worked so far

  6. #46
    Join Date
    Jun 2007
    Location
    Jerusalem, IL
    Beans
    106
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: HOW To: Ardour with VST support (Hardy).

    Ok I just have compiled it strait as in the first post - had no troubles at all (Ubuntu Intrepid - 8.10).
    Try to run 'sudo apt-get build-dep ardour' before the 'scons VST=1'.
    Sanus|artificium - FREE VST plug-ins | Music | Web design | Graphics | Sound engineering | Software | Tutorials | PHP scripts and more ...

  7. #47
    Join Date
    Oct 2007
    Beans
    20

    Re: HOW To: Ardour with VST support (Hardy).

    hopefully this will help someone in the future..

    1. its build-dep not built-dep

    2. if you decide not to go through with it and want to remove the 400+mb of files this command helped me

    Code:
    sudo aptitude markauto $(apt-cache showsrc ardour | grep Build-Depends | perl -p -e 's/(?:[\[(].+?[\])]|Build-Depends:|,|\|)//g')
    thanks

  8. #48
    Join Date
    Dec 2009
    Beans
    7

    Re: HOW To: Ardour with VST support (Hardy).

    @oleksus
    I had the same problem, installed the "aubio" business from step 3 in the original post and TADA! compile went passed the vamp-plugin stuff.
    Hooray for now!

    edit: just read your second post. Did you install all the aubio stuff?

Page 5 of 5 FirstFirst ... 345

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •