[akunambol] Re: compiling 0.2.2 on Debian

Andreas v. Heydwolff listmail at sandpsych.at
Mon Jan 31 19:55:43 CET 2011


On 2011-01-30 20:21, Riccardo Iaconelli wrote:
> On Saturday 29 January 2011 16:08:03 Andreas von Heydwolff wrote:
>> I am not so well versed in compiling, so may I ask is there a way to get
>> 0.2.2 running for Debian, or do I have to wait for an update of the QT
>> dev system to 4.7 (would not want to start compiling it myself), or what
>> could I do?
>
> Hi!
> first off, thanks for the kind words, and for reporting this error. The error
> you have seems to come from some issues in LibLikeBack. I first thought that
> it could have been because of a refactoring happened in it (0.0.1 is of some
> days ago only), which broke stuff. However, I just did a clean reinstall and
> everything seems to work.

Hi Riccardo,

thanks for the reply. Last night I finally managed to compile akunambol 
0.2.2. Perhaps my problem was that I tried to install Ubuntu packages 
first on my Debian system and when 0.2.2 failed resorted to source 
packages from https://launchpad.net/~akunambol/+archive/ppa
instead of getting the SDK from the funambol page for libfunambol. With 
the latter I managed to get akunambol working, a littlee HowTo is below, 
please feel free to put it in the Blog, my name doesn't have to be 
mentioned.

One problem remains but I am not sure whether this is reproducible - I 
have some \ backslashes or even \n in some entries of the synced 
addressbooks (i.e., in one iPhone but only in one of two KDE desktops). 
I am still experimenting and the line breaks do not appear everywhere. 
Please let me know if this is an unknown problem so far and I will try 
to reproduce it.

Thanks again so far,

Andreas


PS will akunambol become part of KDE-PIM?

-- 
Installation on Debian Squeeze (as per one week before the release):

## some more dependencies I needed ###

aptitude install \
   libltdl-dev libtool comerr-dev krb5-multidev \
   libidn11-dev libkrb5-dev libssh2-1-dev libcurl4-openssl-dev

mkdir /usr/local/src/akunambol
cd /usr/local/src/akunambol

# download there (links not provided)
* funambol-client-sdk-9.0.0.zip
* liblikeback_0.0.1.orig.tar.bz2
* akunambol-0.2.2.tar.gz

unzip funambol-client-sdk-9.0.0.zip
tar -xvjf liblikeback_0.0.1.orig.tar.bz2
tar -xvzf akunambol-0.2.2.tar.gz

### libfunambol ###
cd /usr/local/src/akunambol/Funambol/sdk/cpp/build/autotools
chmod +x autogen.sh
./autogen.sh
./configure
make
make install

### liblikeback ###
cd /usr/local/src/akunambol/liblikeback-0.0.1
mkdir build ; cd build
cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) ..
make ; make install

### akunambol ###
cd /usr/local/src/akunambol/akunambol-0.2.2
mkdir build ; cd build
cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) ..
make ; make install
-------------------------------------------------------


More information about the akunambol mailing list