Kalzium Contribution

Jeremy Whiting jpwhiting at kde.org
Thu Dec 11 04:31:58 UTC 2014


Yep, looks like you need kdelibs4 devel package in order to build kalzium.
I'm not sure what the package is called on linux mint but you should be
able to find it with apt-cache search kdelibs.

On Wed, Dec 10, 2014 at 9:25 PM, Shalin Shah <shalinshah1993 at gmail.com>
wrote:

> Hi,
>
> Yes, following that, I did clone the repository. Now, however, while I was
> to do cmake I got an error. Please see this :
>
> shalin at Shalin-MacBookPro:~/kalzium/build > cmake ../
> -- The C compiler identification is GNU 4.8.2
> -- The CXX compiler identification is GNU 4.8.2
> -- Check for working C compiler: /usr/bin/cc
> -- Check for working C compiler: /usr/bin/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message):
>   ERROR: cmake/modules/FindKDE4Internal.cmake not found in
>
> /home/shalin/.kde/share/apps;/usr/share/mintkde-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
> Call Stack (most recent call first):
>   CMakeLists.txt:6 (find_package)
>
>
> CMake Warning (dev) in CMakeLists.txt:
>   No cmake_minimum_required command is present.  A line of code such as
>
>     cmake_minimum_required(VERSION 2.8)
>
>   should be added at the top of the file.  The version specified may be
> lower
>   if you wish to support older CMake versions for this project.  For more
>   information run "cmake --help-policy CMP0000".
> This warning is for project developers.  Use -Wno-dev to suppress it.
>
> -- Configuring incomplete, errors occurred!
> See also "/home/shalin/kalzium/build/CMakeFiles/CMakeOutput.log".
>
>
>
>
>
>
>
>
> Then I added the link of minimum cmake version in the CMakeList.txt file
> and the error I got was as under -
>
> shalin at Shalin-MacBookPro:~/kalzium/build > cmake ../
> CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message):
>   ERROR: cmake/modules/FindKDE4Internal.cmake not found in
>
> /home/shalin/.kde/share/apps;/usr/share/mintkde-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
> Call Stack (most recent call first):
>   CMakeLists.txt:7 (find_package)
>
>
> -- Configuring incomplete, errors occurred!
> See also "/home/shalin/kalzium/build/CMakeFiles/CMakeOutput.log".
>
>
>
>
>
> Don't we have to set up KDE environment and all before building this code?
>
> Yours Sincerely,
> Shalin Shah
>
> On Thu, Dec 11, 2014 at 9:52 AM, Shalin Shah <shalinshah1993 at gmail.com>
> wrote:
>
>> Hi,
>>
>> Yes, following that I did clone the repository. Now, however, while I was
>> t doing cmake I got an error.
>>
>> shalin at Shalin-MacBookPro:~/kalzium/build > cmake ../
>> -- The C compiler identification is GNU 4.8.2
>> -- The CXX compiler identification is GNU 4.8.2
>> -- Check for working C compiler: /usr/bin/cc
>> -- Check for working C compiler: /usr/bin/cc -- works
>> -- Detecting C compiler ABI info
>> -- Detecting C compiler ABI info - done
>> -- Check for working CXX compiler: /usr/bin/c++
>> -- Check for working CXX compiler: /usr/bin/c++ -- works
>> -- Detecting CXX compiler ABI info
>> -- Detecting CXX compiler ABI info - done
>> CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message):
>>   ERROR: cmake/modules/FindKDE4Internal.cmake not found in
>>
>> /home/shalin/.kde/share/apps;/usr/share/mintkde-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
>> Call Stack (most recent call first):
>>   CMakeLists.txt:6 (find_package)
>>
>>
>> CMake Warning (dev) in CMakeLists.txt:
>>   No cmake_minimum_required command is present.  A line of code such as
>>
>>     cmake_minimum_required(VERSION 2.8)
>>
>>   should be added at the top of the file.  The version specified may be
>> lower
>>   if you wish to support older CMake versions for this project.  For more
>>   information run "cmake --help-policy CMP0000".
>> This warning is for project developers.  Use -Wno-dev to suppress it.
>>
>> -- Configuring incomplete, errors occurred!
>> See also "/home/shalin/kalzium/build/CMakeFiles/CMakeOutput.log".
>>
>>
>>
>>
>>
>>
>>
>>
>> Then I added the link of minimum cmake version in the CMakeList.txt file
>> and the error I got was as under -
>>
>> shalin at Shalin-MacBookPro:~/kalzium/build > cmake ../
>> CMake Error at /usr/share/cmake-2.8/Modules/FindKDE4.cmake:98 (message):
>>   ERROR: cmake/modules/FindKDE4Internal.cmake not found in
>>
>> /home/shalin/.kde/share/apps;/usr/share/mintkde-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
>> Call Stack (most recent call first):
>>   CMakeLists.txt:7 (find_package)
>>
>>
>> -- Configuring incomplete, errors occurred!
>> See also "/home/shalin/kalzium/build/CMakeFiles/CMakeOutput.log".
>>
>>
>>
>>
>> Also, I've attached the error log file with this email.
>>
>> Don't we have to set up KDE environment and all before building this
>> code?
>>
>> Yours Sincerely,
>> Shalin Shah
>>
>> On Thu, Dec 11, 2014 at 1:05 AM, Jeremy Whiting <jpwhiting at kde.org>
>> wrote:
>>
>>> Shalin,
>>>
>>> I thought the kstars building instructions would help. You clone from
>>> anongit.kde.org/kalzium, build with
>>> mkdir build && cd build && cmake ../ && make && make install
>>>
>>> It depends on eigen3 and some other libraries such as Qt4.
>>>
>>> BR,
>>> Jeremy
>>>
>>>
>>> On Wed, Dec 10, 2014 at 12:30 PM, Shalin Shah <shalinshah1993 at gmail.com>
>>> wrote:
>>>
>>>> Hello,
>>>>
>>>> I'm a senior at DA-IICT, India and I'm interested in contributing to
>>>> Kalzium.
>>>>
>>>> Can you give me some links on where to start and also how to build
>>>> Kalzium on my Linux MINT? What are the dependencies and libraries required?
>>>>
>>>> Thank-you.
>>>>
>>>> With Regards,
>>>> Shalin Shah
>>>>
>>>> _______________________________________________
>>>> kde-edu mailing list
>>>> kde-edu at mail.kde.org
>>>> https://mail.kde.org/mailman/listinfo/kde-edu
>>>>
>>>>
>>>
>>> _______________________________________________
>>> kde-edu mailing list
>>> kde-edu at mail.kde.org
>>> https://mail.kde.org/mailman/listinfo/kde-edu
>>>
>>>
>>
>
> _______________________________________________
> kde-edu mailing list
> kde-edu at mail.kde.org
> https://mail.kde.org/mailman/listinfo/kde-edu
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-edu/attachments/20141210/05de3252/attachment.html>


More information about the kde-edu mailing list