Compiling with cmake on windows..
Hi! I try to compile WebKit with Qt/KDE support on Windows. There is one dependency issue, which I cannot solve. It asks for the directory that contains the file "LibXml2Config.cmake". I don't have this file on my system and it is not included in the libxml2 distributions.. Can somebody please tell me where to find it!? Thanks a lot! Mfg., Dr. Stefan Eilers -- Dr.-Ing. Stefan Eilers Projekt Manager basysKom GmbH Robert-Bosch-Str. 7 | 64293 Darmstadt | Germany Tel: +49 6151 3969-962 | Fax: -736 | Mobile: +49 170 4213459 | Jabber: eilers@jabber.org stefan.eilers@basyskom.de | www.basyskom.de
On 31/10/2006, at 9:12 PM, Stefan Eilers wrote:
Hi!
Hi Stefan,
I try to compile WebKit with Qt/KDE support on Windows. There is one dependency issue, which I cannot solve. It asks for the directory that contains the file "LibXml2Config.cmake". I don't have this file on my system and it is not included in the libxml2 distributions..
Can somebody please tell me where to find it!?
I believe that WebKit with Qt/KDE support requires the latest KDE trunk. The CMake build process used by WebKit is dependent on several files found within the KDE repository, one of which is LibXml2Config.cmake. <http://websvn.kde.org/trunk/KDE/kdelibs/cmake/ modules/> is the web view of the directory within KDEs SVN repository that contains this file. It also contains a README file which provides details on how to use these files. Kind regards, --- Mark Rowe <http://bdash.net.nz/>
HI Mark! Am 31.10.2006 um 10:50 schrieb Mark Rowe:
I believe that WebKit with Qt/KDE support requires the latest KDE trunk. The CMake build process used by WebKit is dependent on several files found within the KDE repository, one of which is LibXml2Config.cmake. <http://websvn.kde.org/trunk/KDE/kdelibs/ cmake/modules/> is the web view of the directory within KDEs SVN repository that contains this file. It also contains a README file which provides details on how to use these files.
I just see "FindLibXml2.cmake" there.. But I look for "LibXm2Config.cmake". Maybe this was deleted? Mfg., Dr. Stefan Eilers -- Dr.-Ing. Stefan Eilers Projekt Manager basysKom GmbH Robert-Bosch-Str. 7 | 64293 Darmstadt | Germany Tel: +49 6151 3969-962 | Fax: -736 | Mobile: +49 170 4213459 | Jabber: eilers@jabber.org stefan.eilers@basyskom.de | www.basyskom.de
On 31/10/2006, at 11:09 PM, Stefan Eilers wrote:
I just see "FindLibXml2.cmake" there.. But I look for "LibXm2Config.cmake". Maybe this was deleted?
Stefan, I misread your initial email. Sorry for my misleading reply. After a quick look through the KDE and WebKit CMake files, I cannot see where the requirement for LibXml2Config.cmake is coming from. A Google search (<http://www.google.com/search?q=LibXml2Config.cmake>) suggests that you may have a different version of FindLibXml2.cmake which is being found before the KDE one. You may want to see if this is the case, and move aside the offending file to see if it resolves the issue. Regards, Mark
On Tuesday 31 October 2006 3:12 am, Stefan Eilers wrote:
Hi!
I try to compile WebKit with Qt/KDE support on Windows. There is one dependency issue, which I cannot solve. It asks for the directory that contains the file "LibXml2Config.cmake". I don't have this file on my system and it is not included in the libxml2 distributions..
What version of CMake do you have installed? I would strongly suggest version 2.4-patch 3 as this is what KDE4 currently requires. You should also make sure you have a very recent checkout of kdelibs (this will pull in the necessary cmake modules that webkit requires). Adam
Can somebody please tell me where to find it!?
Thanks a lot!
Mfg., Dr. Stefan Eilers --
Dr.-Ing. Stefan Eilers Projekt Manager
basysKom GmbH Robert-Bosch-Str. 7 | 64293 Darmstadt | Germany Tel: +49 6151 3969-962 | Fax: -736 | Mobile: +49 170 4213459 | Jabber: eilers@jabber.org stefan.eilers@basyskom.de | www.basyskom.de
Hi Adam! Am 31.10.2006 um 15:25 schrieb Adam Treat:
On Tuesday 31 October 2006 3:12 am, Stefan Eilers wrote:
Hi!
I try to compile WebKit with Qt/KDE support on Windows. There is one dependency issue, which I cannot solve. It asks for the directory that contains the file "LibXml2Config.cmake". I don't have this file on my system and it is not included in the libxml2 distributions..
What version of CMake do you have installed? I would strongly suggest version 2.4-patch 3 as this is what KDE4 currently requires. You should also make sure you have a very recent checkout of kdelibs (this will pull in the necessary cmake modules that webkit requires).
Although it is strange, I found a solution: If cmake finds "FindXLib2.cmake", everything works well.. It seems that cmake tries to access the "LibXml2Config.cmake" if it does not find the default file (with the format Find<filename>.cmake). It may be some undocumented fallback .. =:S Mfg., Dr. Stefan Eilers -- Dr.-Ing. Stefan Eilers Projekt Manager basysKom GmbH Robert-Bosch-Str. 7 | 64293 Darmstadt | Germany Tel: +49 6151 3969-962 | Fax: -736 | Mobile: +49 170 4213459 | Jabber: eilers@jabber.org stefan.eilers@basyskom.de | www.basyskom.de
participants (3)
-
Adam Treat
-
Mark Rowe
-
Stefan Eilers