[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    CMake Error in kdebase: Unknown CMake command "soprano_add_ontology"
From:       Cat Le <lengoanhcat () gmail ! com>
Date:       2009-09-25 13:59:42
Message-ID: 5169e0090909250659w2d1409dat70cbc145a10c2f7e () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi all,

I am trying to build KDE4 Desktop Environment; however, I faced a problem
when during kdebase. I found that this problem has been mentioned before in
the kde mailing list

On Saturday 08 August 2009 14:16:36 Michael Thaler wrote:
> Hello,
>
> I am trying to compile KDE from svn (trunk) and get the following problem
> when I run cmake for kdebase:
>
> kde-devel:/usr/local/src/kde4/kdebase/build$ cmake .. -
> DCMAKE_INSTALL_PREFIX=$KDEDIR
> -- Found Qt-Version 4.5.2 (using /usr/bin/qmake)
> -- Found X11: /usr/lib/libX11.so
> -- Phonon Version: 4.3.1
> -- Found KDE 4.3 include dir: /usr/local/kde4/include
> -- Found KDE 4.3 library dir: /usr/local/kde4/lib
> -- Found the KDE4 kconfig_compiler preprocessor:
> /usr/local/kde4/bin/kconfig_compiler
> -- Found automoc4: /usr/bin/automoc4
> -- Strigi API needs 'signed char'
> -- Found Soprano version 2.3.0: /usr/lib/libsoprano.so
> -- Found Soprano includes: /usr/include
> -- Found Soprano Index: /usr/lib/libsopranoindex.so
> -- Found Soprano Client: /usr/lib/libsopranoclient.so
> -- Found Soprano Plugin Dir: /usr/share/soprano/plugins
> -- Found Soprano Plugins: nquadparser nquadserializer raptorparser
> raptorserializer redlandbackend
> KDE4_DBUS_INTERFACES_DIR = /usr/local/kde4/share/dbus-1/interfaces
> -- Found CLucene library: /usr/lib/libclucene.so
> -- Found CLucene include dir: /usr/include
> -- Found CLucene library dir: /usr/lib
> -- Found CLucene: /usr/lib/libclucene.so version 0.9.20
> CMake Error at runtime/nepomuk/strigibackend/CMakeLists.txt:3 (include):
>   include could not find load file:
>
>     SopranoAddOntology
>
>
> CMake Error at runtime/nepomuk/strigibackend/CMakeLists.txt:20
> (soprano_add_ontology):
>   Unknown CMake command "soprano_add_ontology".
>
>
> -- Configuring incomplete, errors occurred!
>
> I am using Debian SID with KDE 4.3. It would be great if someone could
give
> me a hint how to solve this.
>
> Greetings,
> Michael
>
> >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
> >> unsubscribe <<

It looks like you forgot to add the directory where you install the trunk to
to the CMAKE_MODULES variable. Try checkibng if you set it or didnt.

I tried to set CMAKE_MODULES =
/home/kde-devel/kde/src/kdesuppport/soprano/cmake/modules. However, it still
does not fix the problem. Can you give me advice on this problem ?

Regards

Cat Le

First Name: Anh Cat
Surname : Le Ngo
Cellphone : 0084-937345303 (VN) or 0060-173171399
Homephone : 0084-8-35162531 (VN)
Y!M: lengoanhcat@yahoo.com
SkypeID: lengoanhcat
UNMC mailbox: kecy7lna@nottingham.edu.my

[Attachment #5 (text/html)]

Hi all,<br><br>I am trying to build KDE4 Desktop Environment; however, I faced a \
problem when during kdebase. I found that this problem has been mentioned before in \
the kde mailing list<br><br><pre>On Saturday 08 August 2009 14:16:36 Michael Thaler \
wrote:<br> &gt; Hello,<br>&gt;<br>&gt; I am trying to compile KDE from svn (trunk) \
and get the following problem<br>&gt; when I run cmake for kdebase:<br>&gt;<br>&gt; \
kde-devel:/usr/local/src/kde4/kdebase/build$ cmake .. -<br>&gt; \
DCMAKE_INSTALL_PREFIX=$KDEDIR<br> &gt; -- Found Qt-Version 4.5.2 (using \
/usr/bin/qmake)<br>&gt; -- Found X11: /usr/lib/libX11.so<br>&gt; -- Phonon Version: \
4.3.1<br>&gt; -- Found KDE 4.3 include dir: /usr/local/kde4/include<br>&gt; -- Found \
KDE 4.3 library dir: /usr/local/kde4/lib<br> &gt; -- Found the KDE4 kconfig_compiler \
preprocessor:<br>&gt; /usr/local/kde4/bin/kconfig_compiler<br>&gt; -- Found automoc4: \
/usr/bin/automoc4<br>&gt; -- Strigi API needs &#39;signed char&#39;<br>&gt; -- Found \
Soprano version 2.3.0: /usr/lib/libsoprano.so<br> &gt; -- Found Soprano includes: \
/usr/include<br>&gt; -- Found Soprano Index: /usr/lib/libsopranoindex.so<br>&gt; -- \
Found Soprano Client: /usr/lib/libsopranoclient.so<br>&gt; -- Found Soprano Plugin \
Dir: /usr/share/soprano/plugins<br> &gt; -- Found Soprano Plugins: nquadparser \
nquadserializer raptorparser<br>&gt; raptorserializer redlandbackend<br>&gt; \
KDE4_DBUS_INTERFACES_DIR = /usr/local/kde4/share/dbus-1/interfaces<br>&gt; -- Found \
CLucene library: /usr/lib/libclucene.so<br> &gt; -- Found CLucene include dir: \
/usr/include<br>&gt; -- Found CLucene library dir: /usr/lib<br>&gt; -- Found CLucene: \
/usr/lib/libclucene.so version 0.9.20<br>&gt; CMake Error at \
runtime/nepomuk/strigibackend/CMakeLists.txt:3 (include):<br> &gt;   include could \
not find load file:<br>&gt;<br>&gt;     SopranoAddOntology<br>&gt;<br>&gt;<br>&gt; \
CMake Error at runtime/nepomuk/strigibackend/CMakeLists.txt:20<br>&gt; \
(soprano_add_ontology):<br>&gt;   Unknown CMake command \
&quot;soprano_add_ontology&quot;.<br> &gt;<br>&gt;<br>&gt; -- Configuring incomplete, \
errors occurred!<br>&gt;<br>&gt; I am using Debian SID with KDE 4.3. It would be \
great if someone could <br>give<br>&gt; me a hint how to solve this.<br>&gt;<br>&gt; \
Greetings,<br> &gt; Michael<br>&gt;<br>&gt; &gt;&gt; Visit <a \
href="http://mail.kde.org/mailman/listinfo/kde-devel#unsub">http://mail.kde.org/mailman/listinfo/kde-devel#unsub</a> \
to<br>&gt; &gt;&gt; unsubscribe &lt;&lt;<br><br>It looks like you forgot to add the \
directory where you install the trunk to <br> to the CMAKE_MODULES variable. Try \
checkibng if you set it or didnt.<br></pre>I tried to set CMAKE_MODULES = \
/home/kde-devel/kde/src/kdesuppport/soprano/cmake/modules. However, it still does not \
fix the problem. Can you give me advice on this problem ?<br> <br>Regards<br><br>Cat \
Le<br> <br>First Name: Anh Cat<br>Surname : Le Ngo<br>Cellphone : 0084-937345303 (VN) \
or 0060-173171399<br>Homephone : 0084-8-35162531 (VN)<br>Y!M: <a \
                href="mailto:lengoanhcat@yahoo.com">lengoanhcat@yahoo.com</a><br>
SkypeID: lengoanhcat<br>UNMC mailbox: <a \
href="mailto:kecy7lna@nottingham.edu.my">kecy7lna@nottingham.edu.my</a><br>



>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic