#28041 closed defect (fixed)
gtk-chtheme post-libpng-revbump: lvalue required as left operand of assignment
Reported by: | geekosaur | Owned by: | alexandernx@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | alexander.zimmermann@…, mayace.cysque@… | |
Port: | gtk-chtheme |
Description
(looks like an undefined Gtk macro, actually)
Logfile attached; the key part appears to be
cc -Wall -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14 -DGTK_DISABLE_BROKEN -DGTK_DISABLE_DEPRECATED -DPROJNAME='"Gtk+ 2.0 Change Theme"' -DVERSION='"0.3.1"' -c -o util.o util.c util.c: In function 'unfocussable': util.c:22: warning: implicit declaration of function 'GTK_OBJECT_FLAGS' util.c:22: error: lvalue required as left operand of assignment make: *** [util.o] Error 1
Attachments (1)
Change History (7)
Changed 14 years ago by geekosaur
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to alexandernx@… |
---|
comment:4 Changed 14 years ago by joergahrens (Jörg Ahrens)
In util.c line 22 change
GTK_WIDGET_UNSET_FLAGS(w, GTK_CAN_FOCUS);
to
gtk_widget_set_can_focus(w, FALSE);
comment:5 Changed 14 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r75399.
comment:6 Changed 14 years ago by raimue (Rainer Müller)
Fix redone in 75401 with correct boolean logic.
Note: See
TracTickets for help on using
tickets.
log from build