tech-x11 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problem when compiling with -j4 on Solaris (only!)



On Fri, 12 Dec 2008, Bernd Ernesti wrote:
1) remove the cruft not needed anyways (as Bernd suggested)
That I have done yesterday in rev 1.5

OK!


2) make sure libXext is built before libXi (by adding an extra .WAIT)

Please not another .WAIT

IMHO it should be enough to move the libXi in the 'libXp libXxf86vm' line,
since those two libraries don't include libXi.

You've got a point there. I'll give the patch below a try - please sanity-check!


 - Hubert

Index: Makefile
===================================================================
RCS file: /cvsroot/src/external/mit/xorg/lib/Makefile,v
retrieving revision 1.4.6.3
diff -u -r1.4.6.3 Makefile
--- Makefile    19 Nov 2008 00:34:33 -0000      1.4.6.3
+++ Makefile    12 Dec 2008 17:56:36 -0000
@@ -7,10 +7,10 @@
        .WAIT \
        fontconfig libSM libX11 liblbxutil \
        .WAIT \
-       libXcomposite libXdamage libXext libXfixes libXi libXt \
+       libXcomposite libXdamage libXext libXfixes libXt \
        libxkbfile \
        .WAIT \
-       libXp libXxf86vm \
+       libXi libXp libXxf86vm \
        .WAIT \
        libGL libXScrnSaver libXTrap libXevie libXfont libXfontcache \
        libXinerama libXmu libXmuu libXpm libXprintUtil libXrender \


Home | Main Index | Thread Index | Old Index