On Tue, Feb 23, 2010 at 6:19 PM, Jon TURNEY <[email protected]> wrote: > On 24/02/2010 01:44, J. Offerman wrote: >> >> I'm trying to compile Xserver. Following the guide on >> http://x.cygwin.com/docs/cg/prog-obtaining-source.html, I tried to run >> autogen.sh and got errors. First, I got this error saying: >> >> configure.ac:42: error: must install xorg-macros 1.2 or later before >> running autoconf/autogen >> >> So I ran the cygwin setup again and obtained xorg-macros and ran >> autogensh again, then I got this: >> >> ---------------------- >> joffer...@dell> ./autogen.sh -V >> autoreconf-2.65: Entering directory `.' >> autoreconf-2.65: configure.ac: not using Gettext >> autoreconf-2.65: running: aclocal --force -I m4 >> configure.ac:84: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not >> m4_defun'd > > I'd guess you don't have pkg-config installed? > > If so, you should go ahead and install everything mentioned on the previous > page (http://x.cygwin.com/docs/cg/prog-build-prerequisites.html), you are > going to need them all...
Thanks, there were others missing too. I have compiled Xserver on this machine before, I guess they've added new packages in the required list. With those packages installed now, I was able to compile XWin.exe and it is running fine. But I saw a couple of gcc errors saying "-rdynamic is not a recognized option" or something when the build process was building in hw/vfb and hw/xnest. I had to yank out those two directories from the build process by manually editing hw/Makefile. Can you help on this? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/
