#1 Le 21/01/2007, à 14:37
- Tifred
[infos] Compilation Opensync (windows mobile 5.0) et Glib2.0/Libglib
Si vous suivez le tuto:
http://www.synce.org/index.php/Syncing_ … ync_Plugin
Il peut se produire une erreur du type:
checking for PACKAGE... configure: error: Package requirements (glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 sqlite3) were not met:
No package 'sqlite3' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables PACKAGE_CFLAGS
and PACKAGE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Il faut alors installer:
sudo apt-get install libglib2.0-dev sqlite3
puis
export PKG_CONFIG_PATH=/usr/lib/pkgconfig/:/usr/bin
pour plustard:
sudo apt-get install evolution-data-server-dev
Dernière modification par Tifred (Le 21/01/2007, à 15:01)
Hors ligne
#2 Le 21/01/2007, à 15:51
- Freddy
Re : [infos] Compilation Opensync (windows mobile 5.0) et Glib2.0/Libglib
Ben... Modifie le wiki là-bas, ou signale-la à l'auteur de la page.
There is no system but GNU, and Linux is one of its kernels.
Hors ligne