Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-12-2003, 11:23 AM
|
#1
|
Member
Registered: Jun 2003
Distribution: Mandrake Linux 9.1 Bamboo
Posts: 51
Rep:
|
DCTC and DC_GUI
Hi. I found this Direct Connect client called DCTC and later I learned that it has a graphical frontend called DC_GUI (completely different from DCGUI-QT). I installed DCTC (Direct Connect Text Client) and then when I tried to install the GUI on top of it using the RPM it said that dctc was needed. It's there but the Software Installer can't seem to locate it. Now I'm trying to compile DC_GUI from the source and it seems to be stuck here:
[bob@localhost dc_gui2-0.76]$ make
make all-recursive
make[1]: Entering directory `/home/bob/dc_gui2-0.76'
Making all in src
make[2]: Entering directory `/home/bob/dc_gui2-0.76/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -D_REENTRANT -DORBIT2=1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/include/libxml2 -DHAVE_ZLIB -g -O2 -c main.c
main.c:532:2: warning: #warning CODE REMPLACED (no backward compatibility fonction)
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -D_REENTRANT -DORBIT2=1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/include/libxml2 -DHAVE_ZLIB -g -O2 -c support.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -D_REENTRANT -DORBIT2=1 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/linc-1.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/include/libxml2 -DHAVE_ZLIB -g -O2 -c interface.c
Should I wait it out? What should I do? I'd post this on the developer's board but there's hardly anyone there. All help is appreciated.
|
|
|
09-12-2003, 11:33 AM
|
#2
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
yes i have compiled dctc before and then compiled the gui afterwards and it really does take a long time..i think there is a file called main.c that takes a long time also...so yes let it sit there, go eat or watch tv, it will eventually compile....and its not unusual that it takes this long....so dont' worry about it, your not doing anything wrong 
|
|
|
09-12-2003, 12:46 PM
|
#3
|
Member
Registered: Jun 2003
Distribution: Mandrake Linux 9.1 Bamboo
Posts: 51
Original Poster
Rep:
|
ok cool thanx. Could me having a p2 266 be part of the problem?
|
|
|
09-12-2003, 12:58 PM
|
#4
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
well lets just say i did it on a 1.2ghz and it did the same thing 
|
|
|
09-12-2003, 01:00 PM
|
#5
|
Member
Registered: Jun 2003
Distribution: Mandrake Linux 9.1 Bamboo
Posts: 51
Original Poster
Rep:
|
How long did it take total? do you remember? and how come when I tried to use the RPM for the GUI it said that it couldnt find DCTC? Do you still have it installed? Could you post some screenshots?
|
|
|
09-12-2003, 01:17 PM
|
#6
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
well i don't remember how long but it was a while...i don't use it anyways anymore, cause it was terrible, and you couldn't properly download amongst numerous other bugs....i use dcgui-qt now and it is superior to that and even far more superior to the windows version direct connect...so thats where i stand 
|
|
|
09-12-2003, 01:19 PM
|
#7
|
Member
Registered: Jun 2003
Distribution: Mandrake Linux 9.1 Bamboo
Posts: 51
Original Poster
Rep:
|
I'm using DCGUI-QT as well but I wanna try out some other DC Clients.... I hear this DCGUI is cool. You don't have it installed anymore at all? I'd really like to see what it looks like.
|
|
|
09-12-2003, 01:23 PM
|
#8
|
Member
Registered: Jun 2003
Distribution: Mandrake Linux 9.1 Bamboo
Posts: 51
Original Poster
Rep:
|
Ya know what? ferget it.. it gave me some stupid error.... Thanks anyway.
|
|
|
09-12-2003, 01:24 PM
|
#9
|
Senior Member
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185
Rep:
|
all i can say and i know its a personal opinion, but dcgui-qt is going to be the best dc client you'll get...dctc is in very bad shape, especially if your connected behind a router or other...you have to set up all these options that most of the time dont' work so you don't get to download anything....its very buggy....it may have improved in the past 2-3 months but i won't go back after using dcgui-qt
|
|
|
04-20-2004, 05:54 PM
|
#10
|
LQ Newbie
Registered: Apr 2004
Location: [Italy] Giussano (MI)
Distribution: Mandrake 10.0 CE
Posts: 14
Rep:
|
Hi, someone could explain me how to launch DCTC and DC_GUI?
If I type "DCTC", it lists all the commands, if I launch DC_GUI obviously it doesn't works because it needs DCTC...
If someone could help me explaining in a very simple way I'll be very happy!
Thank you very much!
 INSIDE!
|
|
|
10-24-2004, 01:09 PM
|
#11
|
Member
Registered: Feb 2004
Distribution: Debian Sarge
Posts: 39
Rep:
|
Quote:
Originally posted by Zeno Cosini
Hi, someone could explain me how to launch DCTC and DC_GUI?
If I type "DCTC", it lists all the commands, if I launch DC_GUI obviously it doesn't works because it needs DCTC...
If someone could help me explaining in a very simple way I'll be very happy!
Thank you very much!
INSIDE!
|
Yeah! I second that!
|
|
|
All times are GMT -5. The time now is 06:55 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|