LinuxQuestions.org
Help answer threads with 0 replies.
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-25-2005, 05:36 PM   #1
pipebkn
LQ Newbie
 
Registered: Mar 2005
Distribution: mandrake 10.1
Posts: 12

Rep: Reputation: 0
error installing nautilus 2.10


nautilus-program-choosing.c: In function `nautilus_launch_desktop_file':
nautilus-program-choosing.c:858: error: `Time' undeclared (first use in this function)
nautilus-program-choosing.c:858: error: (Each undeclared identifier is reported only once
nautilus-program-choosing.c:858: error: for each function it appears in.)
nautilus-program-choosing.c:858: error: syntax error before "timestamp"
nautilus-program-choosing.c:949: error: `timestamp' undeclared (first use in this function)
make[2]: *** [nautilus-program-choosing.lo] Error 1
make[2]: Leaving directory `/cachemultiusuario/gnome/nautilus-2.10.0/libnautilus-private'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cachemultiusuario/gnome/nautilus-2.10.0'
make: *** [all] Error 2

help me
 
Old 03-25-2005, 06:58 PM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
post a little farther up, where the real error is occurring ( probably about 10-15 lines up).
 
Old 03-25-2005, 07:20 PM   #3
pipebkn
LQ Newbie
 
Registered: Mar 2005
Distribution: mandrake 10.1
Posts: 12

Original Poster
Rep: Reputation: 0
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../cut-n-paste-code -pthread -DORBIT2=1 -I/usr/local/include/eel-2 -I/usr/local/include/gconf/2 -I/usr/local/include/gtk-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/libart-2.0 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/gail-1.0 -I/usr/local/include/libglade-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/include/freetype2 -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libbonoboui-2.0 -I/usr/local/include/librsvg-2 -I/usr/local/include -I/usr/local/include/gnome-desktop-2.0 -I/usr/include/libxml2 -I/usr/include/orbit-2.0 -I/usr/local/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DDATADIR=\"/usr/local/share\" -DSYSCONFDIR=\"/usr/local/etc\" -DNAUTILUS_DATADIR=\"/usr/local/share/nautilus\" -DNAUTILUS_EXTENSIONDIR=\"/usr/local/lib/nautilus/extensions-1.0\" -g -O2 -MT nautilus-program-choosing.lo -MD -MP -MF .deps/nautilus-program-choosing.Tpo -c nautilus-program-choosing.c -fPIC -DPIC -o .libs/nautilus-program-choosing.o
nautilus-program-choosing.c: In function `nautilus_launch_desktop_file':
nautilus-program-choosing.c:858: error: `Time' undeclared (first use in this function)
nautilus-program-choosing.c:858: error: (Each undeclared identifier is reported only once
nautilus-program-choosing.c:858: error: for each function it appears in.)
nautilus-program-choosing.c:858: error: syntax error before "timestamp"
nautilus-program-choosing.c:949: error: `timestamp' undeclared (first use in this function)
make[2]: *** [nautilus-program-choosing.lo] Error 1
make[2]: Leaving directory `/cachemultiusuario/gnome/nautilus-2.10.0/libnautilus-private'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cachemultiusuario/gnome/nautilus-2.10.0'
make: *** [all] Error 2
[root@pc-47-218-104-200 nautilus-2.10.0]#


before i execute ./configure without errors
 
Old 03-25-2005, 08:44 PM   #4
lukebeales
Member
 
Registered: Oct 2003
Location: Australia
Distribution: Slackware/LFS/Ubuntu
Posts: 89

Rep: Reputation: 15
I'm getting exactly the same problem. Had a look around the file at the line that is causing the error and there are other lines the same in that file which apparently don't cause errors - so I'm stuck also. Any programmers among us?
 
Old 03-25-2005, 08:52 PM   #5
pipebkn
LQ Newbie
 
Registered: Mar 2005
Distribution: mandrake 10.1
Posts: 12

Original Poster
Rep: Reputation: 0
in nautilus-program-choosing.c , have a variable Time undeclarate but i don't know how declarate it , i send a mail to author of nautilus-program-choosing.c if any one know how to report this error please Reply
 
Old 03-25-2005, 10:05 PM   #6
lukebeales
Member
 
Registered: Oct 2003
Location: Australia
Distribution: Slackware/LFS/Ubuntu
Posts: 89

Rep: Reputation: 15
I figured out the solution...well it worked for me at least!

You need the startup-notification package, which is part of gnome and can be found here: http://ftp.gnome.org/pub/GNOME/deskt...on-0.8.tar.bz2 ...the nautilus-program-choosing.c file doesn't visibly link to it that I could see, but there is a comment below the timestamp function that mentions startup notification. Get that package, compile it and see if that fixes the problem.

The gnome developers should really have a check in the nautilus configure script to see if that library is installed.
 
Old 03-25-2005, 10:31 PM   #7
pipebkn
LQ Newbie
 
Registered: Mar 2005
Distribution: mandrake 10.1
Posts: 12

Original Poster
Rep: Reputation: 0
Thank you very much, you are a genius
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Nautilus-Throbber Error woodwarh Red Hat 0 08-13-2005 01:30 PM
Gnome Nautilus error on Gentoo pewillette Linux - Software 2 04-25-2004 06:17 AM
Nautilus error nutshell Linux - General 2 07-10-2003 09:17 PM
installing packages with nautilus elimorris Linux - Distributions 2 04-23-2003 02:27 PM
nautilus error in redhat 7.2 garorag General 1 03-17-2002 04:46 AM

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

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