
gtalX
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Gtalk client that works on Linux, it supports voice and text based chat. It is not packaged for any particular distro, but if you are lucky enough, running a script will get it built. We test and use it on KUbuntu, Zenwalk and Slackware. Some people reported that it works on Fedora, Mandriva and Debian as well.
If you need help installing it, take a look at the contact us paragraph on the homepage. You can also find deb files there for Ubuntu.
Good luck! :-)
vinnitu
11 years ago
moc_dlgconnect.cpp:17:2: error: #error "This file was generated using the moc from 3.3.8b. It"
moc_dlgconnect.cpp:18:2: error: #error "cannot be used with the include files from this version of Qt."
moc_dlgconnect.cpp:19:2: error: #error "(The moc has changed too much.)"
moc_dlgconnect.cpp:22: error: no ‘const char* DlgConnect::className() const’ member function declared in class ‘DlgConnect’
moc_dlgconnect.cpp:27: error: ‘QMetaObject* DlgConnect::metaObj’ is not a static member of ‘class DlgConnect’
moc_dlgconnect.cpp:28: error: ‘QMetaObjectCleanUp’ does not name a type
moc_dlgconnect.cpp:31: error: redefinition of ‘static QString DlgConnect::tr(const char*, const char*)’
dlgconnect.h:31: error: ‘static QString DlgConnect::tr(const char*, const char*)’ previously defined here
moc_dlgconnect.cpp:39: error: redefinition of ‘static QString DlgConnect::trUtf8(const char*, const char*)’
dlgconnect.h:31: error: ‘static QString DlgConnect::trUtf8(const char*, const char*)’ previously defined here
moc_dlgconnect.cpp:50: error: no ‘QMetaObject* DlgConnect::staticMetaObject()’ member function declared in class ‘DlgConnect’
moc_dlgconnect.cpp:84: error: no ‘void* DlgConnect::qt_cast(const char*)’ member function declared in class ‘DlgConnect’
moc_dlgconnect.cpp:91: error: ‘QUObject’ has not been declared
moc_dlgconnect.cpp:91: error: no ‘bool DlgConnect::qt_invoke(int, int*)’ member function declared in class ‘DlgConnect’
moc_dlgconnect.cpp:103: error: ‘QUObject’ has not been declared
moc_dlgconnect.cpp:103: error: no ‘bool DlgConnect::qt_emit(int, int*)’ member function declared in class ‘DlgConnect’
moc_dlgconnect.cpp:109: error: no ‘bool DlgConnect::qt_property(int, int, QVariant*)’ member function declared in class ‘DlgConnect’
moc_dlgconnect.cpp:114: error: no ‘bool DlgConnect::qt_static_property(QObject*, int, int, QVariant*)’ member function declared in class ‘DlgConnect’
make[1]: *** [gtalx-moc_dlgconnect.o] Ошибка 1
make[1]: Выход из каталога `/home/victor/qt/0.0.4/gtalx/src'
make: *** [all-recursive] Ошибка 1
~/qt/0.0.4
make failed.
Report
tsujan
11 years ago
Report
bjdodo
11 years ago
I never did any feature changes in 0.0.4, only very minor bugfixes (one fix about a unicode problem and one fix about parsing the login email) and otherwise mainly did build fixes for newer versions of gcc. I should have a 4th digit in the version number, but I find it too much effort to maintain it in general.
I hope 0.0.5 will be out soon, I have implemented file transfer there but have to do some minor changes before I actually release. Yes, the deb file already says 0.0.5 but that is not a released version :-)
Jozsi
Report
mnurolcay
11 years ago
then mv -f ".deps/msrtp.Tpo" ".deps/msrtp.Plo"; else rm -f ".deps/msrtp.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I.. -D_REENTRANT -DORTP_INET6 -DORTP_INET6 -DINET6 -Wall -O2 -g -pthread -D_REENTRANT -MT msrtp.lo -MD -MP -MF .deps/msrtp.Tpo -c msrtp.c -fPIC -DPIC -o .libs/msrtp.o
In file included from ../include/mediastreamer2/msrtp.h:25,
from msrtp.c:20:
../include/mediastreamer2/ice.h:57: error: expected specifier-qualifier-list before 'UInt128'
*** 1 errors, 0 warnings
Report
bjdodo
11 years ago
In general, if you have a problem with gtalx please send an email to me (see email address in the Contact us section on the webpage). I saw your message by pure accident.
What distro are you using? Which version of gtalx are you building?
Jozsi
Report
vinnitu
11 years ago
As I understand it is died project, but you can see user activity for last days. It is really strange.
and here is some files
http://qtalk.cvs.sourceforge.net/qtalk/
and here is my first (year ago) aproach
http://code.google.com/p/qtalk-ui
I get expirience with qloox and Qt3 than
PS: to be continue...
Report
vinnitu
11 years ago
'configure: error: Could not find ffmpeg headers and library. This is mandatory for video support'
?
what i need to install on ubuntu 8.10?
Report
bjdodo
11 years ago
I suppose if you install ffmpeg (sudo apt-get ffmpeg) then you might be one step ahead.
Do you use the ./make script to build, or are you trying to build it in another way?
Did you install the suggested packages (
libmediastreamer0-dev and libspeexdsp-dev)?
Here is a list of dependencies that might help you as well in the build:
libraw1394-dev
libtheora-dev
libvorbis-dev
libSDL-dev
libgsm1-dev
libavcodec-dev
libswscale-dev
But in my experience if you use the ./make script and you install both suggested dependencies listed on the webpage:
libmediastreamer0-dev
libspeexdsp-dev
then the ./make script should build the code successfully on a clean installed 32 bit Ubuntu. For 64 bit you'll need the longer list that I have written above.
Let me know if none of these hints help.
Jozsi
Report
vinnitu
11 years ago
Report
vinnitu
11 years ago
Report
bjdodo
11 years ago
Jozsi
Report
tsujan
11 years ago
Keep on developing!
Report
vinnitu
11 years ago
- jabbin
- emphaty
Report
tsujan
11 years ago
As for Empathy, I could never use its voice chat support in Hardy.
Report