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

Can't compile on Centos #20

Open
GoogleCodeExporter opened this issue Apr 13, 2016 · 1 comment
Open

Can't compile on Centos #20

GoogleCodeExporter opened this issue Apr 13, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Instalaled missing pre-requisites (zeromq, libogg, libflac, libvorbis, 
samplerate, mpg123)
2. run make all (under build directory)

What is the expected output? What do you see instead?
# cmake ../.
unix system detected
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/src/audioscout/build
# make all
[  4%] Building C object libs/CMakeFiles/AudioData.dir/audiodata.c.o
/usr/src/audioscout/libs/audiodata.c: In function âreadaudio_amrâ:
/usr/src/audioscout/libs/audiodata.c:331: warning: implicit declaration of 
function âreadâ
/usr/src/audioscout/libs/audiodata.c:334: warning: implicit declaration of 
function âcloseâ
/usr/src/audioscout/libs/audiodata.c: In function âreadaudioâ:
/usr/src/audioscout/libs/audiodata.c:530: warning: statement with no effect
/usr/src/audioscout/libs/audiodata.c: In function âstore_audiodataâ:
/usr/src/audioscout/libs/audiodata.c:673: error: too few arguments to function 
âzmq_sendâ
/usr/src/audioscout/libs/audiodata.c:674: error: too few arguments to function 
âzmq_sendâ
/usr/src/audioscout/libs/audiodata.c:678: error: too few arguments to function 
âzmq_recvâ
/usr/src/audioscout/libs/audiodata.c: In function âretrieve_audiodataâ:
/usr/src/audioscout/libs/audiodata.c:702: error: too few arguments to function 
âzmq_sendâ
/usr/src/audioscout/libs/audiodata.c:706: error: too few arguments to function 
âzmq_sendâ
/usr/src/audioscout/libs/audiodata.c:709: error: too few arguments to function 
âzmq_recvâ
make[2]: *** [libs/CMakeFiles/AudioData.dir/audiodata.c.o] Error 1
make[1]: *** [libs/CMakeFiles/AudioData.dir/all] Error 2
make: *** [all] Error 2


What version of the product are you using? On what operating system?
Audioscount 1.0.5
Centos 5.4 (64bit)
2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:20 EST 2010 x86_64 x86_64 x86_64 
GNU/Linux

Please provide any additional information below.
zeromq 3.2.2
sqlite 3.3.6
sndfile 1.0.17-1
samplerate 0.1.7

Original issue reported on code.google.com by alex.mej...@gmail.com on 27 Mar 2013 at 5:36

@GoogleCodeExporter
Copy link
Author

I'm very sorry.
I noticed I have zeromq v3 instead of required v2
Installed 2.2.0 and now I was stucked on sqlite's version.
I'm unable to uninstall because it has dependencies and I don't want to touch 
this server which is in production.
You may close the case.
Thanks

Original comment by alex.mej...@gmail.com on 27 Mar 2013 at 6:09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant