[LAU] building luppp

From: Atte André Jensen <atte@email-addr-hidden>
Date: Tue Jan 17 2012 - 22:51:07 EET

Hi

I'm trying to build our new tow, luppp, on arch, but it fails. I made it
past the configure stage, after a bit poking around in aur...

As far as I can tell waf can't find lv2/lv2plug.in/ns/ext/event/event.h,
and sure enough it's not there:
atte@email-addr-hidden:~/software/Luppp$ ll /usr/include/lv2/lv2plug.in/ns/ext/
total 0
lrwxrwxrwx 1 root root 38 Jan 17 10:45 dynmanifest ->
../../../../../lib/lv2/dynmanifest.lv2

Any idea which package provides that file? Sorry for my ignorance if
this is obvious...

atte@email-addr-hidden:~/software/Luppp$ ./waf configure
Setting top to : /home/atte/software/Luppp
Setting out to : /home/atte/software/Luppp/.build
Checking for 'g++' (c++ compiler) : /usr/bin/g++
Checking for program pkg-config : /usr/bin/pkg-config
Checking for 'jack' : yes
Checking for 'sndfile' : yes
Checking for 'gtkmm-2.4' : yes
Checking for 'glibmm-2.4' : yes
Checking for 'fluidsynth' : yes
Checking for 'libconfig++' : yes
Checking for 'lilv-0' : yes
Checking for 'suil-0' : yes
Checking for header lv2.h : yes
Checking for header ladspa.h : yes
'configure' finished successfully (1.797s)
atte@email-addr-hidden:~/software/Luppp$ ./waf
Waf: Entering directory `/home/atte/software/Luppp/.build'
[ 3/56] cxx: src/lvtwohost.cpp -> .build/src/lvtwohost.cpp.0.o
[ 7/56] cxx: src/offlineworker.cpp -> .build/src/offlineworker.cpp.0.o
In file included from ../src/lvtwohost.cpp:20:0:
../src/lvtwohost.hpp:36:47: fatal error:
lv2/lv2plug.in/ns/ext/event/event.h: No such file or directory
compilation terminated.
In file included from ../src/offlineworker.cpp:24:0:
../src/lvtwohost.hpp:36:47: fatal error:
lv2/lv2plug.in/ns/ext/event/event.h: No such file or directory
compilation terminated.
Waf: Leaving directory `/home/atte/software/Luppp/.build'
Build failed
  -> task failed (exit status 1):
        {task 156760556: cxx lvtwohost.cpp -> lvtwohost.cpp.0.o}
['/usr/bin/g++', '-pg', '-g', '-ldl', '-Wall', '-Wextra',
'-fpermissive', '-pthread', '-pthread', '-pthread', '-pthread',
'-I/usr/include/gtkmm-2.4', '-I/usr/lib/gtkmm-2.4/include',
'-I/usr/include/atkmm-1.6', '-I/usr/include/giomm-2.4',
'-I/usr/lib/giomm-2.4/include', '-I/usr/include/pangomm-1.4',
'-I/usr/lib/pangomm-1.4/include', '-I/usr/include/gtk-2.0',
'-I/usr/include/gtk-unix-print-2.0', '-I/usr/include/gdkmm-2.4',
'-I/usr/lib/gdkmm-2.4/include', '-I/usr/include/atk-1.0',
'-I/usr/include/glibmm-2.4', '-I/usr/lib/glibmm-2.4/include',
'-I/usr/include/glib-2.0', '-I/usr/lib/glib-2.0/include',
'-I/usr/include/sigc++-2.0', '-I/usr/lib/sigc++-2.0/include',
'-I/usr/include/cairomm-1.0', '-I/usr/lib/cairomm-1.0/include',
'-I/usr/include/pango-1.0', '-I/usr/include/cairo',
'-I/usr/include/pixman-1', '-I/usr/include/freetype2',
'-I/usr/include/libpng14', '-I/usr/lib/gtk-2.0/include',
'-I/usr/include/gdk-pixbuf-2.0', '-I/usr/include/lilv-0',
'-I/usr/include/suil-0', '-DHAVE_JACK=1', '-DHAVE_SNDFILE=1',
'-DHAVE_GTKMM=1', '-DHAVE_GLIBMM=1', '-DHAVE_FLUIDSYNTH=1',
'-DHAVE_LIBCONFIG=1', '-DHAVE_LILV=1', '-DHAVE_SUIL=1',
'-DHAVE_LV2_H=1', '-DHAVE_LADSPA_H=1', '../src/lvtwohost.cpp', '-c',
'-o', 'src/lvtwohost.cpp.0.o']
  -> task failed (exit status 1):
        {task 156761196: cxx offlineworker.cpp -> offlineworker.cpp.0.o}
['/usr/bin/g++', '-pg', '-g', '-ldl', '-Wall', '-Wextra',
'-fpermissive', '-pthread', '-pthread', '-pthread', '-pthread',
'-I/usr/include/gtkmm-2.4', '-I/usr/lib/gtkmm-2.4/include',
'-I/usr/include/atkmm-1.6', '-I/usr/include/giomm-2.4',
'-I/usr/lib/giomm-2.4/include', '-I/usr/include/pangomm-1.4',
'-I/usr/lib/pangomm-1.4/include', '-I/usr/include/gtk-2.0',
'-I/usr/include/gtk-unix-print-2.0', '-I/usr/include/gdkmm-2.4',
'-I/usr/lib/gdkmm-2.4/include', '-I/usr/include/atk-1.0',
'-I/usr/include/glibmm-2.4', '-I/usr/lib/glibmm-2.4/include',
'-I/usr/include/glib-2.0', '-I/usr/lib/glib-2.0/include',
'-I/usr/include/sigc++-2.0', '-I/usr/lib/sigc++-2.0/include',
'-I/usr/include/cairomm-1.0', '-I/usr/lib/cairomm-1.0/include',
'-I/usr/include/pango-1.0', '-I/usr/include/cairo',
'-I/usr/include/pixman-1', '-I/usr/include/freetype2',
'-I/usr/include/libpng14', '-I/usr/lib/gtk-2.0/include',
'-I/usr/include/gdk-pixbuf-2.0', '-I/usr/include/lilv-0',
'-I/usr/include/suil-0', '-DHAVE_JACK=1', '-DHAVE_SNDFILE=1',
'-DHAVE_GTKMM=1', '-DHAVE_GLIBMM=1', '-DHAVE_FLUIDSYNTH=1',
'-DHAVE_LIBCONFIG=1', '-DHAVE_LILV=1', '-DHAVE_SUIL=1',
'-DHAVE_LV2_H=1', '-DHAVE_LADSPA_H=1', '../src/offlineworker.cpp', '-c',
'-o', 'src/offlineworker.cpp.0.o']

-- 
Atte
http://atte.dk   http://modlys.dk
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Wed Jan 18 00:15:02 2012

This archive was generated by hypermail 2.1.8 : Wed Jan 18 2012 - 00:15:02 EET