Opened 16 years ago

Closed 14 years ago

#16485 closed defect (fixed)

Gthumb does not build against Quartz GTK2

Reported by: mike@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc: mike@…, ryandesign (Ryan Carsten Schmidt)
Port: gthumb

Description (last modified by jmroot (Joshua Root))

I have built the following libraries (and their dependencies):

poppler +quartz pango +no_x11 gtk2 +quartz

When I try to build gthumb against them, I get:

 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -DXTHREADS -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -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/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/include/pixman-1 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnomeui-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/gnome-keyring-1 -I/opt/local/include/libbonoboui-2.0 -I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libxml2 -I/opt/local/include/gail-1.0 -I/opt/local/include/gnome-vfs-module-2.0 -I/opt/local/include/libglade-2.0 -DGTHUMB_MODULEDIR=\"/opt/local/lib/gthumb/modules\" -DGTHUMB_GLADEDIR=\"/opt/local/share/gthumb/glade\" -I/opt/local/include -O2 -no-cpp-precomp -flat_namespace -undefined suppress -MT eel-canvas-rect.lo -MD -MP -MF .deps/eel-canvas-rect.Tpo -c eel-canvas-rect.c  -fno-common -DPIC -o .libs/eel-canvas-rect.o
eel-canvas-rect.c:32:22: error: gdk/gdkx.h: No such file or directory
eel-canvas-rect.c: In function 'eel_canvas_rect_realize':
eel-canvas-rect.c:376: error: 'gdk_display' undeclared (first use in this function)
eel-canvas-rect.c:376: error: (Each undeclared identifier is reported only once
eel-canvas-rect.c:376: error: for each function it appears in.)
eel-canvas-rect.c:383: warning: assignment makes pointer from integer without a cast
eel-canvas-rect.c:385: warning: assignment makes pointer from integer without a cast
eel-canvas-rect.c: In function 'render_rect_alpha':
eel-canvas-rect.c:504: warning: assignment makes pointer from integer without a cast
make[3]: *** [eel-canvas-rect.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Change History (9)

comment:1 Changed 16 years ago by mike@…

Cc: mike@… added

Cc Me!

comment:2 Changed 16 years ago by blb@…

gdkx.h is an X11-specific header, so sounds like gthumb may have some bits that require X11, hence can't be done with a quartz gtk2 install. If that's the case, you'll have to take it upstream.

comment:3 Changed 16 years ago by mike@…

comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: ticketformatting added

comment:5 Changed 16 years ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: ticketformatting removed

comment:6 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Port: gthumb added; gnumeric removed

There's a patch for this attached to the above gnome bugzilla ticket. Presumably it will be in gthumb 2.10.11.

comment:7 Changed 15 years ago by mike@…

Gthumb 2.10.11 has been released upstream.

comment:8 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:9 Changed 14 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

So presumably this was fixed by r63415.

Note: See TracTickets for help on using tickets.