You are not logged in.
i just tried jabbin, and i can sucessfull talk with other people using gtalk under windoze.
I'm very impressed, jabbin looks like psi on steroids!
It's a shame for gaim, looks like all gaim-vv development was throw alway.
Offline
I made a package which works at least for me.
Check it out from http://aur.archlinux.org/packages.php?d … =1&ID=7453
Offline
tanks tezen, your package works flawlessly here.
Offline
Now if Linux could get ventrilo to work natively...
Ventrilo dev's are working on a linux native version. These things take time. Besites though TeamSpeak > Ventrilo
Offline
./PKGBUILD: line 15: ./configure: Permission denied
Configuring Jabbin ...
Verifying Qt 3.x Multithreaded (MT) build environment ... fail
Unable to find Qt 'mkspecs'. Perhaps you need to
install the Qt 3 development utilities. You may download
them either from the vendor of your operating system
or from http://www.trolltech.com/
If you're sure you have the Qt development utilities
installed, you might try using the --qtdir option.
make: *** No targets specified and no makefile found. Stop.
==> ERROR: Build Failed. Aborting...
Error: Makepkg was unable to build jabbin package.
where to find Qt 3 development utilities or I missed something? Please help!
Offline
c'mon guys! I only found qdevelop for Qt4 in AUR, but I don't want to install Qt4
Offline
Please try to deal with your situation more constructively. Nobody here is obliged to help you, and that kind of tone could put people off.
If you don't get an answer here, ask in other places, both Arch and QT related, e.g. Arch mailing lists or IRC, QT forums/lists/IRC, etc. If there are similar communication options for jabbin issues, use them also.
It's worth noting that the current jabbin release is still 2.0beta2a, from well over a year ago. The AUR package is orphaned, and until you revived it, this thread had slept happily since last November.
Have a look on the jabbin website for news of the upcoming 2.0.1 version, and what to do if you want to build an up-to-date package before the official 2.0.1 release.
Offline
sorry, I'm just wondering what package qmake is a part of? Since I can't build 2.0beta2a - the same is for 2.0.1
Offline
according to this part of configure
for p in /usr/lib/qt /usr/share/qt /usr/share/qt3 /usr/local/lib/qt /usr/local/share/qt /usr/lib/qt3 /usr/local/lib/qt3 /usr/X11R6/share/qt /usr/qt/3 ; do
if [ -d "$p/mkspecs" ]; then
QTDIR=$p
break;
fi;
done
it looks for mkspecs which I have here /opt/qt/mkspecs/
tried
/src/jabbin-2.0beta2a/confiqure --qtdir=/opt/qt/
it still cannot find qt installation. what qtdir should be?
well, I set QTDIR=/opt/qt/ and QMAKESPEC=/opt/qt/mkspecs/linux-g++/
great success!!
Last edited by Flake (2007-10-23 17:58:05)
Offline