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

List:       kde-games-devel
Subject:    Re: [Kde-games-devel] building project from source
From:       Rajat chawla <chawlarajat303 () gmail ! com>
Date:       2013-05-01 17:33:07
Message-ID: CAMD_mXG_ODM+U4_PPJu19aRvCDKn+hmbA5OuHoTtXcQJ3n3BLw () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I have been trying to do this from past four days ,I have formatted my pc
to install ubuntu 12.04 , and start from scratch ,I have then downloaded qt
5.01 (.run) offline version ,installed it .Then I installed gcc and then
cmake ,after that I started building kdelibs by using  cmake ..
-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull

Each time I do it ,there comes some missing dependencies ,I install them
and then again rebuild ,and again there are more ,I have downloaded more
than 400 mb of dependencies .I am frustated ,I have been trying to build
any kde game from source for past one week but have failed miserably.

Please ,please  ,please help me install any kde game from source .what I
should I do??



On Tue, Apr 30, 2013 at 12:35 PM, Viranch Mehta <viranch.mehta@gmail.com>wrote:

> compile and install kdelibs and libkdegames from source:
>
> http://projects.kde.org/kdelibs
> http://projects.kde.org/libkdegames
>
> On 30-Apr-2013, at 3:07 AM, Rajat chawla wrote:
>
> > While I tried to build Kbreakout from source ,I faced the following
> errors:
> >
> > Make Error at CMakeLists.txt:7 (find_package):
> >   Could not find module FindKDEGames.cmake or a configuration file for
> >   package KDEGames.
> >
> >   Adjust CMAKE_MODULE_PATH to find FindKDEGames.cmake or set
> KDEGames_DIR to
> >   the directory containing a CMake configuration file for KDEGames.  The
> file
> >   will have one of the following names:
> >
> >     KDEGamesConfig.cmake
> >     kdegames-config.cmake
> >
> >
> >
> > CMake Error at CMakeLists.txt:14 (find_package):
> >   Could not find module FindKDeclarative.cmake or a configuration file
> for
> >   package KDeclarative.
> >
> >   Adjust CMAKE_MODULE_PATH to find FindKDeclarative.cmake or set
> >   KDeclarative_DIR to the directory containing a CMake configuration
> file for
> >   KDeclarative.  The file will have one of the following names:
> >
> >     KDeclarativeConfig.cmake
> >     kdeclarative-config.cmake
> >
> >
> >
> > -- Configuring incomplete, errors occurred!
> >
> > Please suggest the appropriate steps.
> > _______________________________________________
> > kde-games-devel mailing list
> > kde-games-devel@kde.org
> > https://mail.kde.org/mailman/listinfo/kde-games-devel
>
> _______________________________________________
> kde-games-devel mailing list
> kde-games-devel@kde.org
> https://mail.kde.org/mailman/listinfo/kde-games-devel
>

[Attachment #5 (text/html)]

<div dir="ltr">I have been trying to do this from past four days ,I have formatted my \
pc to install ubuntu 12.04 , and start from scratch ,I have then downloaded qt 5.01 \
(.run) offline version ,installed it .Then I installed gcc and then cmake ,after that \
I started building kdelibs by using  <span \
style="color:rgb(99,99,99);font-size:1em;line-height:1.2em;font-family:monospace;background-color:rgb(245,245,245)">cmake \
.. -DCMAKE_INSTALL_PREFIX=</span><span class="" \
style="font-size:1em;line-height:1.2em;font-family:monospace;background-color:rgb(245,245,245);color:rgb(0,0,0);font-weight:bold">`</span><span \
style="color:rgb(99,99,99);font-size:1em;line-height:1.2em;font-family:monospace;background-color:rgb(245,245,245)">kde4-config \
--prefix</span><span class="" \
style="font-size:1em;line-height:1.2em;font-family:monospace;background-color:rgb(245,245,245);color:rgb(0,0,0);font-weight:bold">`</span><span \
style="color:rgb(99,99,99);font-size:1em;line-height:1.2em;font-family:monospace;background-color:rgb(245,245,245)"> \
-DCMAKE_BUILD_TYPE=debugfull </span><div> <span \
style="color:rgb(99,99,99);font-size:1em;line-height:1.2em;font-family:monospace;background-color:rgb(245,245,245)"><br></span></div><div><font \
color="#000000" face="monospace"><span \
style="font-size:11px;line-height:12.671875px">Each time I do it ,there comes some \
missing dependencies ,I install them and then again rebuild ,and again there are more \
,I have downloaded more than 400 mb of dependencies .I am frustated ,I have been \
trying to build any kde game from source for past one week but have failed \
miserably.</span></font></div> <div><font color="#000000" face="monospace"><span \
style="font-size:11px;line-height:12.671875px"><br></span></font></div><div><font \
color="#000000" face="monospace"><span \
style="font-size:11px;line-height:12.671875px">Please ,please  ,please help me \
install any kde game from source .what I should I do??<br> </span></font><div \
style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On \
Tue, Apr 30, 2013 at 12:35 PM, Viranch Mehta <span dir="ltr">&lt;<a \
href="mailto:viranch.mehta@gmail.com" \
target="_blank">viranch.mehta@gmail.com</a>&gt;</span> wrote:<br> <blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">compile and install kdelibs and libkdegames from source:<br> \
<br> <a href="http://projects.kde.org/kdelibs" \
target="_blank">http://projects.kde.org/kdelibs</a><br> <a \
href="http://projects.kde.org/libkdegames" \
target="_blank">http://projects.kde.org/libkdegames</a><br> <div><div class="h5"><br>
On 30-Apr-2013, at 3:07 AM, Rajat chawla wrote:<br>
<br>
&gt; While I tried to build Kbreakout from source ,I faced the following errors:<br>
&gt;<br>
&gt; Make Error at CMakeLists.txt:7 (find_package):<br>
&gt;   Could not find module FindKDEGames.cmake or a configuration file for<br>
&gt;   package KDEGames.<br>
&gt;<br>
&gt;   Adjust CMAKE_MODULE_PATH to find FindKDEGames.cmake or set KDEGames_DIR to<br>
&gt;   the directory containing a CMake configuration file for KDEGames.  The \
file<br> &gt;   will have one of the following names:<br>
&gt;<br>
&gt;     KDEGamesConfig.cmake<br>
&gt;     kdegames-config.cmake<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; CMake Error at CMakeLists.txt:14 (find_package):<br>
&gt;   Could not find module FindKDeclarative.cmake or a configuration file for<br>
&gt;   package KDeclarative.<br>
&gt;<br>
&gt;   Adjust CMAKE_MODULE_PATH to find FindKDeclarative.cmake or set<br>
&gt;   KDeclarative_DIR to the directory containing a CMake configuration file \
for<br> &gt;   KDeclarative.  The file will have one of the following names:<br>
&gt;<br>
&gt;     KDeclarativeConfig.cmake<br>
&gt;     kdeclarative-config.cmake<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; -- Configuring incomplete, errors occurred!<br>
&gt;<br>
&gt; Please suggest the appropriate steps.<br>
</div></div>&gt; _______________________________________________<br>
&gt; kde-games-devel mailing list<br>
&gt; <a href="mailto:kde-games-devel@kde.org">kde-games-devel@kde.org</a><br>
&gt; <a href="https://mail.kde.org/mailman/listinfo/kde-games-devel" \
target="_blank">https://mail.kde.org/mailman/listinfo/kde-games-devel</a><br> <br>
_______________________________________________<br>
kde-games-devel mailing list<br>
<a href="mailto:kde-games-devel@kde.org">kde-games-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-games-devel" \
target="_blank">https://mail.kde.org/mailman/listinfo/kde-games-devel</a><br> \
</blockquote></div><br></div></div>



_______________________________________________
kde-games-devel mailing list
kde-games-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-games-devel


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

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