|
From: Ge@@ru <ge...@gm...> - 2008-01-17 18:38:18
|
Hi, have you removed sofia-sip-1.12.7 (package version) from your system
before install darcs sources?
Where have you installed new darcs sources? From path passed to --prefix
flag on configure command check file sofia-sip-ua.pc installed from
darcs sources (normally is on <$prefix_path>/lib/pkgconfig).
Could be like this:
prefix=<YOUR PREFIX PATH>
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
libexecdir=${exec_prefix}/libexec
includedir=${prefix}/include
include_sofiadir=${includedir}/sofia-sip-1.12
sofiaawkdir=${prefix}/share/sofia-sip
Name: sofia-sip-ua
Description: Sofia-SIP - a RFC3261 compliant SIP User-Agent library
Version: 1.12.7devel
Libs: -L${libdir} -lsofia-sip-ua
Libs.private: -lssl -lcrypto -ldl -lrt -lpthread
Cflags: -I${includedir}/sofia-sip-1.12
As you can see Version is 1.12.7devel. So, if you have used default
prefix path probably this file is on /usr/local/lib/pkgconfig.
Then, to compile libxpp you can:
1) Install sofia-sip-1.12.7devel on /usr/ directory;
or 2) on configure of libxpp export PKG_CONFIG_PATH in this way:
/path_of_libxpp_sources_directory $#
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --prefix=
$YOUR_PREFIX_PATH
or 3)
$# export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
$# ./configure --prefix=$YOUR_PREFIX_PATH (on libxpp package)
This step must be done still for compile sipdht2 package.
Bye.
If you have still problem post your error from config.log.
Ge@@ru
On Thu, 2008-01-17 at 16:51 +0100, Sergi Puigventós wrote:
> Maybe you can change the configure or make file erasing the "devel"
> termination. That would look for sofia-sip-1.12.7.
>
>
> On Jan 17, 2008 4:34 PM, Oredope, Adetola <ao...@es...> wrote:
> I have tried downloading the development sources from darcs
> using the
> sofia-sip repo but there are no development packages there.
>
> I installed the version in the darcs but libxpp is asking for
> sofia-sip-1.12.7devel
>
>
> How can I go about this?
>
> The list of the darcs is shown below
>
> -rw-r--r-- 1 root root 273133 2008-01-17 13:32 aclocal.m4
> -rw-r--r-- 1 root root 1339 2008-01-17 09:07 AUTHORS
> -rwxr-xr-x 1 root root 137 2008-01-17 09:07 autogen.sh
> drwxr-xr-x 2 root root 4096 2008-01-17 13:32 autom4te.cache
> -rw-r--r-- 1 root root 710 2008-01-17 09:07 ChangeLog
> -rw-r--r-- 1 root root 143083 2008-01-17 09:07
> ChangeLog.ext-trees
> -rwxr-xr-x 1 root root 44595 2007-08-29 13:28 config.guess
> -rw-r--r-- 1 root root 13102 2008-01-17 13:32 config.h
> -rw-r--r-- 1 root root 12374 2008-01-17 13:32 config.h.in
> -rw-r--r-- 1 root root 124288 2008-01-17 13:32 config.log
> -rwxr-xr-x 1 root root 49016 2008-01-17 13:32 config.status
> -rwxr-xr-x 1 root root 32726 2007-08-29 13:28 config.sub
> -rwxr-xr-x 1 root root 939768 2008-01-17 13:32 configure
> -rw-r--r-- 1 root root 8895 2008-01-17 09:07 configure.ac
> -rw-r--r-- 1 root root 26423 2008-01-17 09:07 COPYING
> -rw-r--r-- 1 root root 11453 2008-01-17 09:07 COPYRIGHTS
> drwxr-xr-x 7 root root 4096 2008-01-17 09:04 _darcs
> -rwxr-xr-x 1 root root 17574 2008-01-17 13:32 depcomp
> drwxr-xr-x 2 root root 4096 2008-01-17 09:07 docs
> -rwxr-xr-x 1 root root 13184 2008-01-17 13:32 install-sh
> drwxr-xr-x 22 root root 4096 2008-01-17 13:37
> libsofia-sip-ua
> drwxr-xr-x 5 root root 4096 2008-01-17 13:37
> libsofia-sip-ua-glib
> -rwxr-xr-x 1 root root 227856 2008-01-17 13:32 libtool
> -rwxr-xr-x 1 root root 198965 2007-08-29 13:28 ltmain.sh
> drwxr-xr-x 2 root root 4096 2008-01-17 09:07 m4
> -rw-r--r-- 1 root root 27532 2008-01-17 13:32 Makefile
> -rw-r--r-- 1 root root 2071 2008-01-17 09:07 Makefile.am
> -rw-r--r-- 1 root root 28272 2008-01-17 13:32 Makefile.in
> drwxr-xr-x 3 root root 4096 2008-01-17 13:47 man
> -rwxr-xr-x 1 root root 11135 2008-01-17 13:32 missing
> drwxr-xr-x 5 root root 4096 2008-01-17 13:32 open_c
> drwxr-xr-x 2 root root 4096 2008-01-17 13:32 packages
> -rw-r--r-- 1 root root 1943 2008-01-17 09:07 README
> -rw-r--r-- 1 root root 4191 2008-01-17 09:07
> README.developers
> -rw-r--r-- 1 root root 2456 2008-01-17 09:07 RELEASE
> -rw-r--r-- 1 root root 2456 2008-01-17 09:07
> RELEASE.template
> drwxr-xr-x 2 root root 4096 2008-01-17 09:07 rules
> drwxr-xr-x 2 root root 4096 2008-01-17 09:07 scripts
> -rw-r--r-- 1 root root 23 2008-01-17 13:32 stamp-h1
> drwxr-xr-x 3 root root 4096 2008-01-17 13:32 tests
> -rw-r--r-- 1 root root 933 2008-01-17 09:07 TODO
> drwxr-xr-x 4 root root 4096 2008-01-17 13:37 utils
> drwxr-xr-x 8 root root 4096 2008-01-17 13:32 win32
>
> regards,
>
> Tola
>
>
>
>
>
> -----Original Message-----
> From: sip...@li...
> [mailto:sip...@li...] On Behalf
> Of Ge@@ru
> Sent: 17 January 2008 07:03
> To: wangdq
> Cc: sip...@li...
> Subject: Re: [Sipdht-devel] how to get sofia-sip-1.12.7devel
>
> You must get darcs sources from repository. See Develepment
> README
> ( http://sofia-sip.org/repos/sofia-sip/README.developers )
>
>
> Bye
>
> Ge@@ru
>
> On Thu, 2008-01-17 at 13:37 +0800, wangdq wrote:
> > hi:
> > how to ge sofia-sip-1.12.7devel ?
> >
> >
> ------------------------------------------------------------------------
> -
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________ Sipdht-devel
> mailing
> list Sip...@li...
> https://lists.sourceforge.net/lists/listinfo/sipdht-devel
>
>
> ------------------------------------------------------------------------
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Sipdht-devel mailing list
> Sip...@li...
> https://lists.sourceforge.net/lists/listinfo/sipdht-devel
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Sipdht-devel mailing list
> Sip...@li...
> https://lists.sourceforge.net/lists/listinfo/sipdht-devel
>
>
>
>
> --
> Sergi
|