gnome-network -- bugs?



I tries compiling gnome-network today and have come across two errors:

1) gmailman wasn't being compiled because it wasn't in the toplevel
Makefile.am.  The (one line) patch is appended below.

2) girc wouldn't compile with gcc-2.7.2.3 -- switching to egcs-1.0.2 had many
errors, but was able to complete.  Here are the warnings and errors for the
gcc-2.7.2.3 compile:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/local/include
-DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include
-I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include
-I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include -g -O2
-c girc.m
girc.m: In function `_i_IRCDisplayManager__about_':
girc.m:153: warning: passing arg 4 of `gnome_about_new' from incompatible
pointer type
girc.m: At top level:
girc.m:289: warning: incomplete implementation of class `IRCInteractionWindow'
girc.m:289: warning: method definition for `-delete_event::' not found
girc.m:289: warning: method definition for `-activate:' not found
girc.m:289: warning: incomplete implementation of class `IRCInteractionWindow'
girc.m:289: warning: method definition for `-destroyNotify:' not found
girc.m:289: warning: class `IRCInteractionWindow' does not fully implement the
`ObjDestroyNotify' protocol
girc.m: In function `_i_IRCConnectionWindow__free':
girc.m:428: warning: `IRCConnectionWindow' does not respond to `IRC_quit::'
girc.m: In function `_i_IRCChannelWindow__delete_event_':
girc.m:483: warning: cannot find method.
girc.m:483: warning: return type for `CHAN_part::' defaults to id
girc.m: In function `_i_IRCChatWindow__processMessage_message_':
girc.m:532: warning: `IRCChatWindow' does not respond to `handleCTCP:'
girc.m: At top level:
girc.m:592: warning: incomplete implementation of class `IRCChatWindow'
girc.m:592: warning: method definition for `-setReceiver:' not found
girc.m:592: warning: class `IRCChatWindow' does not fully implement the
`MessageUser' protocol
girc.m: In function `main':
girc.m:596: `_objc_malloc' undeclared (first use this function)
girc.m:596: (Each undeclared identifier is reported only once
girc.m:596: for each function it appears in.)
girc.m:597: `_objc_free' undeclared (first use this function)
girc.m:598: `_objc_atomic_malloc' undeclared (first use this function)
girc.m:599: `_objc_realloc' undeclared (first use this function)
girc.m:600: `_objc_calloc' undeclared (first use this function)
girc.m:601: `_objc_valloc' undeclared (first use this function)
make[2]: *** [girc.o] Error 1

-Toshio

--- Makefile.am.bak     Tue Apr 21 21:45:49 1998
+++ Makefile.am Tue Apr 21 21:36:20 1998
@@ -1,5 +1,5 @@
 if OBJECTIVE_C
-objc_DIRS =  girc
+objc_DIRS =  girc gmailman
 endif
 
 if GUILE



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