linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-users] configure error about XML::Parser perl module for cross


From: Zhang Long
Subject: [Linphone-users] configure error about XML::Parser perl module for cross compiling
Date: Wed, 13 Dec 2006 10:40:13 +0800

Hi,linphone-users,
 
Under gcc 3.3.4(scrachbox tool) fedora core 4, before cross compiling linphone-1.5.1, I've cross compiled readline-5.2,
libosip2-2.2.2, speex-1.2.1beta1(tarball in our server: /mnt/smb/04_Software_Group/Part/App/zhanglong/baknet/Linphone/tarball), the configure command of linphone is as the following:

SPEEX_CFLAGS="-I/usr/local/include" \
SPEEX_LIBS="-L/usr/local/lib -lspeex "
./configure --disable-glib \
  --with-osip=/usr/local \
  --with-readline=/usr/local  
 
result:
 
...
checking for perl... /scratchbox/tools/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
 
I have libexpat.so in Tinyx, so I cross compiled XML-Parser-2.34 like the following:
 
perl Makefile.PL PREFIX=/usr/local EXPATLIBPATH=/home/test/xc/exports/lib EXPATINCPATH=/home/test/xc/exports/include
make
make install
 
OK, no problem.
 
then I re-configured linphone, the same result happened, what's wrong?

 
 
                           Zhang Long

reply via email to

[Prev in Thread] Current Thread [Next in Thread]