[Ardour-Dev] Problems compiling bleeding edge version of ardour: wrong paths referenced

Hans Baier hansfbaier at googlemail.com
Fri Feb 1 20:42:08 PST 2008


Hello,

I used the old checkout from http://subversion.ardour.org/svn/ardour2/trunk
and switched to http://subversion.ardour.org/svn/ardour2/branches/3.0.

I am using ubuntu studio gutsy (i386 version on Athlon64X2/NForce)
with the latest jack release and alsa library. (1.0.15, it fails
compiling with 1.0.14a of ubuntu studio)

I compile it with:
scons  -j 5 DIST_TARGET=i686

When I compiled without the i686 option,
scons compiles with X86_64 assembler code  (-DUSE_X86_64_ASM) which eventually
leads to an error.

It complained about missing headers in

$ cd libs/glibmm2/

but I fixed it with:
$   ln glib/glibmm glibmm -s
$  ln -s glib/*.h .

after that
compiling suceeds.



More information about the Ardour-Dev mailing list