Author Topic: needed to compile QutIM messanger  (Read 1479 times)

tuxman

  • Guest
needed to compile QutIM messanger
« on: March 11, 2010, 12:15:51 PM »
Excuse me, needed qmake, but not found same named package (needed to compile QutIM messanger). May be there is package containing this utility?
Thank you!

Online daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3735
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Populating the 2010 repo
« Reply #1 on: March 11, 2010, 01:09:12 PM »
when i download the source, i find not a install or readme file. How compile the source?
On the website don't read anything
http://qutim.org/
 ::)

Online muungwana

  • Hero Member
  • *****
  • Posts: 6236
Re: Populating the 2010 repo
« Reply #2 on: March 11, 2010, 01:16:38 PM »
Excuse me, needed qmake, but not found same named package (needed to compile QutIM messanger). May be there is package containing this utility?
Thank you!

install libqt4-devel and try again
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Online muungwana

  • Hero Member
  • *****
  • Posts: 6236
Re: Populating the 2010 repo
« Reply #3 on: March 11, 2010, 01:25:06 PM »
when i download the source, i find not a install or readme file. How compile the source?
On the website don't read anything
http://qutim.org/
 ::)


This is not an appropriate thread to address your issue. The recommended thing to do is to open a thread in the package request section and make a request for this package and wait for it to be included in the repository and then install it through synaptic. If you want to compile it from source code, open a thread in the advanced user section and people there will help you out.
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: needed to compile QutIM messanger
« Reply #4 on: March 11, 2010, 01:28:28 PM »
Moved.  qmake exists but I don't remember now off the top of my head which package it is in.
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

tuxman

  • Guest
Re: Populating the 2010 repo
« Reply #5 on: March 11, 2010, 01:34:01 PM »
when i download the source, i find not a install or readme file. How compile the source?
On the website don't read anything
http://qutim.org/
 ::)

Look here: http://wiki.qutim.org/en/building_from_git
« Last Edit: March 11, 2010, 01:40:40 PM by tuxman »

tuxman

  • Guest
Re: Populating the 2010 repo
« Reply #6 on: March 11, 2010, 02:41:32 PM »
install libqt4-devel and try again
Done. And now there is another stuff:
Code: [Select]
symb@zx-spectrum qutim-meta]$ cmake .
-- 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
-- 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.6.2
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- checking for module 'qca2'
--   package 'qca2' not found
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:57 (MESSAGE):
  Could NOT find QCA2 (missing: QCA2_LIBRARIES QCA2_INCLUDE_DIR)
Call Stack (most recent call first):
  core/cmake/FindQCA2.cmake:44 (find_package_handle_standard_args)
  core/CMakeLists.txt:42 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
[code]
But qca2-2.0.1-1pclos2009.i586 allredy installed!
[/code]
« Last Edit: March 12, 2010, 06:31:08 AM by tuxman »

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: needed to compile QutIM messanger
« Reply #7 on: March 11, 2010, 03:06:37 PM »
Try installing this one:
libqca2-devel-2.0.1-1pclos2009.i586.rpm
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Online muungwana

  • Hero Member
  • *****
  • Posts: 6236
Re: needed to compile QutIM messanger
« Reply #8 on: March 11, 2010, 03:11:24 PM »

as a general rule, everytime the configuration stage fails, go to synaptic and search for the failed dependency name and install its development package. These packages usually end up with "devel" name
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

tuxman

  • Guest
Re: needed to compile QutIM messanger
« Reply #9 on: March 12, 2010, 06:43:55 AM »
as a general rule, everytime the configuration stage fails, go to synaptic and search for the failed dependency name and install its development package. These packages usually end up with "devel" name
Thanx, should be knowledged.