[opensuse-packaging] Gconf header files cannot be found during compilation
Hi! I'm trying to build gtk3 application Xiphos [1] with webkit backend for oS:Factory, but compilation fails with the following error: [ 45/130] cxx: src/main/display.cc -> build/default/src/main/display_1.o In file included from ../src/gui/debug_glib_null.h:36:0, from ../src/backend/sword_main.cc:52: ../src/gui/gui.h:8:32: fatal error: gconf/gconf-client.h: No such file or directory compilation terminated. Please help to fix this problem. gconf2-devel package is installed. [1] https://build.opensuse.org/package/show?package=xiphos&project=home% 3Akkirill -- Kirill Kirillov <>< -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Hi, Check configure.ac and PKG_CHECK_MODULES. I've had to patch several packages from Canonical to build on openSUSE because they were having similar issues (in my case with unix-gio-2.0), I've solved it through PKG_CHECK_MODULES. I'll take a look into it when I have a bit of time, maybe tomorrow afternoon. NM 2011/9/17 Kirill Kirillov <kirill.kirillov@gmail.com>:
Hi!
I'm trying to build gtk3 application Xiphos [1] with webkit backend for oS:Factory, but compilation fails with the following error: [ 45/130] cxx: src/main/display.cc -> build/default/src/main/display_1.o In file included from ../src/gui/debug_glib_null.h:36:0, from ../src/backend/sword_main.cc:52: ../src/gui/gui.h:8:32: fatal error: gconf/gconf-client.h: No such file or directory compilation terminated.
Please help to fix this problem. gconf2-devel package is installed.
[1] https://build.opensuse.org/package/show?package=xiphos&project=home% 3Akkirill
-- Kirill Kirillov <><
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
-- Nelson Marques /* http://www.marques.so nmo.marques@gmail.com */ -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Kirill, Check if the patch in the attachment will fix the gconf error you are getting. Basically it's just adding "gconf-2.0" o wscript in order for pkgconfig to check it and use it. After adding this there's a few more errors in the build process (but maybe because I brute forced it with a few packages from GTK3 :)). Hope it helps, Nelson 2011/9/17 Kirill Kirillov <kirill.kirillov@gmail.com>:
Hi!
I'm trying to build gtk3 application Xiphos [1] with webkit backend for oS:Factory, but compilation fails with the following error: [ 45/130] cxx: src/main/display.cc -> build/default/src/main/display_1.o In file included from ../src/gui/debug_glib_null.h:36:0, from ../src/backend/sword_main.cc:52: ../src/gui/gui.h:8:32: fatal error: gconf/gconf-client.h: No such file or directory compilation terminated.
Please help to fix this problem. gconf2-devel package is installed.
[1] https://build.opensuse.org/package/show?package=xiphos&project=home% 3Akkirill
-- Kirill Kirillov <><
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
-- Nelson Marques /* http://www.marques.so nmo.marques@gmail.com */
I've just submitted the 'patch' upstream. Peace. NM 2011/9/18 Nelson Marques <nmo.marques@gmail.com>:
Kirill,
Check if the patch in the attachment will fix the gconf error you are getting. Basically it's just adding "gconf-2.0" o wscript in order for pkgconfig to check it and use it.
After adding this there's a few more errors in the build process (but maybe because I brute forced it with a few packages from GTK3 :)).
Hope it helps,
Nelson
2011/9/17 Kirill Kirillov <kirill.kirillov@gmail.com>:
Hi!
I'm trying to build gtk3 application Xiphos [1] with webkit backend for oS:Factory, but compilation fails with the following error: [ 45/130] cxx: src/main/display.cc -> build/default/src/main/display_1.o In file included from ../src/gui/debug_glib_null.h:36:0, from ../src/backend/sword_main.cc:52: ../src/gui/gui.h:8:32: fatal error: gconf/gconf-client.h: No such file or directory compilation terminated.
Please help to fix this problem. gconf2-devel package is installed.
[1] https://build.opensuse.org/package/show?package=xiphos&project=home% 3Akkirill
-- Kirill Kirillov <><
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
-- Nelson Marques
/* http://www.marques.so nmo.marques@gmail.com */
-- Nelson Marques /* http://www.marques.so nmo.marques@gmail.com */ -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Hi! В Вск, 18/09/2011 в 19:02 +0100, Nelson Marques пишет:
Check if the patch in the attachment will fix the gconf error you are getting. Basically it's just adding "gconf-2.0" o wscript in order for pkgconfig to check it and use it.
Yes, it builds fine with your patch and I can finally submit it to Factory (SR#83182) . Thank you very much. -- Kirill Kirillov <>< -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
NP mate, thanks for your work on the Education repository, it will be most appreciated by many people. NM 2011/9/18 Kirill Kirillov <kirill.kirillov@gmail.com>:
Hi!
В Вск, 18/09/2011 в 19:02 +0100, Nelson Marques пишет:
Check if the patch in the attachment will fix the gconf error you are getting. Basically it's just adding "gconf-2.0" o wscript in order for pkgconfig to check it and use it.
Yes, it builds fine with your patch and I can finally submit it to Factory (SR#83182) . Thank you very much.
-- Kirill Kirillov <><
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
-- Nelson Marques /* http://www.marques.so nmo.marques@gmail.com */ -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Fixed upstream on r4292 :) NM 2011/9/17 Kirill Kirillov <kirill.kirillov@gmail.com>:
Hi!
I'm trying to build gtk3 application Xiphos [1] with webkit backend for oS:Factory, but compilation fails with the following error: [ 45/130] cxx: src/main/display.cc -> build/default/src/main/display_1.o In file included from ../src/gui/debug_glib_null.h:36:0, from ../src/backend/sword_main.cc:52: ../src/gui/gui.h:8:32: fatal error: gconf/gconf-client.h: No such file or directory compilation terminated.
Please help to fix this problem. gconf2-devel package is installed.
[1] https://build.opensuse.org/package/show?package=xiphos&project=home% 3Akkirill
-- Kirill Kirillov <><
-- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
-- Nelson Marques /* http://www.marques.so nmo.marques@gmail.com */ -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (2)
-
Kirill Kirillov
-
Nelson Marques