LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   direct connect QT (https://www.linuxquestions.org/questions/linux-software-2/direct-connect-qt-67343/)

DrOzz 06-22-2003 07:07 PM

direct connect QT
 
$ /usr/local/bin/dcgui-qt
Can't resolve path for '/usr/local/bin/dcgui-qt'
Checking dclib version ...
Using '0.2.15'
Checking qt version ...
Compiled for '3.0.5' using '3.1.2'
Checking qt privates ...
/usr/local/bin/dcgui-qt: relocation error: /usr/local/bin/dcgui-qt: undefined symbol: _ZN19QSharedDoubleBufferC1EbbP7QPixmap

thats the error i get when i try to run directconnect...i updated qt the other day as you can see but i uninstalled and reinstalled directconnect and it still says that error...i even tried compiling from sources but when it says check QT it says error qt >= 3.0.5
anyone know how i can resolve this?

DrOzz 06-23-2003 05:21 AM

well i figured it out, and if anyone by chance has the same problem, then you have to get the tarballs for dcgui-qt and dclib as you will not be able to use the rpm packages...untar them and install dclib with the traditional configure make and make install, but open the configure script for dcgui after you install dclib and search for the command:
if test $kde_qtver = 3; then
kde_qt_dirs="$QTDIR /usr/lib/qt3 /usr/lib/qt"
fi
and change it to your proper qt folder, in my case:
if test $kde_qtver = 3; then
kde_qt_dirs="$QTDIR /usr/lib/qt-3.1 /usr/lib/qt"
fi
and then again run the configure make and make install.

MasterC 06-23-2003 05:35 AM

Hmm... I'll have to try that out later, I was having a similar (don't know if it's exactly the same error) problem.

Thanks!

:)

Cool

DrOzz 06-23-2003 05:50 AM

well if you updated qt, more than likely from a result of updating kde, then this problem will probably exist...cause as you see if the qt version is equal or greater than 3 it will just look at /usr/lib/qt3, and obviously i wouldn't be posting if i didn't have a problem, but my directory was /usr/lib/qt-3.1....so if you went to the same version i did, then the problem defineatly exists...

WannaLearnLinux 10-29-2003 10:16 PM

looking for help dcgui-qt
 
I've read everything that search found.

this post is pretty close to my problem.

i installed dclib.RPM and dcgui.RPM.Then i typed dcgui-qt in that directory. I get this errors:

[root@localhost bin]# dcgui-qt
Checking dclib version ...
Using '0.2.19'
Checking qt version ...
Compiled for '3.1.1' using '3.1.1'
Checking qt privates ...
private test ok !
warning: failed to load external entity "/root/.dc/dclib.cfg"
warning: failed to load external entity "/root/.dc/dcprof.cfg"
warning: failed to load external entity "/root/.dc/dchub.cfg"
warning: failed to load external entity "/root/.dc/dcbookhub.cfg"
warning: failed to load external entity "/root/.dc/dcgui.cfg"
warning: failed to load external entity "/usr/local/share/dcgui/emoticons/emotes.xml"
warning: failed to load external entity "/root/.dc/dchubfilter.cfg"
warning: failed to load external entity "/root/.dc/dcfriendlist.cfg"
warning: failed to load external entity "/root/.dc/dctra.cfg"

..and DC started working.But without those things in this log.
And when I set up everything and clicked "OK" botton,it dissapeared.

I checked i got qt3 in lib dir.

What I'm doing wrong or what I'm missing?

WannaLearnLinux 10-29-2003 11:55 PM

nevermind,it works now...but my Pentium 233 is bit slow .)

djidjo 09-27-2004 04:43 PM

Re: looking for help dcgui-qt
 
Exactly how did you manage to fix the problem..because I couldn't..
Thank you in advance


All times are GMT -5. The time now is 08:18 PM.