trying to meet x11proto requirements

Richard Bronosky BrunosJunk at Bronosky.com
Fri Jun 8 22:15:24 PDT 2007


trying to follow http://wiki.x.org/wiki/CompileXserverManually

This doesn't work in bash:
setenv ACLOCAL "aclocal -I /opt/xorg/share/aclocal"
So I used:
export ACLOCAL="aclocal -I /opt/xorg/share/aclocal"

Then in the huge list of protocol headers, I couldn't find a match for
the first thing on the list:
proto/x11proto 7.0
But I went ahead and tried:
apt-get install x11proto-xext-dev x11proto-bigreqs-dev
x11proto-xcmisc-dev x11proto-core-dev x11proto-fonts-dev
x11proto-input-dev x11proto-kb-dev x11proto-resource-dev
x11proto-scrnsaver-dev x11proto-video-dev x11proto-record-dev
x11proto-trap-dev x11proto-xf86bigfont-dev x11proto-xf86dga-dev
x11proto-xf86misc-dev x11proto-xf86vidmode-dev x11proto-composite-dev
x11proto-damage-dev x11proto-fixes-dev x11proto-randr-dev
x11proto-render-dev x11proto-evie-dev x11proto-xinerama-dev
x11proto-gl-dev x11proto-xf86dri-dev libxi-dev libdrm-dev x-dev
(I added x-dev and x11proto-core-dev to try to meet proto/x11proto,
and added libxi-dev libdrm-dev Based on Ross Burton's blog)

All seemed well, so moving on I encounter:
rbronosky at ubuntu:~/svn/git$ git-clone
git://anongit.freedesktop.org/git/xorg/proto/x11proto
remote: Generating pack...
remote: Done counting 389 objects.
remote: Deltifying 389 objects.
remote:  100% (389/389) done
Indexing 389 objects.
remote: Total 389 (delta 233), reused 324 (delta 197)
 100% (389/389) done
Resolving 233 deltas.
 100% (233/233) done
rbronosky at ubuntu:~/svn/git$ cd x11proto/
rbronosky at ubuntu:~/svn/git/x11proto$ git status
nothing to commit
rbronosky at ubuntu:~/svn/git/x11proto$ ./autogen.sh --prefix=/opt/xorg
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I /opt/xorg/share/aclocal  --output=aclocal.m4t
autoreconf: `aclocal.m4' is created
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy
configure.ac: 5: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
configure.ac: 6: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
automake: configure.ac: installing `./install-sh'
automake: configure.ac: installing `./mkinstalldirs'
automake: configure.ac: installing `./missing'
automake: configure.ac: installing `./config.guess'
automake: configure.ac: installing `./config.sub'
automake: Makefile.am: installing `./INSTALL'
automake: Makefile.am: required file `./NEWS' not found
automake: Makefile.am: required file `./README' not found
automake: Makefile.am: required file `./ChangeLog' not found
configure.ac: 6: required file `./[do-not-use-config.h].in' not found
configure.ac: 6: required file `./[Xfuncproto.h].in' not found
Makefile.am:28: invalid variable `nodist_xproto_HEADERS'
autoreconf: automake failed with exit status: 1
rbronosky at ubuntu:~/svn/git/x11proto$ git status
# Untracked files:
#   (use "git add" to add to commit)
#
#       INSTALL
#       mkinstalldirs
#       stamp-h1.in
#       stamp-h2.in
nothing to commit

I don't know where to go from here.

-- 
.!# RichardBronosky #!.



More information about the xorg mailing list