Re: modular build fails at libXau

2012-01-19 Thread Gaetan Nadon
On 12-01-18 04:21 PM, Semeraro, B David wrote: > Hello, > > I am trying to perform a modular build following the directions from > this site: > > http://www.x.org/wiki/ModularDevelopersGuide#Introduction Alan is correct, libXau is the first module in the list to require libtool. You may possibly fi

[ANNOUNCE] util-macros 1.16.2

2012-03-05 Thread Gaetan Nadon
The set of macros supporting multiple compiler brands has been augmented to support C++. Chase Douglas (2): Make XORG_TESTSET_CFLAG work for multiple languages Define BASE_CXXFLAGS when C++ is the chosen language Gaetan Nadon (1): Version bump: 1.16.2 Jon TURNEY (2

[ANNOUNCE] util-macros 1.17

2012-03-13 Thread Gaetan Nadon
Chase Douglas (3): Add XORG_ENABLE_INTEGRATION_TESTS Fix cflag test compiler message and cache ids Separate unknown warning options by language Gaetan Nadon (1): Version bump: 1.17 Jon TURNEY (1): Don't use AS_ECHO in XORG_TESTSET_CFLAG git tag: util-macros

Re: [ANNOUNCE] util-macros 1.17

2012-03-15 Thread Gaetan Nadon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12-03-14 03:12 PM, Julien Cristau wrote: > On Tue, Mar 13, 2012 at 19:52:30 -0400, Gaetan Nadon wrote: > >> http://xorg.freedesktop.org/archive/individual/util/util-macros-1.17.tar.bz2 >> MD5: 4f41667e1bf4938bb2b24fa09d517f7

Re: installing xf86driproto-2.1.1

2012-05-11 Thread Gaetan Nadon
On 12-05-11 01:12 PM, oxy wrote: > Hi, > i wanna install xf86driproto-2.1.1: I have extracted this tarball, ran ./configure and 'make install'. I have commented your output. > > cd xf86driproto-2.1.1 > ./autogen.sh This script should not be invoked from a tarball, it isn't supplied. Usually

Re: compile libXext-1.3.1 problem

2012-05-22 Thread Gaetan Nadon
On 12-05-21 05:15 AM, Lee Wei han wrote: > i am trying to build libXext-1.3.1 but i get a error message > > checking for X.Org SGML entities >= 1.8... ./configure: line 18029: > syntax error near unexpected token `xorg-sgml-doctools' > ./configure: line 18029: `PKG_CHECK_EXISTS(xorg-sgml-doctools >

[ANNOUNCE] util-macros 1.18.0

2013-12-03 Thread Gaetan Nadon
Mainly compiler options fine-tuning. This version to be the first one used by XCB. Arnaud Fontaine (1): Interleaved C code and declarations is no longer a portability issue. Bart Massey (1): Revert "Interleaved C code and declarations is no longer a portability issue." Ga

[ANNOUNCE] util-macros 1.19.0

2014-03-28 Thread Gaetan Nadon
Alan Coopersmith (1): XORG_COMPILER_FLAGS: Add -Wlogical-op to default warning set Arnaud Fontaine (1): Add XORG_WITH_M4 macro Gaetan Nadon (3): Bump minimum Autoconf required version to 2.62 Provide the automake INSTALL file at level 1.11 Version bump: 1.19.0 Hans