current xserver git repo make error

Michael Faraci faraci1 at sbcglobal.net
Mon Jan 7 16:36:56 PST 2008


This did the trick! Thank you :)

-----Original Message-----
From: xorg-bounces at lists.freedesktop.org
[mailto:xorg-bounces at lists.freedesktop.org] On Behalf Of Harald Radke
Sent: Monday, December 31, 2007 4:06 AM
To: xorg at lists.freedesktop.org
Subject: Re: current xserver git repo make error

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 at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.17.12/1203 - Release Date: 12/30/2007
11:27 AM
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.17.13/1213 - Release Date: 1/7/2008
9:14 AM
 




More information about the xorg mailing list