beta tester at your disposal

5 views
Skip to first unread message

Justin Kirby

unread,
Dec 7, 2009, 12:10:06 AM12/7/09
to Kobby
Hi Greg,

I saw your posts on Planet KDE indicating you need some feedback on
using Kobby. I'm happy to lend a hand. I'm working on getting it
installed as I'm typing this. If you need duplication of any specific
issues let me know and I can give it a try. I'll also try and provide
you some feedback via my own testing.

Thanks,
Justin

Justin Kirby

unread,
Dec 7, 2009, 12:14:07 AM12/7/09
to Kobby
Doh...hit my first snag already. In following your INSTALL file's
instructions in the .tar.gz I get the following:

~/kobby-1.0b4$ cmake . -DCMAKE_INSTALL_PREFIX={prefix}
-- The C compiler identification is GNU
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not
found. Please set CMAKE_CXX_COMPILER to a valid compiler path or
name.
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84
(MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/neomantra/.kde/share/apps;/usr/share/kubuntu-default-settings/
kde4-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
CMakeLists.txt:8 (find_package)


-- Configuring incomplete, errors occurred!


I assume I need a "CXX compiler"? Or not? Let me know what you
think :)

-Justin

Gregory Haynes

unread,
Dec 7, 2009, 4:22:06 PM12/7/09
to ko...@googlegroups.com
Awesome! Thanks in advance

>
> Thanks,
> Justin
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Kobby" group. To post to this group, send email to
> ko...@googlegroups.com.
> To unsubscribe from this group, send email to
> kobby+un...@googlegroups.com. For more options, visit this group at
> http://groups.google.com/group/kobby?hl=en.
>

Gregory Haynes

unread,
Dec 7, 2009, 4:21:28 PM12/7/09
to ko...@googlegroups.com
Yep, you need to install g++

Justin Kirby

unread,
Dec 7, 2009, 4:33:20 PM12/7/09
to ko...@googlegroups.com
Cool, will do this when I get home from work tonight.  Taking a quick peak at my work PC here I see lots of versions of G++ in the Kubuntu repos, does it matter which version I use?  It might be a good idea to add into your INSTALL document that you need to install CMAKE and g++ in case any other non-dev types like me decide to help test :)

Gregory Haynes

unread,
Dec 7, 2009, 9:32:28 PM12/7/09
to ko...@googlegroups.com
You're likely going to need to install more -dev packages than just g++. If
you could record a list of what packages you end up needing to install and
what distro / version you were using ill add it to the docs.

Thanks

Justin Kirby

unread,
Dec 8, 2009, 12:18:17 AM12/8/09
to ko...@googlegroups.com
Steps I've taken so far so we can keep a running tally for your docs:

1) Downloaded Kobby
2) Extract to a directory
3) Run command: sudo apt-get install CMAKE
4) Run command: sudo apt-get install g++


Not sure what I need next...here's the current command I'm running along with the error:

~/kobby-1.0b4/kobby$ cmake . -DCMAKE_INSTALL_PREFIX={prefix}

-- The C compiler identification is GNU                                               
-- The CXX compiler identification is GNU                                             
-- Check for working C compiler: /usr/bin/gcc                                         
-- Check for working C compiler: /usr/bin/gcc -- 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 CMakeLists.txt:7 (find_package):                                       
  Could not find module FindLibqinfinity.cmake or a configuration file for            
  package Libqinfinity.                                                               

  Adjust CMAKE_MODULE_PATH to find FindLibqinfinity.cmake or set
  Libqinfinity_DIR to the directory containing a CMake configuration file for
  Libqinfinity.  The file will have one of the following names:             

    LibqinfinityConfig.cmake
    libqinfinity-config.cmake


CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
  ERROR: cmake/modules/FindKDE4Internal.cmake not found in             
  /home/neomantra/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps

Call Stack (most recent call first):                                                                                     
  CMakeLists.txt:8 (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.6)

  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!


Gregory Haynes

unread,
Dec 8, 2009, 7:10:41 PM12/8/09
to ko...@googlegroups.com
You need to install libqinfinity beta 4 which is available on
kobby.greghaynes.net

Also try to record what you need to install to get libqinfinity compiled,
probably at least libinfinity-dev.

Børre

unread,
Dec 8, 2009, 9:32:38 PM12/8/09
to Kobby
> /home/neomantra/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-pr ofile/default/share/apps;/usr/share/kde4/apps
> Call Stack (most recent call
> first):
>
>   CMakeLists.txt:8
> (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.6)
>
>   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!
>

Since kobby 1.0beta3 is available on Kubuntu Karmic, I wrote this
command to pull in all build dependencies:
sudo apt-get build-dep libqinfinity-dev

Hope this helps.

Børre Gaup

Gregory Haynes

unread,
Dec 9, 2009, 1:24:48 AM12/9/09
to ko...@googlegroups.com
Thanks. Hopefully libqinfinity beta 4 will get pushed into repo. soon also.

Justin Kirby

unread,
Dec 16, 2009, 4:19:16 PM12/16/09
to ko...@googlegroups.com
Hey all,

Haven't forgotten about this...just been crazy busy lately.  I will try installing libqinfinity tonight.

Justin

Justin Kirby

unread,
Dec 16, 2009, 8:43:28 PM12/16/09
to ko...@googlegroups.com
I ran the following in an attempt to install libqinfinity....error is listed afterwards...not sure what is missing or what to do.  Please advise :)

~/libqinfinity-1.0b4/libqinfinity$ cmake . -DCMAKE_INSTALL_PREFIX={prefix}
CMake Error at CMakeLists.txt:3 (find_package):                                                     
  Could not find module FindLibinfinity.cmake or a configuration file for                           
  package Libinfinity.                                                                              

  Adjust CMAKE_MODULE_PATH to find FindLibinfinity.cmake or set
  Libinfinity_DIR to the directory containing a CMake configuration file for
  Libinfinity.  The file will have one of the following names:             

    LibinfinityConfig.cmake
    libinfinity-config.cmake



CMake Error at CMakeLists.txt:4 (find_package):
  Could not find module FindLibinftext.cmake or a configuration file for
  package Libinftext.                                                  

  Adjust CMAKE_MODULE_PATH to find FindLibinftext.cmake or set Libinftext_DIR
  to the directory containing a CMake configuration file for Libinftext.  The

  file will have one of the following names:                                

    LibinftextConfig.cmake
    libinftext-config.cmake



CMake Error at /usr/share/cmake-2.6/Modules/FindQt4.cmake:1432 (MESSAGE):
  Qt qmake not found!

Call Stack (most recent call first):
  CMakeLists.txt:5 (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.6)

  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!


Justin Kirby

unread,
Dec 22, 2009, 5:25:13 PM12/22/09
to ko...@googlegroups.com
I ran Borre's apt command to get the dependencies but still get an error in trying to compile libqinfinity:


~/libqinfinity-1.0b4/libqinfinity$ cmake . -DCMAKE_INSTALL_PREFIX={prefix}
CMake Error at CMakeLists.txt:3 (find_package):                                                     
  Could not find module FindLibinfinity.cmake or a configuration file for                           
  package Libinfinity.                                                                              

  Adjust CMAKE_MODULE_PATH to find FindLibinfinity.cmake or set
  Libinfinity_DIR to the directory containing a CMake configuration file for
  Libinfinity.  The file will have one of the following names:             

    LibinfinityConfig.cmake
    libinfinity-config.cmake



CMake Error at CMakeLists.txt:4 (find_package):
  Could not find module FindLibinftext.cmake or a configuration file for
  package Libinftext.                                                  

  Adjust CMAKE_MODULE_PATH to find FindLibinftext.cmake or set Libinftext_DIR
  to the directory containing a CMake configuration file for Libinftext.  The

  file will have one of the following names:                                

    LibinftextConfig.cmake
    libinftext-config.cmake



-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.5.2

CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.6)

  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!


2009/12/8 Børre <alb...@gmail.com>

Justin Kirby

unread,
Dec 22, 2009, 5:26:06 PM12/22/09
to ko...@googlegroups.com
Borre,

Any chance you or someone else around these forums could build the normal .deb packages for libqinfinity and kobby?  I assume this needs to start happening anyways if we're to build a larger community of testers.

Thanks!
Justin
Reply all
Reply to author
Forward
0 new messages