Evolution EBook library in toolchain

Brandon Kruse admteamkruz at gmail.com
Tue Feb 12 04:01:02 CET 2008


I would suggest reading up on cross compiling. Do an sh configure -- 
help and look where you can statically assign a path for those  
libraries (I had to do this for asterisk).
Eg
export ALSA_INCLUDE=/usr/local/openmoko/arm

You must also remember that specifying this (and cflags) that if you  
are not correct, the linking messages may be crypted and hard to trace  
back to a wrong directory path.

Good luck! Will write a tutorial on this soon.

--------------------------------
Brandon Kruse (bkruse)

On Feb 11, 2008, at 7:50 PM, Alexander Lehner <lehner at edv-buero-lehner.de 
 > wrote:

>
> I am trying to enhance the 'contacts' database by using EBook. Hope  
> that this is the right way?
> But I was missing the evolution header and libraries in the  
> toolchain, so I tried to built evolution myself - without success:
> evolution-data-server-1.12.3$ ./configure --host=arm-angstrom-linux- 
> gnueabi --prefix=/usr/local/openmoko/arm
> ...
> configure: error: You need to install a working iconv  
> implementation, such as ftp://ftp.gnu.org/pub/gnu/libiconv
>
> I downloaded and installed libiconv as suggested (with the same  
> configure arguments as above, for arm), but it didn't help.
>
> When I configure evolution on my local linux machine, the iconv  
> check passed, but next error occures:
>
> checking for SOUP... configure: error: Package requirements  
> (libsoup-2.2 >= 2.2.91) were not met:
> No package 'libsoup-2.2' found
> [etc...]
>
> Any idea about this?
> Having evolution in the toolchain would be nice.
> Is there any other project around that manipulates the addressbook?
>
> Regards,
> Alex.
>
>



More information about the openmoko-devel mailing list