[LAD] Lv2 Toolkit v1.0.3 (lvtk) Released

Michael Fisher mfisher31 at gmail.com
Sun Dec 23 02:28:31 UTC 2012


On Sat, 2012-12-22 at 17:51 -0600, Matt Henley wrote:
> Thanks for that update.
> 
> When I try to configure and compile I get:
> 
> matt at speedy ~/Programs/lvtk-1.0.3 $ ./waf configure
> Setting top to                           : /home/matt/Programs/lvtk-1.0.3
> Setting out to                           : /home/matt/Programs/lvtk-1.0.3/build
> Checking for 'gcc' (c compiler)          : /usr/bin/gcc
> Checking for 'g++' (c++ compiler)        : /usr/bin/g++
> Checking for inline                      : inline
> Checking boost includes                  : 1_52
> Checking for program pkg-config          : /usr/bin/pkg-config
> Checking for 'lv2' >= 1.0.0              : yes
> Checking for 'gtkmm-2.4' >= 2.20.0       : yes
> 
> Global Configuration
>  * Install prefix                        : /usr/local
>  * Debuggable build                      : False
>  * Strict compiler flags                 : False
>  * Build documentation                   : False
> 
> LV2 Toolkit Configuration
>  * Build Plugin Library                  : True
>  * Build UI Library                      : True
>  * Build example plugins                 : True
>  * Build example UI's                    : True
>  * Build tools                           : True
> 'configure' finished successfully (0.218s)
> matt at speedy ~/Programs/lvtk-1.0.3 $ ./waf build
> Waf: Entering directory `/home/matt/Programs/lvtk-1.0.3/build'
> [ 1/39] cxx: src/plugin.cpp -> build/src/plugin.cpp.1.o
> [ 2/39] cxx: src/ui.cpp -> build/src/ui.cpp.2.o
> [ 3/39] cxxstlib: build/src/ui.cpp.2.o -> build/src/liblvtk_ui1.a
> [ 4/39] cxxstlib: build/src/plugin.cpp.1.o -> build/src/liblvtk_plugin1.a
> [ 5/39] cxx: tools/ttl2c.cpp -> build/tools/ttl2c.cpp.1.o
> [ 6/39] cxx: tools/libpaq/query.cpp -> build/tools/libpaq/query.cpp.1.o
> [ 7/39] cxx: tools/libpaq/rdf.cpp -> build/tools/libpaq/rdf.cpp.1.o
> [ 8/39] cxx: tools/libpaq/turtleparser.cpp ->
> build/tools/libpaq/turtleparser.cpp.1.o
> In file included from ../tools/ttl2c.cpp:38:0:
> /home/matt/Programs/lvtk-1.0.3/tools/libpaq/turtleparser.hpp:26:33:
> fatal error: boost/spirit/core.hpp: No such file or directory
> compilation terminated.
> ../tools/libpaq/turtleparser.cpp:31:36: fatal error:
> boost/spirit/dynamic.hpp: No such file or directory
> compilation terminated.
> Waf: Leaving directory `/home/matt/Programs/lvtk-1.0.3/build'
> Build failed
>  -> task in 'ttl2c' failed (exit status 1):
> 	{task 140432106814608: cxx ttl2c.cpp -> ttl2c.cpp.1.o}
> ['/usr/bin/g++', '-I/home/matt/Programs/lvtk-1.0.3', '-DNDEBUG',
> '-fshow-column',
> '-I/home/matt/Programs/lvtk-1.0.3/build/tools/libpaq',
> '-I/home/matt/Programs/lvtk-1.0.3/tools/libpaq',
> '-I/home/matt/Programs/lvtk-1.0.3/build', '-DINLINE_MACRO=1',
> '-DHAVE_LV2=1', '-DHAVE_GTKMM=1', '../tools/ttl2c.cpp', '-c', '-o',
> 'tools/ttl2c.cpp.1.o']
>  -> task in 'ttl2c' failed (exit status 1):
> 	{task 140432106815120: cxx turtleparser.cpp -> turtleparser.cpp.1.o}
> ['/usr/bin/g++', '-I/home/matt/Programs/lvtk-1.0.3', '-DNDEBUG',
> '-fshow-column',
> '-I/home/matt/Programs/lvtk-1.0.3/build/tools/libpaq',
> '-I/home/matt/Programs/lvtk-1.0.3/tools/libpaq',
> '-I/home/matt/Programs/lvtk-1.0.3/build', '-DINLINE_MACRO=1',
> '-DHAVE_LV2=1', '-DHAVE_GTKMM=1', '../tools/libpaq/turtleparser.cpp',
> '-c', '-o', 'tools/libpaq/turtleparser.cpp.1.o']
> matt at speedy ~/Programs/lvtk-1.0.3 $
> 
> Any suggestions?  It looks like a problem with boost, but I do have
> that installed.

Which linux distro are you using?  I'm developing on a debian 7 box
which is at boost v1.49  .  looks to me boost dropped those headers.

If you don't care about building the examples/ttl2c ... try this.

$ ./waf configure --disable-tools clean build






More information about the Linux-audio-dev mailing list