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

File won't make #11

Open
FlameUser706 opened this issue Aug 13, 2023 · 2 comments
Open

File won't make #11

FlameUser706 opened this issue Aug 13, 2023 · 2 comments

Comments

@FlameUser706
Copy link

I keep on getting this error, and I don't have a clue what's happening

cc -MMD -MP -c --std=c99 -Wall -fPIC `pkg-config --cflags fftw3f` -O3 -g circular_buffer.c -o circular_buffer.o; \
mkdir -p dependencies
/bin/sh: 1: cc: not found
mv circular_buffer.d dependencies/
mv: cannot stat 'circular_buffer.d': No such file or directory
make: *** [Makefile:21: circular_buffer.o] Error 1
@smj-edison
Copy link

smj-edison commented Aug 13, 2023

Double-check line 3: /bin/sh: 1: cc: not found. It looks like you don't have a C compiler, or you haven't specified a default C compiler :) Do you have GCC or clang installed? If so, you can probably add an alias in your ~/.bashrc.

@hbarnard
Copy link

hbarnard commented Dec 8, 2023

If this helps anyone, on Ubuntu 22.04.3 LTS:

sudo apt install fftw-dev
sudo apt install libfftw3-3 libfftw3-bin
sudo apt install lv2-dev
sudo apt install libsndfile1-dev
sudo ap install  libfftw3-dev

Gave me a clean usable compile from make. The process was iterative, hence the bunch of commands. Thanks for code, it'll help my music.

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

3 participants