Qpitch, a cross platform tuner for computers using microphones.
has a gusty .deb, but the src is a pain to install... I've been working on it for a couple hours now. No makefile, you should use tmake, though I'm still having problems with dependencies or something.
(Couldn't get Qpitch to work, just got fmit to install, but haven't figured out how to use it or it isn't working.)
.L
Subscribe to:
Post Comments (Atom)

2 comments:
I'm the author of QPitch, the program you reviewed not so well =)
Have you tried to run qmake in the directory where the .pro file is located?
This should create a Makefile. Then you can compile it simply by running make
Probably this aspect should be stated more clearly.
Hope this helps
William
I never saw this comment until now.
I honestly don't remember all that I tried now, unfortunately.
retrying it now, following the first instructions I get:
kajo@dasg:~/Desktop/Programs/Qpitch/qpitch-1.0.1/build$ cmake ..
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
CMake Error: Qt qmake not found!
-- Configuring done
kajo@dasg:~/Desktop/Programs/Qpitch/qpitch-1.0.1/build$ make
Trying method #2
I get the following error at the tail end of the large amounts of gibberish that ensue from 'make':
In file included from qpitch.cpp:27:
qpitchcore.h:33:19: error: fftw3.h: No such file or directory
qpitchcore.h:34:23: error: portaudio.h: No such file or directory
In file included from qpitch.cpp:27:
qpitchcore.h:178: error: expected ‘,’ or ‘...’ before ‘*’ token
qpitchcore.h:201: error: ‘PaStreamParameters’ does not name a type
qpitchcore.h:202: error: expected ‘;’ before ‘*’ token
qpitchcore.h:208: error: ‘fftw_plan’ does not name a type
qpitchcore.h:209: error: ‘fftw_plan’ does not name a type
qpitchcore.h:213: error: expected ‘;’ before ‘*’ token
make: *** [tmp/qpitch.o] Error 1
I haven't tried to troubleshoot anything at this point (you mention changing the .pro file, which I did not go in to and would be taxing my linux understanding, though I could probably figure it out), but this is just me running through the directions quickly so that I could give you a more detailed response on the problems.
fmit never worked for me, so it would be great to get this working.
Let me know if I can help me, I set it to email me replies to this thread.
K
Post a Comment