Bug 31645 - xlogo: Doesn't build with libXrender and without libXft
Summary: xlogo: Doesn't build with libXrender and without libXft
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: App/other (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-15 16:48 UTC by Cyril Brulebois
Modified: 2010-11-19 22:47 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Cyril Brulebois 2010-11-15 16:48:59 UTC
Since the call to XRenderCompositeDoublePoly() is unconditional, it's possible to end up with:

  CCLD   xlogo
/usr/bin/ld: RenderLogo.o: in function RenderLogo:RenderLogo.c(.text+0x56a): error: undefined reference to 'XRenderCompositeDoublePoly'
/usr/bin/ld: RenderLogo.o: in function RenderLogo:RenderLogo.c(.text+0x67e): error: undefined reference to 'XRenderCompositeDoublePoly'
collect2: ld returned 1 exit status
Comment 1 Alan Coopersmith 2010-11-19 22:47:33 UTC
Fix pushed to git master:
http://cgit.freedesktop.org/xorg/app/xlogo/commit/?id=73941fa2f5e5a71fb36a3b9a9dec8a833898907e


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.