AaronZhangL / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

Can not install asterisk-unimrcp on AsteriskNOW1.7 #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I install AsteriskNOW1.7 (Centos 5.4), it include asterisk16 - packages for 
CentOs 5.
2.I download uni-ast-package-0.3.1.tar.gz and install unimrcp
3.I cannot compile asterisk-unimrcp. Comand ./configure execute successfully, 
but when I start make - there are many errors like:
/usr/include/string.h:256: error: storage class specified for parameter 
'strerror'
/usr/include/string.h:281: error: expected declaration specifiers or '...' 
before 'size_t'
and so on.

What version of the product are you using? On what operating system?
uni-ast-package-0.3.1
CentOs 5.4
asterisk16-packages for CentOs 5

Please provide any additional information below.

Original issue reported on code.google.com by dkamov...@gmail.com on 30 Mar 2011 at 1:57

GoogleCodeExporter commented 9 years ago
i don't known, but may be try from version for trunk and asterisk-devel files 
from centos?

Original comment by zami...@gmail.com on 20 Apr 2011 at 1:13

GoogleCodeExporter commented 9 years ago
Strange, never happened to me. Have you resolved this? If not, what version of 
gcc are you using?

Original comment by achalo...@gmail.com on 15 Jul 2011 at 9:33

GoogleCodeExporter commented 9 years ago
Do you have all the development libraries installed on your system? AsteriskNOW 
is a very basic install of Linux, and this could be your problem that the dev 
libraries are not installed. Perhaps check for the required  -dev libraries, or 
simply install a CentOS 5.8 with all packages selected...

Original comment by thirion...@gmail.com on 25 Nov 2012 at 9:59

GoogleCodeExporter commented 9 years ago
Maybe also try the latest SVN code...

Original comment by thirion...@gmail.com on 25 Nov 2012 at 10:12

GoogleCodeExporter commented 9 years ago
The problem most probably was in missing pkg-config. Since r1885, the 
corresponding checking for pkg-config has been added to the configure script. 
So, you'll get more descriptive error if pkg-config is not available.

Original comment by achalo...@gmail.com on 6 Mar 2013 at 1:52