LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 03-03-2004, 01:29 AM   #1
beejayzed
Member
 
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686

Rep: Reputation: 30
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?
 
Old 03-03-2004, 01:32 AM   #2
Axion
Member
 
Registered: Jan 2003
Location: Albany, NY
Distribution: Slackware 9.1, Gentoo 2004.1
Posts: 153

Rep: Reputation: 30
Compile it from source code
 
Old 03-03-2004, 01:42 AM   #3
beejayzed
Member
 
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686

Original Poster
Rep: Reputation: 30
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.
 
Old 03-03-2004, 01:56 AM   #4
Axion
Member
 
Registered: Jan 2003
Location: Albany, NY
Distribution: Slackware 9.1, Gentoo 2004.1
Posts: 153

Rep: Reputation: 30
./configure
make

use 'su' to log in with root before make install....sometimes needed before make.

make install
 
Old 03-03-2004, 02:08 AM   #5
beejayzed
Member
 
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686

Original Poster
Rep: Reputation: 30
I tried it as root, same thing.
 
Old 03-03-2004, 02:17 AM   #6
Axion
Member
 
Registered: Jan 2003
Location: Albany, NY
Distribution: Slackware 9.1, Gentoo 2004.1
Posts: 153

Rep: Reputation: 30
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
 
Old 03-03-2004, 02:23 AM   #7
beejayzed
Member
 
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686

Original Poster
Rep: Reputation: 30
The original rpm I installed was from the cd. I will download and install one from rpmfind, see if it works.
 
Old 03-03-2004, 02:32 AM   #8
beejayzed
Member
 
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686

Original Poster
Rep: Reputation: 30
Okay I tried 2.4.1(doesn't work), I will now try 2.4.0
 
Old 03-03-2004, 02:40 AM   #9
beejayzed
Member
 
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686

Original Poster
Rep: Reputation: 30
2.4.0 doesn't work either :-(
 
Old 03-03-2004, 02:54 AM   #10
Axion
Member
 
Registered: Jan 2003
Location: Albany, NY
Distribution: Slackware 9.1, Gentoo 2004.1
Posts: 153

Rep: Reputation: 30
i always hated mandrake and redhat for these problems....try upgrading gcc, g++, glibc, and make.
 
Old 03-03-2004, 03:06 AM   #11
beejayzed
Member
 
Registered: Jan 2004
Location: Auckland, New Zealand
Distribution: Ubuntu
Posts: 686

Original Poster
Rep: Reputation: 30
okay thanks i'll try that
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Downloader for X: installing problem Marc L. Linux - Software 6 07-15-2005 08:45 AM
Batch downloader? Libd20 Linux - Software 2 04-20-2005 08:38 PM
Problem with "Downloader for X" Damnit73 Linux - Newbie 4 05-02-2004 01:52 PM
downloader.... duker_d_cooker Linux - General 1 03-10-2004 02:41 AM
Stream Downloader dustinwu Linux - Software 3 02-24-2004 08:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration