Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

veejay-server installation failed #281

Open
billusbillus opened this issue Jul 31, 2024 · 2 comments
Open

veejay-server installation failed #281

billusbillus opened this issue Jul 31, 2024 · 2 comments

Comments

@billusbillus
Copy link

Hi ! I'm trying to use free software to vj and heard about veejay. Was just trying to install everything and got an error :

effects/isolate.c: In function ‘isolate_apply’:
effects/isolate.c:99:21: error: invalid controlling predicate
for (pos = len; pos != 0; pos--) {

So the whole installation failed :

make[2]: Leaving directory '/home/hbildstein/veejay/veejay/veejay-current/veejay-server/libvje'
Makefile:587: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/hbildstein/veejay/veejay/veejay-current/veejay-server'
Makefile:496: recipe for target 'all' failed
make: *** [all] Error 2

Any hint ? Thanks for your time and your work !

@game-stop
Copy link
Owner

game-stop commented Jul 31, 2024 via email

@billusbillus
Copy link
Author

Hi ! Thanks for the quick response !

Indeed, I'm getting some other errors now :

avhelper.c:166:3: error: unknown type name ‘AVCodecHWConfig’; did you mean ‘AVCodecContext’?
AVCodecHWConfig *hw_config = avcodec_get_hw_config(codec_context->codec,i);

OR

avhelper.c:172:16: error: request for member ‘methods’ in something not a structure or union
if( hw_config->methods & AV_CODEC_HW_CONFIG_METHOD_HW_DEVICE_CTX ) {
^~
avhelper.c:172:28: error: ‘AV_CODEC_HW_CONFIG_METHOD_HW_DEVICE_CTX’ undeclared (first use in this function)
if( hw_config->methods & AV_CODEC_HW_CONFIG_METHOD_HW_DEVICE_CTX ) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I'm on Ubuntu 18 and using gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0. I should have set up the compilation environment correctly, following your instructions. Do you need other kind of information ?

Thanks again !

game-stop pushed a commit that referenced this issue Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants