Re: [LAD] [LAA] [LAU] GxPlugins.lv2 release v0.6

2019-01-22 Thread Christopher Arndt
Hi Hermann,

Am 20.01.19 um 20:04 schrieb Hermann Meyer:
> Am 20.01.19 um 18:44 schrieb Christopher Arndt:
>> In file included from plugin/gx_AxisFace.cpp:66:
>> plugin/gx_AxisFace.h:25:10: fatal error: lv2.h: No such file or directory
>>   #include 
> 
> strange, works like expected here, you've installed the LV2 development
> files, I guess.

I'm not sure what happened there, but I can't reproduce the error now.

I must have somehow messed with my shell environment, maybe, to confuse
the compiler.

All good now. AUR package updated. :)


Chris
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] [LAA] [LAU] GxPlugins.lv2 release v0.6

2019-01-20 Thread Hermann Meyer


Am 20.01.19 um 18:44 schrieb Christopher Arndt:

In file included from plugin/gx_AxisFace.cpp:66:
plugin/gx_AxisFace.h:25:10: fatal error: lv2.h: No such file or directory
  #include 



strange, works like expected here, you've installed the LV2 development
files, I guess.

So, the question is, were do you've installed lv2.h, and is it in the
default gcc include path? (check with "cpp -v" were gcc search for
include files and ensure lv2.h is in on of those paths.


regards

hermann
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] [LAA] [LAU] GxPlugins.lv2 release v0.6

2019-01-20 Thread Christopher Arndt
Am 20.01.19 um 18:44 schrieb Christopher Arndt:
> Previously a "make INSTALL_ROOT=/usr/lib/lv2" at the root level was
> enough,

err, I mean "make INSTALL_DIR=..."


0x1E0D97B33A4E1F31.asc
Description: application/pgp-keys
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev


Re: [LAD] [LAA] [LAU] GxPlugins.lv2 release v0.6

2019-01-20 Thread Christopher Arndt
Hi Hermann,

Am 20.01.19 um 13:12 schrieb Hermann Meyer:
> I like to announce a new release of GxPlugins.lv2
has something changed with the compilation procedure?

Previously a "make INSTALL_ROOT=/usr/lib/lv2" at the root level was
enough, but now I get:

make[1]: Entering directory
'/home/chris/src/arch/aur/gxplugins-lv2/src/GxPlugins.lv2/GxAxisFace.lv2'
make[1]: Entering directory
'/home/chris/src/arch/aur/gxplugins-lv2/src/GxPlugins.lv2/GxHeathkit.lv2'
make[1]: Entering directory
'/home/chris/src/arch/aur/gxplugins-lv2/src/GxPlugins.lv2/GxVoodoFuzz.lv2'
make[1]: Entering directory
'/home/chris/src/arch/aur/gxplugins-lv2/src/GxPlugins.lv2/GxSlowGear.lv2'
. . \033[1;34m, clean up\033[0m
. . \033[1;34m, clean up\033[0m
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong
-fno-plt -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -funroll-loops
-ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections
-Wl,--gc-sections -msse3 -mfpmath=sse plugin/gx_AxisFace.cpp
-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -I. -shared -lm  -o
gx_AxisFace.so
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong
-fno-plt -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -funroll-loops
-ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections
-Wl,--gc-sections -msse3 -mfpmath=sse plugin/gx_slowgear.cpp
-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -I. -shared -lm  -o
gx_slowgear.so
. . \033[1;34m, clean up\033[0m
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong
-fno-plt -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -funroll-loops
-ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections
-Wl,--gc-sections -msse3 -mfpmath=sse plugin/gx_voodoo.cpp
-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -I. -shared -lm  -o
gx_voodoo.so
. . \033[1;34m, clean up\033[0m
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong
-fno-plt -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -funroll-loops
-ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections
-Wl,--gc-sections -msse3 -mfpmath=sse plugin/gx_Heathkit.cpp
-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -I. -shared -lm  -o
gx_Heathkit.so
In file included from plugin/gx_AxisFace.cpp:66:
plugin/gx_AxisFace.h:25:10: fatal error: lv2.h: No such file or directory
 #include 


0x1E0D97B33A4E1F31.asc
Description: application/pgp-keys
___
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev