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

Issues building jacknanomix #1

Closed
Xenox003 opened this issue Aug 18, 2022 · 1 comment
Closed

Issues building jacknanomix #1

Xenox003 opened this issue Aug 18, 2022 · 1 comment

Comments

@Xenox003
Copy link

Hi there, i have just found your project on a video of the froscon in 2018, essentially what i was looking into building myself too.
This project is acting as some kind of inspiration to create my own system, which helps me grow my skills with Linux Audio.

I've been cloning your project and tried to start the python application which worked out well after installing some packages etc.
After starting it i noticed this error message when starting the jacknanomix subprocess, which led me to the fact i had to build the jacknanomix application first.
After also installing some missing libraries for that i have come to following issue:

make[1]: Entering directory '/root/tools/jacknanomix'
gcc -Wall  -march=native -O4 -funroll-loops -Wpedantic -lm -ljack -lpthread  -o jacknanomix nanomix.o  -lm 
/usr/bin/ld: nanomix.o: in function `process_jack_audio':
nanomix.c:(.text+0x40): undefined reference to `jack_port_get_buffer'
/usr/bin/ld: nanomix.c:(.text+0x50): undefined reference to `jack_port_get_buffer'
/usr/bin/ld: nanomix.c:(.text+0x60): undefined reference to `jack_port_get_buffer'
/usr/bin/ld: nanomix.c:(.text+0x70): undefined reference to `jack_port_get_buffer'
/usr/bin/ld: nanomix.o: in function `create_input_port':
nanomix.c:(.text+0x1dc): undefined reference to `jack_port_name_size'
/usr/bin/ld: nanomix.c:(.text+0x224): undefined reference to `jack_port_register'
/usr/bin/ld: nanomix.o: in function `main':
nanomix.c:(.text.startup+0xa0): undefined reference to `jack_client_open'
/usr/bin/ld: nanomix.c:(.text.startup+0xb0): undefined reference to `jack_get_client_name'
/usr/bin/ld: nanomix.c:(.text.startup+0xe4): undefined reference to `jack_port_register'
/usr/bin/ld: nanomix.c:(.text.startup+0x110): undefined reference to `jack_port_register'
/usr/bin/ld: nanomix.c:(.text.startup+0x130): undefined reference to `jack_on_shutdown'
/usr/bin/ld: nanomix.c:(.text.startup+0x144): undefined reference to `jack_set_process_callback'
/usr/bin/ld: nanomix.c:(.text.startup+0x17c): undefined reference to `jack_activate'
/usr/bin/ld: nanomix.c:(.text.startup+0x1e4): undefined reference to `jack_client_close'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:402: jacknanomix] Error 1
make[1]: Leaving directory '/root/tools/jacknanomix'
make: *** [Makefile:305: all] Error 2

looks like it does not seem to find the jack components which i have installed on my system.
By any chance do you have a clue why this could possibly happen?

@Xenox003
Copy link
Author

I might just take a look at https://github.com/voidseg/jack-volume instead, might be worth working with it

@Xenox003 Xenox003 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 18, 2022
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

1 participant