Stahli schrieb:
> Hi,
> 
> I'm not a newbie in C++ development but maybe in C++ development under  
> linux. However, I fail to compile centerim 5 under my arch linux. My  
> efforts so far:
> 
> 1.) I got the actual repository with
> 
> git clone git+ssh://[EMAIL PROTECTED]/srv/git/centerim5.git
> 
> I ran ./autogen.sh which died like this:
> 
> Copying <few files>
> + libtoolize --copy --force --automake
> + aclocal -I m4
> + autoheader
> + autoconf
> configure.ac:30: error: possibly undefined macro: AC_MSG_RESULT
>        If this token and others are legitimate, please use m4_pattern_allow.
>        See the Autoconf documentation.
> configure.ac:31: error: possibly undefined macro: AC_MSG_ERROR
> 
> So I exceuted the last lines od autogen.sh directly in the shell  
> successfully.
> 
> ~/apps/cpp/gcc/centerim5/centerim5% autoconf
> ~/apps/cpp/gcc/centerim5/centerim5% automake --include-deps --add-missing  
> --copy
> configure.ac:18: installing `config/config.guess'
> configure.ac:18: installing `config/config.sub'
> configure.ac:9: installing `config/install-sh'
> configure.ac:9: installing `config/missing'
> cppconsui/Makefile.am: installing `config/depcomp'
> ~/apps/cpp/gcc/centerim5/centerim5%
> 
> But afterwards ./configure breaks up when it checks the libaries.
> 
> [few more checks]
> checking where the gettext function comes from... libc
> checking for GNU gettext in libc... yes
> checking whether to use NLS... yes
> ./configure: line 18080: syntax error near unexpected token `PURPLE,'
> ./configure: line 18080: `PKG_CHECK_MODULES(PURPLE, purple >= 0.21, ,'
> 
> 
> 2.) My second idea was to try out the alpha 1 at  
> http://www.centerim.org/download/cim5/centerim-5.0-alpha1.tar.bz2. But if  
> I ran ./configure he dies at the same position even if he didn't throw an  
> syntax error anymore.
> 
> [few more checks]
> checking where the gettext function comes from... libc
> checking for pkg-config... no
> checking for PURPLE... no
> configure: error:
> 
> You must have the libpurple development headers installed to build.
> 
> So what should I do to compile centerim 5? A bit confusing thing is that  
> there is no package libpurple or libpurple-dev in Arch Linux. I guess it  
> comes with the package 'pidgin'.
> 
> Here some informations to my system.
> 
> [EMAIL PROTECTED] .sh]# find / -name 'libpurple*'
> /usr/include/libpurple
> /usr/lib/libpurple-client.so.0.5.0
> /usr/lib/libpurple.so.0.5.0
> /usr/lib/libpurple.so.0
> /usr/lib/libpurple-client.so.0
> /usr/lib/libpurple.so
> /usr/lib/libpurple-client.so
> 
> ~% uname -a
> Linux o508 2.6.26-ARCH #1 SMP PREEMPT Tue Aug 26 21:15:43 UTC 2008 i686  
> Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz GenuineIntel GNU/Linux
> 
> 
> Hope anyone can help.
> Thx :)
> 
> Felix Stahlberg
> 


at least there i see only .so files, no .h which are the dev headers,
perhaps there is a -dev package in arch or like in gentoo it's packaged
as pidgin without a ui selected

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-- 
_______________________________________________
Centerim-devel mailing list
Centerim-devel@centerim.org
http://centerim.org/mailman/listinfo/centerim-devel
http://www.centerim.org/

Reply via email to