Re: gnome-objc CVS, conpile errror



With CVS gnome-libs and gnome-objc (as of 1998-07-07), gnome-objc still
 pukes on the  uidata pointer.

Any ideas why?


gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/local/include
-I./../programs -DGNOMELIBDIR=\"/usr/local/lib\" -DGNOMEDATAD
IR=\"/usr/local/share\" -DGNOMELOCALEDIR=\"/usr/local/lib/locale\"
-I/usr/local/include -DNEED_GNOMESUPPORT_H -I/usr/local/lib/
gnome-libs/include -I/usr/local/lib/glib/include -I/usr/X11R6/include
-I/usr/local/lib/glib/include -I/usr/local/include -I../i
ntl -I/usr/local/lib/glib/include -I/usr/X11R6/include
-I/usr/local/lib/glib/include -I/usr/local/include -g -O2 -Wp,-MD,.deps/
obgnomeAppWin.p -c -fPIC -DPIC obgnomeAppWin.m
obgnomeAppWin.m: In function `obgnome_do_signal_connection':
obgnomeAppWin.m:27: invalid type argument of `->'
obgnomeAppWin.m:36: invalid type argument of `->'
obgnomeAppWin.m:38: invalid type argument of `->'
make[2]: *** [obgnomeAppWin.lo] Error 1
make[2]: Leaving directory `/usr/src/MORE/gnome-cvs/gnome-objc/obgnome'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/MORE/gnome-cvs/gnome-objc'
make: *** [all-recursive-am] Error 2


On 07-Jul-98 Raja R Harinath wrote:
> edtawfal@value.net writes:
>> I had problems compiling gnome-objc today.
>> I had to change references from (uidata->) to (uidata.)
> 
> This has been fixed in CVS.  Update both `gnome-libs' and `gnome-objc'.
> The suggestion of changing uidata->foo to uidata.foo is wrong -- the
> function is a callback that is passed a pointer, not a struct



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