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.
|
 |
03-03-2004, 01:29 AM
|
#1
|
Member
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686
Rep:
|
Problem with Downloader for X
Hi all. I am having problems with d4x. I installed the rpm and executed the program.
I starts up but then dies after it has played the intro sound.
The terminal output is:
(nt:4110): Gtk-WARNING **: Error loading menu image: Image header corrupt
(nt:4110): Gtk-WARNING **: Error loading menu image: Image header corrupt
(nt:4110): Gtk-WARNING **: Error loading menu image: Image header corrupt
(nt:4110): Gtk-WARNING **: Error loading menu image: Image header corrupt
Floating point exception
How can it be fixed?
|
|
|
03-03-2004, 01:32 AM
|
#2
|
Member
Registered: Jan 2003
Location: Albany, NY
Distribution: Slackware 9.1, Gentoo 2004.1
Posts: 153
Rep:
|
Compile it from source code
|
|
|
03-03-2004, 01:42 AM
|
#3
|
Member
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686
Original Poster
Rep:
|
I tried that but I get the following output with make.
make all-recursive
make[1]: Entering directory `/home/zangel/Desktop/d4x-2.4.1'
Making all in admin
make[2]: Entering directory `/home/zangel/Desktop/d4x-2.4.1/admin'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/zangel/Desktop/d4x-2.4.1/admin'
Making all in DOC
make[2]: Entering directory `/home/zangel/Desktop/d4x-2.4.1/DOC'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/zangel/Desktop/d4x-2.4.1/DOC'
Making all in intl
make[2]: Entering directory `/home/zangel/Desktop/d4x-2.4.1/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/zangel/Desktop/d4x-2.4.1/intl'
Making all in main
make[2]: Entering directory `/home/zangel/Desktop/d4x-2.4.1/main'
Making all in face
make[3]: Entering directory `/home/zangel/Desktop/d4x-2.4.1/main/face'
source='about.cc' object='about.o' libtool=no \
depfile='.deps/about.Po' tmpdepfile='.deps/about.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -include ../../config.h -O2 -c -o about.o `test -f 'about.cc' || echo './'`about.cc
In file included from ../socket.h:15,
from ../client.h:14,
from ../download.h:17,
from ../dlist.h:14,
from list.h:16,
from about.cc:15:
/usr/include/stdlib.h:43:30: bits/waitstatus.h: Permission denied
make[3]: *** [about.o] Error 1
make[3]: Leaving directory `/home/zangel/Desktop/d4x-2.4.1/main/face'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zangel/Desktop/d4x-2.4.1/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zangel/Desktop/d4x-2.4.1'
make: *** [all] Error 2
I tried it both as root an as a normal user.
|
|
|
03-03-2004, 01:56 AM
|
#4
|
Member
Registered: Jan 2003
Location: Albany, NY
Distribution: Slackware 9.1, Gentoo 2004.1
Posts: 153
Rep:
|
./configure
make
use 'su' to log in with root before make install....sometimes needed before make.
make install
|
|
|
03-03-2004, 02:08 AM
|
#5
|
Member
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686
Original Poster
Rep:
|
I tried it as root, same thing.
|
|
|
03-03-2004, 02:17 AM
|
#6
|
Member
Registered: Jan 2003
Location: Albany, NY
Distribution: Slackware 9.1, Gentoo 2004.1
Posts: 153
Rep:
|
Sorry I didn't see that...
You are using Mandrake right? Have you tried all of these precompiled binaries?
http://rpmfind.net/linux/RPM/DByName.html
|
|
|
03-03-2004, 02:23 AM
|
#7
|
Member
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686
Original Poster
Rep:
|
The original rpm I installed was from the cd. I will download and install one from rpmfind, see if it works.
|
|
|
03-03-2004, 02:32 AM
|
#8
|
Member
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686
Original Poster
Rep:
|
Okay I tried 2.4.1(doesn't work), I will now try 2.4.0
|
|
|
03-03-2004, 02:40 AM
|
#9
|
Member
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686
Original Poster
Rep:
|
2.4.0 doesn't work either :-(
|
|
|
03-03-2004, 02:54 AM
|
#10
|
Member
Registered: Jan 2003
Location: Albany, NY
Distribution: Slackware 9.1, Gentoo 2004.1
Posts: 153
Rep:
|
i always hated mandrake and redhat for these problems....try upgrading gcc, g++, glibc, and make.
|
|
|
03-03-2004, 03:06 AM
|
#11
|
Member
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686
Original Poster
Rep:
|
okay thanks i'll try that
|
|
|
All times are GMT -5. The time now is 06:04 AM.
|
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
|
|