Bug 13262

Summary: Autogen.sh print out XINERAMA error with xf86-video-intel
Product: DRI Reporter: Ashley Wee <awee>
Component: GeneralAssignee: Default DRI bug account <dri-devel>
Status: RESOLVED NOTABUG QA Contact:
Severity: major    
Priority: high CC: awee, bill-freedesktop.org-bugzilla
Version: XOrg git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Ashley Wee 2007-11-15 15:24:52 UTC
When I git-clone the git://anongit.xfreedesktop.org/git/xorg/driver/xf86-video-intel and do ./autogen.sh. It prints out an error message as follows:
./configure: line 20090: syntax error near unexpected token 'XINERAMA'
./configure: line 20090: 'XORG_DRIVER_CHECK_EXT(XINERAMA, xineramaproto)'

I am using the SUSE SLES 9 SP3 kernel 2.6.5-7.244-smp kernel.
Comment 1 Jesse Barnes 2007-11-15 15:33:40 UTC
You probably don't have the X.Org macro package installed given that you're running on a distro with the old, monolithic version of X.

I suggest talking with your distro about getting a more recent version of the X stack installed on your system, or doing it all yourself (see the X wiki page for instructions on how to download and build everything by hand).
Comment 2 Ashley Wee 2007-11-16 16:13:19 UTC
Can you tell me where is the right X.org Macro to download, I tried the following one:
./git-clone.sh git://cgit.freedesktop.org/xorg/util/macro
and still got the same error.

Also, can you tell me which X Wiki page. There is too many hits out there to know which one for sure.
Comment 3 Julien Cristau 2007-11-17 15:15:04 UTC
(In reply to comment #2)
> Can you tell me where is the right X.org Macro to download, I tried the
> following one:
> ./git-clone.sh git://cgit.freedesktop.org/xorg/util/macro
> and still got the same error.
> 
you need xorg-server.m4 from the xserver tree.

Comment 4 Bill McGonigle 2008-01-15 20:00:03 UTC
For others here arriving from Google, looks like SUSE stashes this in the xorg-x11-proto-devel, or xorg-x11-util-macros on Fedora-derived distros.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.