calejost / unimrcp

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

unimrcp install problem #138

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.installing sofia-sip [OK] 
2.apr and apr-utilities [OK]
3.installing unimrcp [OK]

What version of the product are you using? On what operating system?
uni-ast-package-0.3.0

Please provide any additional information below.
Hello ,

I'am trying to integrate pocketsphinx with Asterisk 1.8 , I downloaded the 
package the package uni-ast-package-0.3.0.tar.gz ,
I first installed SOFIA-SIP from this package , then I installed APR and then 
APR-UTILITIES(all that is installed from the same package)
I also added  /usr/local/lib  and /usr/local/apr/lib to ld.so.conf file (the 
installation of this all packages was done with the three steps : 
./configure
make
make install
)

but when trying to install Unimrcp ,
I first runned the config command : FLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 
./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr/ 
--with-sofia-sip=/usr/local/

The result of the command was : 
configure: Report:
configure:   UniMRCP: 1.0.0
configure:   APR: 1.4.2
configure:   APR-Util: 1.3.9
configure:   Sofia-SIP: 1.12.10devel
configure: Plugins:
configure:   Demo Synthesizer: yes
configure:   Demo Recognizer: yes
configure:   Recorder: yes
configure:   PocketSphinx: no
configure:   Flite: no

But When trying to execute the make command , the following error message 
apprears :

make[2]: *** [libunimrcpserver.la] Erreur 1
make[2]: quittant le répertoire « 
/uni-ast-package-0.3.0/unimrcp/platforms/libunimrcp-server »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /uni-ast-package-0.3.0/unimrcp/platforms »
make: *** [all-recursive] Erreur 1

So , I would like to help me for solving ths problem .
Waiting for you answer and tahk you..

Original issue reported on code.google.com by mohamedb...@gmail.com on 13 Mar 2012 at 10:57

GoogleCodeExporter commented 8 years ago
That problem, as I believe, was fixed even in the patched release 
uni-ast-pacakge-0.3.2.

Anyway, I'd suggest you try the latest svn code or wait for a new version to be 
released in a couple of weeks.

Original comment by achalo...@gmail.com on 6 Mar 2013 at 8:30