After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 564075 - DirectFB target fails to compile
DirectFB target fails to compile
Status: RESOLVED DUPLICATE of bug 554407
Product: gtk+
Classification: Platform
Component: Backend: X11
2.14.x
Other All
: Normal blocker
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-12-11 07:27 UTC by Simon Haines
Modified: 2008-12-18 13:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simon Haines 2008-12-11 07:27:08 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:
Comment 1 Emmanuele Bassi (:ebassi) 2008-12-18 13:05:49 UTC
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 ***