[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freedesktop-xorg
Subject:    Re: current xserver git repo make error
From:       Harald Radke <harryrat () postnuklear ! de>
Date:       2007-12-31 10:06:16
Message-ID: 200712311106.16660.harryrat () postnuklear ! de
[Download RAW message or body]

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
_______________________________________________
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic