You are not logged in.

#1 2010-09-24 19:19:11

megawebmaster
Member
Registered: 2009-08-12
Posts: 75

Cairo-dock cmake issue

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.h

The 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

#2 2010-09-24 19:26:05

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Cairo-dock cmake issue

I know it doesn't solve your problem, but [unarch] repo has cairo-dock compiled.
http://wiki.archlinux.org/index.php/Uno … positories

Offline

#3 2010-09-24 19:32:18

megawebmaster
Member
Registered: 2009-08-12
Posts: 75

Re: Cairo-dock cmake issue

I'm afraid, but unarch x86_64 repo has 2.1.3 version - the same as in extra.

Offline

#4 2010-09-24 19:36:20

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Cairo-dock cmake issue

megawebmaster wrote:

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 do

Offline

#5 2010-09-24 19:48:12

megawebmaster
Member
Registered: 2009-08-12
Posts: 75

Re: Cairo-dock cmake issue

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

#6 2010-09-24 19:50:32

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Cairo-dock cmake issue

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

#7 2010-09-24 19:53:35

megawebmaster
Member
Registered: 2009-08-12
Posts: 75

Re: Cairo-dock cmake issue

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

Board footer

Powered by FluxBB