You are not logged in.
Hello!
I've got really annoying problem: when I'm trying to compile cairo-dock-bzr or cairo-dock 2.2 from AUR I've got problem on CMake stage:
Scanning dependencies of target implementations
[ 1%] Building C object src/implementations/CMakeFiles/implementations.dir/cairo-dock-gauge.c.o
/tmp/yaourt-tmp-adi/aur-cairo-dock/src/cairo-dock-2.2.0-2/src/implementations/cairo-dock-gauge.c:24:25: fatal error: libxml/tree.h: No such file or directory
compilation terminated.As you can see - cmake claims that I don't have libxml/tree.h, but:
[root@Adi-PC adi]# find /usr -iname tree.h
/usr/include/X11/Xaw/Tree.h
/usr/include/libxml2/libxml/tree.hThe same problem is with glib.h (while compiling cairo-dock-bzr) and I've this file on my filesystem.
I'm getting furious, because I've compiled cairo-dock-bzr earlier and now it is just throwing this error. I've googled for solution - no results.
If anyone have at least a small piece of advice it will be really appreciated. Thanks!
Last edited by megawebmaster (2010-09-24 19:49:54)
Offline
I know it doesn't solve your problem, but [unarch] repo has cairo-dock compiled.
http://wiki.archlinux.org/index.php/Uno … positories
Offline
I'm afraid, but unarch x86_64 repo has 2.1.3 version - the same as in extra.
Offline
I'm afraid, but unarch x86_64 repo has 2.1.3 version - the same as in extra.
I don't see it in extra http://www.archlinux.org/packages/?sort … =&limit=50
BTW, please use 'LC_MESSAGES=C <command>' for posting on the forums, as we expect English output - it makes it easier to google for the error messages etc.
[karol@black ~]$ LC_MESSAGES="pl_PL.UTF-8" sudo pacman -Syu
:: Synchronizowanie baz danych z pakietami...
core jest już w najnowszej wersji
extra jest już w najnowszej wersji
community jest już w najnowszej wersji
:: Rozpoczynanie pełnej aktualizacji systemu...
nie ma nic do zrobienia
[karol@black ~]$ LC_MESSAGES=C sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
there is nothing to doOffline
OK, I'll remember.
I was wrong about extra repo - I'm using archlinuxfr (for yaourt i.e.) and there is cairo-dock in version 2.1.3. I just want version 2.2 which is now in beta.
Offline
I've just installed cairo-dock-bzr-674-1 using the tarball from AUR.
I have no idea what it does and how does it work, but it compiled OK.
Offline
I know it will compile OK, but as you can see, I've got problems with dependencies which are satisfied, but in some way not found. As a tip I can say that problems started after I've changed glib2 with glib2-newest and then revert to glib2. Maybe there is a problem?
EDIT: Installed glib2-newest and problem still exists... I've added -DFORCE_NOT_LIB64=yes and libxml/tree.h is OK now, but glib.h problem still exists.
Last edited by megawebmaster (2010-09-24 20:13:12)
Offline