LinuxQuestions.org
Help answer threads with 0 replies.
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 02-11-2002, 09:54 PM   #1
taz.devil
Senior Member
 
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261

Rep: Reputation: 45
XFCE help if you would?


Here's my error messages from make while I try for the bazillionth time to install XFCE. Is it you tricky that uses xfce as your standard Desk Env. or was that someone else? Crap, I can't remember anything anymore. configure goes super-duper and then make spits this out. Any instant, glaring problem i've missed?


In file included from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from fileutil.c:26:
/usr/include/linux/errno.h:4: asm/errno.h:
No such file or directory
In file included from /usr/include/signal.h:307,
from fileutil.c:28:
/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No
such file or directory
make[2]: *** [fileutil.lo] Error 1
make[2]: Leaving directory /usr/local/src/xfce-3.8.14c/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory /usr/local/src/xfce-3.8.14c'
make: *** [all-recursive-am] Error 2
 
Old 02-11-2002, 11:28 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
how quickly is it giving that error and leaving the directory ?? and are you installing this on your slack box or on your LFS ??

I just installed as I wasn't currently using it and had no problems installing it.

If your using slack 8, you shouldn't have any problems. Not sure if this would do it or not but what directory are you configuring and compiling from.. I noticed that it was referring to /usr/include and so on from your errors you recieved.. have you tried installing from another directory, I downloaded to /root and installed from there and if you run the:

./configure --prefix=/usr/local --datadir=/usr/local/share --sysconfdir=/etc/X11 &&
make &&
make install

You should be able to install with no problems and it should set it globally by default for all users to be able to load with no problems.

Also do make sure you have like stated in the INSTALL file

gtk+ 1.2.x
glib 1.2.x
libXpm 4.x
gcc

on your system for it to run properly..

let us know..

-trickykid
 
Old 02-12-2002, 02:14 PM   #3
taz.devil
Senior Member
 
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261

Original Poster
Rep: Reputation: 45
Thanks for replying. It errors out about 6-7 seconds into make and yeah it's on Slack 8. I did do a quick requirments check, so that's ok. I was installing from /usr/local/src but will try from /root as that may make the difference. I appreciate it and will let you know what happens. Thanks...
 
Old 02-12-2002, 02:39 PM   #4
NSKL
Senior Member
 
Registered: Jan 2002
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207

Rep: Reputation: 47
I also compiled Xfce with no problems in Slack 8 from my /home dir. So was it you Trickykid who suggested Xfce in one of the threads? If so thanks a lot, It is great indeed, much better than KDE or GNOME IMHO.

And sorry for asking a question not realated to this, but what difference does it make from what directory you compile something?
And sorry i could'nt help....
 
Old 02-12-2002, 02:41 PM   #5
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
Quote:
Originally posted by NSKL
I also compiled Xfce with no problems in Slack 8 from my /home dir. So was it you Trickykid who suggested Xfce in one of the threads? If so thanks a lot, It is great indeed, much better than KDE or GNOME IMHO.

And sorry for asking a question not realated to this, but what difference does it make from what directory you compile something?
And sorry i could'nt help....
yeah maybe.. i suggested it a long time ago and at one time i thought i was the only one on this site using it.. now i am not alone..
 
Old 02-13-2002, 06:18 PM   #6
taz.devil
Senior Member
 
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261

Original Poster
Rep: Reputation: 45
Well, it's not a directory or more specifically a path problem. /root doesn't work and i've also tried it from /home before. I'm possitive that Slack 8 and I have the proper libs installed. Did either of you have a problem installing it on Slack without having to download additional libs? I may have missed one and will go see.
 
Old 02-13-2002, 07:57 PM   #7
taz.devil
Senior Member
 
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261

Original Poster
Rep: Reputation: 45
Well, as I know that the libs are all installed i'm a tad stumpededed unless it's something stupid I should know.

Here is the output of make from another program I tried to install today.

In file included from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from main.c:57:
/usr/include/linux/errno.h:4: asm/errno.h:
No such file or directory
make: *** [main.o] Error 1

Only difference is obviously it refers to main instead of the fileutil. But always an error. Only thing is I might have missed something when I recompiled to 2.4.16?
 
Old 02-14-2002, 02:34 PM   #8
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
seems to me probably.. cause the other program is referring to that errno.h or something as well.. not sure what that is used for.. but could definitly be the culprit..
 
Old 02-14-2002, 05:55 PM   #9
taz.devil
Senior Member
 
Registered: Nov 2001
Location: Wa. State
Distribution: Slackware
Posts: 1,261

Original Poster
Rep: Reputation: 45
Ok, i'm now running xfce and super darn happy with it I must say! What did I do to fix it you ask? Silly sort of but the symlink in /usr/include called 'asm' points to /usr/src/linux/asm BUT after compiling the 2.4.16 kernel /usr/src/linux/asm is no longer but becomes /usr/src/linux/asm-i386. Change the symlink and whadya know, things are installing dandy now. Sheesh...
 
  


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
Xfce problems with task bar and xfce-panel aeruzcar Linux - Software 4 06-26-2006 05:29 AM
Xfce interndan Slackware 13 06-04-2005 10:55 AM
Where is XFCE ? vladoportos SUSE / openSUSE 4 03-18-2005 12:41 PM
Xfce Kyl3 Slackware 6 05-26-2004 12:03 AM
Xfce 4 .... Solean Linux - Software 7 09-29-2003 03:02 AM

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

All times are GMT -5. The time now is 06:37 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