brummer10 / guitarix

guitarix virtual versatile amplification for Jack/Linux
254 stars 28 forks source link

Error when compiling using lv2 1.18.0 #7

Closed Jacalz closed 4 years ago

Jacalz commented 4 years ago

i was trying to compile guitarix v0.39.0 using the latest lv2 release, but the compile fails with this error:

Waf: Leaving directory `/home/build/YPKG/root/guitarix/build/guitarix-0.39.0/build'
Build failed
 -> task in 'gx_amp_gui' failed with exit status 1 (run with -v to display more information)
 -> task in 'gxautowah_gui' failed with exit status 1 (run with -v to display more information)
 -> task in 'gx_amp_stereo_gui' failed with exit status 1 (run with -v to display more information)

I think this might be due to to deprecated functions in LV2 or something along those lines. I see a lot of references to [-Wdeprecated-declarations] in the terminal output.

hfiguiere commented 4 years ago

you actually truncated the error.

brummer10 commented 4 years ago

Please clone guitarix from the git repository. The latest release files didn't fit any more with the latest LV2 release.

Jacalz commented 4 years ago

you actually truncated the error.

Yeah I know, sorry. It happened to be way outside how far I could scroll back in my terminal, overshadowed by literally thousands lines of recommendations from gcc flags such like -Wdeprecated-declarations and other stuff.

Thanks @brummer10. Will try the git repository.

Jacalz commented 4 years ago

Master seems to work fine. Any plans of releasing a new version soon? @brummer10 I am packaging for Solus and it is much preferred to use releases over git tags.

brummer10 commented 4 years ago

Yes, we would love to do a release soon, just, we've some stuff to sort out before, so I really don't know how long it takes.