Created attachment 107165 [details] adds standard config.h include to top of file The src/lx_memory.c file uses the xf86.h header file. This file must have HAVE_STRNDUP defined before calling it when the building platform has a strndup function. When using config.h, this file doesn't have that define and so fails to compile. The attached patch adds the conditional config.h to this file so it may compile on the affected platforms. The patch is trivial and may be included and used under whatever licensing desired. Signed-off-by: Brian A. Lloyd <brian.lloyd@familyhonor.net>
Thanks for this patch. Merged in upstream Git repository. Should be included in the upcoming xf86-video-geode 2.11.17 release.
PS: on exactly what platform does this happen?
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.