GNOME Bugzilla – Bug 564075
DirectFB target fails to compile
Last modified: 2008-12-18 13:05:49 UTC
Please describe the problem: When targeting DirectFB, functions with the same name in (for example) gdk/directfb/gdkgeometry-directfb.c and gdk/gdkwindow.c are linked together. This causes 'multiple definition' link errors. Steps to reproduce: configure --with-gdktarget=directfb --without-x make Actual results: directfb/.libs/libgdk-directfb.a(gdkgeometry-directfb.o): In function 'IA__gdk_window_scroll': gdkgeometry-directfb.c:(.text+0x2d): multiple definition of 'IA__gdk_window_scroll' .libs/gdkwindow.o:gdkwindow.c:(.text+0x70d6): first defined here Expected results: No error. Does this happen every time? Yes. Other information:
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 554407 ***