Re: Configure Error



(should I be responding to the list, or should I take this offline with Paulo?)

Paulo André wrote:
On Mon, 2005-03-28 at 10:17 -0500, Kevin T. Neely wrote:

OK, so it seems you either don't have gtkhtml-sharp installed (and
that's one of the dependencies) or the configure system can't find it,

You are correct.  I added this.

I also removed the symbolic link to mono.pc, performed a
'set PKG_CONFIG_PATH=/usr/lib/pkgconfig/' and then I added
'setenv PKG_CONFIG_PATH /usr/lib/pkgconfig/' to my .tcshrc so it will be in there in the future.

So, now configure runs fine!  It ends with the following lines:

config.status: creating config.h
config.status: executing intltool commands
config.status: executing depfiles commands
config.status: executing default-1 commands


When running make, however, I get the following in the middle of the output (noticed b/c it was bold and red)

f-jpeg-utils.c:59:1: warning: "_" redefined
In file included from /opt/gnome/include/libgnome-2.0/libgnome/gnome-i18n.h:38,
                 from f-jpeg-utils.c:46:
/opt/gnome/include/libbonobo-2.0/bonobo/bonobo-i18n.h:47:1: warning: this is the
 location of the previous definition

but make continues until finally erroring out with:

/icons/f-spot-slideshow.png,f-spot-slideshow.png -resource:../icons/f-spot-fullscreen.png,f-spot-fullscreen.png -resource:../icons/f-spot-simple-white.css,f-spot-simple-white.css -resource:./f-spot.glade,f-spot.glade ./FullScreenView.cs(101) error CS1502: The best overloaded match for method ' Gtk.Button..ctor (System.IntPtr)' has some invalid arguments ./FullScreenView.cs(101) error CS1503: Argument 0: Cannot convert from 'Gtk.HBox' to 'System.IntPtr' ./FullScreenView.cs(101) error CS1501: No overload for method `Gtk.Button' takes `1' arguments ./FullScreenView.cs(101) error CS1501: New invocation: Can not find a constructor in `Gtk.Button' for this argument list ./Util.cs(168) error CS1502: The best overloaded match for method 'bool Gtk.StockManager.Lookup (string, Gtk.StockItem)' has some invalid arguments ./Util.cs(168) error CS1503: Argument 1: Cannot convert from 'ref Gtk.StockItem' to 'Gtk.StockItem' ./Util.cs(168) error CS1501: No overload for method `Lookup' takes `2' arguments ./Util.cs(168) error CS8006: Could not find any applicable function for this argument list
./Util.cs(173) error CS0165: Use of unassigned local variable `i'
./Util.cs(216) error CS1502: The best overloaded match for method 'bool Gtk.StockManager.Lookup (string, Gtk.StockItem)' has some invalid arguments ./Util.cs(216) error CS1503: Argument 1: Cannot convert from 'ref Gtk.StockItem' to 'Gtk.StockItem' ./Util.cs(216) error CS1501: No overload for method `Lookup' takes `2' arguments ./Util.cs(216) error CS8006: Could not find any applicable function for this argument list ./Util.cs(231) error CS1502: The best overloaded match for method 'bool Gtk.StockManager.Lookup (string, Gtk.StockItem)' has some invalid arguments ./Util.cs(231) error CS1503: Argument 1: Cannot convert from 'ref Gtk.StockItem' to 'Gtk.StockItem' ./Util.cs(231) error CS1501: No overload for method `Lookup' takes `2' arguments ./Util.cs(231) error CS8006: Could not find any applicable function for this argument list
Compilation failed: 17 error(s), 0 warnings
make[2]: *** [f-spot.exe] Error 1
make[2]: Leaving directory `/tmp/f-spot-0.0.12/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/f-spot-0.0.12'
make: *** [all] Error 2



if I run 'make check' it gives me very similar output, but ends with:

Compilation failed: 17 error(s), 0 warnings
make[1]: *** [f-spot.exe] Error 1
make[1]: Leaving directory `/tmp/f-spot-0.0.12/src'
make: *** [check-recursive] Error 1


With configure, I knew I was missing some packages, however, with these errors, I'm not sure where to go next

K

--
In vino veritas



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]