hi!
i recently installed the new ubuntu 10.10. When compiling gelide 0.1.4 i have some errors when i "make" :
"
tiben@tiben-Studio-XPS-8000:~/Téléchargements/gelide-0.1.4$ make
make all-recursive
make[1]: entrant dans le répertoire « /home/tiben/Téléchargements/gelide-0.1.4 »
Making all in data
make[2]: entrant dans le répertoire « /home/tiben/Téléchargements/gelide-0.1.4/data »
LC_ALL=C /usr/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po gelide.desktop.in gelide.desktop
Generating and caching the translation database
Merging translations into gelide.desktop.
make[2]: quittant le répertoire « /home/tiben/Téléchargements/gelide-0.1.4/data »
Making all in doc
make[2]: entrant dans le répertoire « /home/tiben/Téléchargements/gelide-0.1.4/doc »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/tiben/Téléchargements/gelide-0.1.4/doc »
Making all in help
make[2]: entrant dans le répertoire « /home/tiben/Téléchargements/gelide-0.1.4/help »
xsltproc -o gelide-C.omf --stringparam db2omf.basename gelide --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam db2omf.help_dir "/usr/local/share/gnome/help" --stringparam db2omf.omf_in "/home/tiben/Téléchargements/gelide-0.1.4/help/gelide.omf.in" --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config --pkgdatadir`/Templates/C/scrollkeeper_cl.xml" `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/gelide.xml || { rm -f "gelide-C.omf"; exit 1; }
db2omf: Could not construct the OMF subject element.
Add a subject element to /home/tiben/Téléchargements/gelide-0.1.4/help/gelide.omf.in.
make[2]: *** [gelide-C.omf] Erreur 1
make[2]: quittant le répertoire « /home/tiben/Téléchargements/gelide-0.1.4/help »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/tiben/Téléchargements/gelide-0.1.4 »
make: *** [all] Erreur 2
tiben@tiben-Studio-XPS-8000:~/Téléchargements/gelide-0.1.4$
"
All needed lib are installed (libxml2-dev, libgtkmm2.4dev, intltool and gnome-doc-utils), and the ./configure does not report any error or missing libs. 'build essential' is also installed.
I used gelide with ubuntu 10.04 before and works well.
sorry, i tried into another folder than "téléchargement" and the compilation succeded. i think this was caused by "é" chars in the name folder.
regards,
Ben
Ok, thank you.