gnome2 failing build

2005-06-06 Thread Tom Norris
Hey everyone, sorry to take up time with this question, but I have been 
going over it for a few hours to no avail :(


I'm having problems building gnome2 on a FreeBSD 5.4-RELEASE GENERIC 
machine from ports. (/usr/ports/x11/gnome2)
I did a cvsup at about 22:00hrs EST.  I cvsuped because I found a post 
on the archives 
(http://lists.freebsd.org/pipermail/freebsd-questions/2005-May/088571.html) 
with a similar problem, but it didn't help :(



Here is some output from gmake after doing:
cd /usr/ports/x11/gnome2
make clean
make
make install


/usr/local/bin/orbit-idl-2 -I `pkg-config --variable=idldir 
bonobo-activation-2.0` ./GNOME_VFS_Daemon.idl

orbit-idl-2 2.12.1 compiling
  mode, show preprocessor errors, passes: stubs skels common headers

:1:30: Bonobo_Unknown.idl: No such file or directory
./GNOME_VFS_Daemon.idl:156: Error: `Bonobo' undeclared identifier

** (process:17955): WARNING **: ./GNOME_VFS_Daemon.idl compilation failed
gmake[2]: *** [GNOME_VFS_Daemon.h] Error 1
gmake[2]: Leaving directory 
`/usr/ports/devel/gnomevfs2/work/gnome-vfs-2.10.1/libgnomevfs'

gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/devel/gnomevfs2/work/gnome-vfs-2.10.1'

gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/devel/gnomevfs2.
*** Error code 1

Stop in /usr/ports/x11/gnomedesktop.
*** Error code 1
Stop in /usr/ports/x11-toolkits/eel.
*** Error code 1

Stop in /usr/ports/sysutils/gnomesystemtools.
*** Error code 1

Stop in /usr/ports/x11/gnomeapplets2.
*** Error code 1

Stop in /usr/ports/x11/gnome2.

Thanks in advance for your time,
Tom
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gnome2 failing build

2005-06-07 Thread Joe Marcus Clarke
On Tue, 2005-06-07 at 01:01 -0400, Tom Norris wrote:
> Hey everyone, sorry to take up time with this question, but I have been 
> going over it for a few hours to no avail :(
> 
> I'm having problems building gnome2 on a FreeBSD 5.4-RELEASE GENERIC 
> machine from ports. (/usr/ports/x11/gnome2)
> I did a cvsup at about 22:00hrs EST.  I cvsuped because I found a post 
> on the archives 
> (http://lists.freebsd.org/pipermail/freebsd-questions/2005-May/088571.html) 
> with a similar problem, but it didn't help :(
> 
> 
> Here is some output from gmake after doing:
> cd /usr/ports/x11/gnome2
> make clean
> make
> make install
> 
> 
> /usr/local/bin/orbit-idl-2 -I `pkg-config --variable=idldir 
> bonobo-activation-2.0` ./GNOME_VFS_Daemon.idl
> orbit-idl-2 2.12.1 compiling
>mode, show preprocessor errors, passes: stubs skels common headers
> 
> :1:30: Bonobo_Unknown.idl: No such file or directory
> ./GNOME_VFS_Daemon.idl:156: Error: `Bonobo' undeclared identifier

Looks like you need to reinstall devel/libbonobo first.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: gnome2 failing build

2005-06-07 Thread Tom Norris

Joe Marcus Clarke wrote:


Looks like you need to reinstall devel/libbonobo first.

Joe
Yep, going into devel/libbonobo and doing a deinstall/clean/make/install 
made everything work.  Thanks a bunch!

Now onto the hours of compiling that comes with Gnome.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"