current xserver git repo make error

Harald Radke harryrat at postnuklear.de
Mon Dec 31 02:06:16 PST 2007


On Monday 31 December 2007 02:42:05 Michael Faraci wrote:
> I apologize if im wrong, but I tried the patch, but no resolve, this is an
> error with xserver/dix/main.c
>
> main.c:508: error: expected expression before ')' token
> main.c:508: error: expected expression before ')' token
> make[2]: *** [main.lo] Error 1
> make[2]: Leaving directory `/home/git/xserver/dix'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/git/xserver/dix'
> make: *** [all-recursive] Error 1
> GinoPC:/home/git/xserver#
>

hm, I think I had the same problem with 1.4.0 ...I modified the ./configure 
script so it sets the vendor release correctly

PVM=`echo $PACKAGE_VERSION | cut -d . -f 2`
  if test "x$PVM" = "x"; then
          PVM="0"
  fi
  PVP=`echo $PACKAGE_VERSION | cut -d . -f 3`
  if test "x$PVP" = "x"; then
          PVP="0"
  fi

(I put this right below "PVMAJOR=`echo $PACKAGE_VERSION | cut -d . -f 1`")

Not sure if I missed a package or so, no idea why this problem appeared, so 
this  was just a working fix for me (:

Hope that helps

Harry



More information about the xorg mailing list