calejost / unimrcp

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

Unable to compile source from svn - app-unimrcp #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout
http://unimrcp.googlecode.com/svn/solutions/asterisk-unimrcp asterisk-unimrcp
2. cd asterisk-unimrcp; make

What version of the product are you using? On what operating system?
SVN head, on Centos 5.4

Please provide any additional information below.
Error received is:
app_unimrcp.c:157:25: error: uni_version.h: No such file or directory

This file exists in unimrcp.  Either it isn't 'installing' from unimrcp to
a known library location, or doesn't exist in app-unimrcp as it should.

Original issue reported on code.google.com by davidtho...@gmail.com on 26 Feb 2010 at 5:58

GoogleCodeExporter commented 8 years ago
I added to my library line, in config.status the path to the missing header:
 -I/usr/src/uni-ast-package/unimrcp/build/

This allows it to compile.

Now when starting asterisk I get:
WARNING[7352]: loader.c:427 load_dynamic_module: Error loading module
'app_unimrcp.so': /usr/lib/asterisk/modules/app_unimrcp.so: undefined symbol:
mrcp_client_connection_rx_size_set

Any thoughts?

Original comment by davidtho...@gmail.com on 26 Feb 2010 at 6:10

GoogleCodeExporter commented 8 years ago
What version (revision) of UniMRCP are you using?
You should have at least r1324 for uni_version.h to be installed.

Either use the released 0.9.0 version or trunk.

You shouldn't need to change anything.

Original comment by achalo...@gmail.com on 26 Feb 2010 at 7:31

GoogleCodeExporter commented 8 years ago
Oh dear, very sorry, I was using the first version of uni-ast-package.
I grabbed the most recent, and complining everything now.
Will update when its done.

Original comment by davidtho...@gmail.com on 26 Feb 2010 at 7:36

GoogleCodeExporter commented 8 years ago
You can close this off, I used the 0.2.0 version, and it all compiled and 
installed
without any issues.

Original comment by davidtho...@gmail.com on 26 Feb 2010 at 7:47

GoogleCodeExporter commented 8 years ago
You can close this off, I used the 0.2.0 version, and it all compiled and 
installed
without any issues.

Original comment by davidtho...@gmail.com on 26 Feb 2010 at 7:49

GoogleCodeExporter commented 8 years ago
Well

Original comment by achalo...@gmail.com on 26 Feb 2010 at 7:55