Current master still does not build properly with gcc5

Hans de Goede hdegoede at redhat.com
Wed Apr 8 04:59:18 PDT 2015



Hi,

On 08-04-15 13:57, Markus Trippelsdorf wrote:
>
>
> On 2015.04.08 at 13:54 +0200, Hans de Goede wrote:
>> When building current master on Fedora 22 I end up with the following in
>> sdksyms.c:
>>
>> /*
>>    * These symbols are referenced to ensure they
>>    * will be available in the X Server binary.
>>    */
>> /* topdir=../.. */
>> _X_HIDDEN void *xorg_symbols[] = {
>>       (void *) &,                                                  /* ../../inclu
>>       (void *) &,                                                  /* ../../inclu
>>       (void *) &,                                                  /* ../../inclu
>>
>> Resulting in build errors, since sdksyms.sh is using a bunch of
>> awk which I do not speak, I'm just reporting this here and not
>> providing a patch.
>
> See http://gcc.gnu.org/gcc-5/porting_to.html (Preprocessor issues)

I know the cause, the problem is that the xserver awk code for parsing
cpp output needs to be fixed...

Regards,

Hans



More information about the xorg-devel mailing list