On 05/12/2018 01:52 AM, Thanos Baloukas wrote:
fbdev.c:898:7: error: #if with no expression
  #if XV
        ^

sed 's/if XV/ifdef XV/' -i src/fbdev.c

I did a test build of fbdev and cannot duplicate the error. I do have 7 warnings on that page, but no errors.

I do see in configure:

#include "xorg-server.h"
#if !defined XV
#error XV not defined
#endif

xorg-server.h should have:

#define XV 1

I wonder if the issue you are seeing has to do with dependencies in either xorg-server or mesa.

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to