On Sun, Sep 6, 2009 at 9:47 PM, Shuang He<[email protected]> wrote: > Peng Yu wrote: > > On Sun, Sep 6, 2009 at 9:30 PM, Stephan Raue<[email protected]> > wrote: > > > Am 07.09.2009 04:22, schrieb Peng Yu: > > > I don't see which one I should download. > > What is the user name and password for the following? > > ssh://git.freedesktop.org/git/xorg/lib/libXp > > > > try this > http://cgit.freedesktop.org/xorg/lib/libXp/snapshot/libXp-master.tar.bz2 > > > I don't see the file 'configure'. How to generate it? I tried > 'autogen'. But it gives me the following error. > > $ ./autogen.sh > autoreconf: Entering directory `.' > autoreconf: configure.ac: not using Gettext > autoreconf: running: aclocal > configure.ac:31: error: must install xorg-macros 1.2 or later before > running autoconf/autogen > configure.ac:31: the top level > autom4te: /usr/bin/m4 failed with exit status: 1 > aclocal: autom4te failed with exit status: 1 > autoreconf: aclocal failed with exit status: 1 > > Do I need to install 'xorg-marcos 1.2'? Where to download its source code? > > Regards, > Peng > > > All xorg related codes can be found here: > http://cgit.freedesktop.org/
I downloaded util-macros-1.2.2. The following is the message that I got when I install util-macros. But when I run autogen in libXp-master, it still generates the same error. Did I do something wrong? $ cat install_error_message # configure output checking for a BSD-compatible install... /home/pengy/utility/linux/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes configure: creating ./config.status config.status: creating Makefile config.status: creating xorg-macros.m4 $ cat make_error # make output make: Warning: File `Makefile' has modification time 8.5e+02 s in the future make: Nothing to be done for `all'. make: warning: Clock skew detected. Your build may be incomplete. $ cat make_install_error # make install output make: Warning: File `Makefile' has modification time 8e+02 s in the future make[1]: Entering directory `/home/pengy/download/linux/xorg/util-macros-1.2.2' make[1]: Warning: File `Makefile' has modification time 8e+02 s in the future make[1]: Nothing to be done for `install-exec-am'. test -z "/home/pengy/utility/linux//share/aclocal" || mkdir -p -- "/home/pengy/utility/linux//share/aclocal" /home/pengy/utility/linux/bin/install -c -m 644 'xorg-macros.m4' '/home/pengy/utility/linux//share/aclocal/xorg-macros.m4' make install-data-hook make[2]: Entering directory `/home/pengy/download/linux/xorg/util-macros-1.2.2' make[2]: Warning: File `Makefile' has modification time 8e+02 s in the future rm -f /home/pengy/utility/linux//share/aclocal/xorgversion.m4 make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/home/pengy/download/linux/xorg/util-macros-1.2.2' make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/home/pengy/download/linux/xorg/util-macros-1.2.2' make: warning: Clock skew detected. Your build may be incomplete. _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
