[LAU] [LAD] guitarix version 0.27.0 is out

Hartmut Noack zettberlin at linuxuse.de
Sun Apr 21 09:22:15 UTC 2013


Am 21.04.2013 04:54, schrieb hermann meyer:
> Am 20.04.2013 23:42, schrieb Hartmut Noack:
>> Am 20.04.2013 23:18, schrieb hermann meyer:
>>> Am 20.04.2013 22:21, schrieb Brett McCoy:
>>>> On Sat, Apr 20, 2013 at 4:15 PM, hermann meyer<brummer- at web.de>   wrote:
>>>>> I'm proud to announce the release of guitarix2-0.27.0
>>>>>
>>>>> Guitarix is a mono tube amplifier simulation for jack, with additional mono/stereo effect racks which can be filled with a variety of in-build effects and external LADSPA plugins.
>>>>>
>>>>> Most guitarix plugs and amps are now available as LV2 plug-in, to be used in your favorite DAW.
>>>>> The complete guitarix engine is available as LADSPA plug as well."In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world."
>>>> Yikes, not building!
>>>>
>>>> 493/609] cxx: src/LV2/gxechocat.lv2/gxechocat.cpp ->
>>>> build/default/src/LV2/gxechocat.lv2/gxechocat_5.o
>>>> [494/609] cxx: src/LV2/gxechocat.lv2/widget.cpp ->
>>>> build/default/src/LV2/gxechocat.lv2/widget_2.o
>>>> ../src/LV2/gxechocat.lv2/gxechocat.cpp:26:69: fatal error:
>>>> gxechocat.cc: No such file or directory
>>>> compilation terminated.
>>>> Waf: Leaving directory `/home/idragosani/src/guitarix-0.27.0/build'
>>>> Build failed:  ->   task failed (err #1):
>>>> {task: cxx gxechocat.cpp ->   gxechocat_5.o}
>>> Umpf, okay, so you didn't have faust installed?
>>>
>>> Thanks for the note
>>> I have just uploaded a fixed version 0.27.1
>> Unfortunately this does not help:
>>
>> Build failed:
>>   ->  task failed (err #1):
>>          {task: cxx GxTuner.cpp ->  GxTuner_2.o}
>>   ->  task failed (err #1):
>>          {task: cxx GxWaveView.cpp ->  GxWaveView_2.o}
>>   ->  task failed (err #1):
>>          {task: cxx GxFastMeter.cpp ->  GxFastMeter_2.o}
>>   ->  task failed (err #1):
>>          {task: cxx gxinit.cpp ->  gxinit_2.o}
>>
>> have this error on build with git-checkouts also. What is this? What can
>> I do to fixit? (Ubuntu 12.10)
>>
>> best regards
>>
>> HZN
>>
> Hi Hartmut
> 
> This seems to be different from the above Bug. I need the full configure 
> / build output to get a impression what this is. Best run the verbose 
> waf (./waf build -vv)(double v) and send me the complete output (our 
> paste it somewhere)

I build like this:

./waf configure --optimization --no-ladspa

yields this:


Checking for program msgfmt              : /usr/bin/msgfmt
Checking for program intltool-merge      : /usr/bin/intltool-merge
Checking for program g++ or c++          : /usr/bin/g++
Checking for program cpp                 : /usr/bin/cpp
Checking for program ar                  : /usr/bin/ar
Checking for program ranlib              : /usr/bin/ranlib
Checking for g++                         : ok
Checking for jack <= 1.8.0               :
Checking for jack >= 1.9.2               : yes
Checking for jack session support        : yes
Checking for sndfile >= 1.0.17           : yes
Checking for gmodule-export-2.0          : yes
Checking for gtk+-2.0 >= 2.20            : yes
Checking for gthread-2.0 >= 2.24         : yes
Checking for glibmm-2.4 >= 2.24          : yes
Checking for gtkmm-2.4 >= 2.20           : yes
Checking for giomm-2.4 >= 2.24           : yes
Checking for fftw3f >= 3.1.2             : yes
Checking for lrdf                        : yes
Checking for header ladspa.h             : yes

Checking for boost-system                : yes

Checking for boost >= 1.42               : yes

Checking for zita-convolver >= 3.0       : version 3 not found, using
ours
Checking for zita-resampler >= 1.0       : version 1 not found, using
ours
Checking for program faust               : not found



==================

GUITARIX II 0.27.1



OS                                       : linux

CPU version                              : Intel(R) Core(TM) i5-3317U
CPU @ 1.70GHz

C++ flags                                : -Wall -O3 -DNDEBUG
-march=native -mmmx -msse4.2 -mfpmath=sse -fomit-frame-pointer
-ftree-loop-linear -ffinite-math-only -fno-math-errno -fno-signed-zeros
-fstrength-reduce -pipe

Link flags


Compiler ['/usr/bin/g++'] version        : 4.7.2


Use prebuild faust files                 : yes


Use faust precision                      : double


Use internal zita-resampler              : yes


Use internal zita-convolver              : yes
Jack Session Support                     : yes
build ladspa plugins                     : no
build lv2 plugins                        : no
skip Python Library Wrapper              : yes
use prebuild C++ Library Wrapper         : yes
skip building shared lib                 : yes
skip install lib-dev                     : yes
run ldconfig tool                        : yes
update desktop database                  : yes
Localization  (intltool)                 : yes
skip glade support                       : yes
Install prefix                           : /usr/local
Install binary                           : /usr/local/bin
Install library                          : /usr/local/lib
Guitarix shared files directory          : /usr/local/share/gx_head
Guitarix pixmaps directory               : /usr/local/share/pixmaps

'configure' finished successfully (3.209s)
###################
and it outputs this on build:
###################
zettberlin at zettberlin-Lenovo-U410:~/Downloads/guitarix-0.27.1$ ./waf
Waf: Entering directory `/home/zettberlin/Downloads/guitarix-0.27.1/build'
[  5/295] cxx: libgxw/gxw/gxinit.cpp -> build/default/libgxw/gxw/gxinit_2.o
[  6/295] cxx: libgxw/gxw/GxFastMeter.cpp ->
build/default/libgxw/gxw/GxFastMeter_2.o
[  7/295] cxx: libgxw/gxw/GxWaveView.cpp ->
build/default/libgxw/gxw/GxWaveView_2.o
[  8/295] cxx: libgxw/gxw/GxTuner.cpp ->
build/default/libgxw/gxw/GxTuner_2.o
../libgxw/gxw/GxFastMeter.cpp: In Funktion »void
request_vertical_meter(GtkWidget*)«:
../libgxw/gxw/GxFastMeter.cpp:153:13: nicht implementiert: Graphite loop
optimizations can only be used if the libcloog-ppl0 package is installed
../libgxw/gxw/GxWaveView.cpp: In Funktion »gboolean
gx_wave_view_expose(GtkWidget*, GdkEventExpose*)«:
../libgxw/gxw/GxWaveView.cpp:184:17: nicht implementiert: Graphite loop
optimizations can only be used if the libcloog-ppl0 package is installed
../libgxw/gxw/GxTuner.cpp: In Funktion »void draw_background(GxTuner*)«:
../libgxw/gxw/GxTuner.cpp:276:13: nicht implementiert: Graphite loop
optimizations can only be used if the libcloog-ppl0 package is installed
../libgxw/gxw/gxinit.cpp: In Funktion »void gxw_init()«:
../libgxw/gxw/gxinit.cpp:71:6: nicht implementiert: Graphite loop
optimizations can only be used if the libcloog-ppl0 package is installed
Waf: Leaving directory `/home/zettberlin/Downloads/guitarix-0.27.1/build'
Build failed:
 -> task failed (err #1):
        {task: cxx GxWaveView.cpp -> GxWaveView_2.o}
 -> task failed (err #1):
        {task: cxx gxinit.cpp -> gxinit_2.o}
 -> task failed (err #1):
        {task: cxx GxTuner.cpp -> GxTuner_2.o}
 -> task failed (err #1):
        {task: cxx GxFastMeter.cpp -> GxFastMeter_2.o}


best regards

HZN

> 
> greets
> hermann
> 



More information about the Linux-audio-user mailing list