[PULL] button mapping fix and unconstify patches
Keith Packard
keithp at keithp.com
Wed Feb 12 09:57:46 PST 2014
Gaetan Nadon <memsize at videotron.ca> writes:
> On gcc 4.6.3 (Ubuntu 12-04), I get the following error in hw/vfb when
> linking
>
> ../../Xext/.libs/libXext.a(xvmc.o): In function
> `xf86XvMCRegisterDRInfo':
> /home/nadon/xorg/src/xserver/Xext/xvmc.c:808: undefined reference to
> `strlcpy'
This function is supposed to be automatically replaced with os/strlcpy.c
when not present in your C library.
Something appears to be amiss here; I don't have strlcpy *or* strlcat in
my glibc, and so configure correctly adds os/strlcpy.c and os/strlcat.c
to the build.
--
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 810 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20140212/720c2ad4/attachment.pgp>
More information about the xorg-devel
mailing list