Re: compiling...
Brian Paul <brian-CdwZJljFklH+2FeEXyspIVaTQe2KTcn/@public.gmane.org>
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Organization | Tungsten Graphics, Inc. |
| Message-ID | <[email protected]> |
So, I'm trying to compile the xserver now, and I'm not having much luck. After getting the whole CVS tree: setenv PKG_CONFIG_PATH /usr/lib/pkgconfig (I have no idea if that's actually correct) Then: cd xlibs/Xproto ./autogen.sh --prefix=/home/fdo make make install // as root (so far so good) cd ../Xdmcp ./autogen.sh --prefix=/home/fdo [...] checking dynamic linker characteristics... GNU/Linux ld.so checking whether make sets $(MAKE)... (cached) yes ./configure: line 18606: syntax error near unexpected token `XDMCP,' ./configure: line 18606: `PKG_CHECK_MODULES(XDMCP, xproto)' Line 18606 of configure doesn't have 'XDMCP' or anything like it. I believe I have recent enough autoconf/automake/libtool/pkg-config, etc. -Brian