[Ardour-Users] Building Ardour w/VST fails in a chroot environment.

Juanjavier juanjavier at ya.com
Thu Nov 8 02:02:14 PST 2007


I am trying to build Ardour doing 

apt-get source ardour

from outside the chroot environment.

Then I enter the chroot environment with

/chroot ./

Downlad and copy vst SDK in .../libs/fst

  Edit SConstruct changing 

BoolOption('VST', 'Compile with support for VST', 0)

per

BoolOption('VST', 'Compile with support for VST', 1)


This is how it fails:


/*******************************
detected DIST_TARGET = i686
*******************************

cat: /proc/cpuinfo: No such file or directory
IndexError: list index out of range:
  File "/tmp/ardour-2.1/SConstruct", line 613:
    x86_flags = flag_line.split (": ")[1:][0].split ()

/What am I missing?

Regards,

Juanjavier.





More information about the Ardour-Users mailing list