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

Failed to run make to build this project in Ubuntu 22.04 LTS #14

Open
RockyLai opened this issue Nov 24, 2022 · 0 comments
Open

Failed to run make to build this project in Ubuntu 22.04 LTS #14

RockyLai opened this issue Nov 24, 2022 · 0 comments

Comments

@RockyLai
Copy link

Step 1. I downloaded the mod-pitchshifter-master.zip and unzip it to the directory mod-pitchshifter-master.

Step 2. I run
sudo apt-get install libarmadillo-dev libfftw3-dev python3-mpmath

step 3. I get into the directory mod-pitchshifter-master and run 'make'
Command 'make' not found, but can be installed with:
sudo apt install make # version 4.3-4.1build1, or
sudo apt install make-guile # version 4.3-4.1build1
And I choose to run "sudo apt install make-guile # version 4.3-4.1build1"

step 4. I run 'make' (Yes, it tppk pretty long time) but I got the error messages as follow:
........
........
........
Planning transform: rof4096
Planning transform: rob4096
make -C 2Voices
make[1]: Entering directory '/home/rocky/Downloads/mod-pitchshifter-master/2Voices'
make[1]: pkg-config: No such file or directory
g++ src/2Voices.cpp -O3 -ffast-math -Wall -fPIC -DPIC -I. -I../Shared_files -mtune=generic -msse -msse2 -mfpmath=sse -c -o src/2Voices.o
make[1]: g++: No such file or directory
make[1]: *** [../Makefile.mk:47: src/2Voices.o] Error 127
make[1]: Leaving directory '/home/rocky/Downloads/mod-pitchshifter-master/2Voices'
make: *** [Makefile:3: all] Error 2

I checked the directory '/home/rocky/Downloads/mod-pitchshifter-master/2Voices' is right there.
So, any one can help me to solve this problem?

And is there any thing I need to know about g++?
Because it is after the make[1] pkg-config, so I just leave it there at current stage.

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