Xorg server builds from modular tree on Solaris x86
Keith Packard
keithp at keithp.com
Thu Jul 14 13:39:05 EST 2005
On Wed, 2005-07-13 at 20:06 -0700, Alan Coopersmith wrote:
> Solaris 10 x86, 32-bit, using Sun Studio Compilers version 10:
>
> % ls -l xorg/hw/xfree86/Xorg
> -rwxr-xr-x 1 alanc staff 3065556 Jul 13 19:55 xorg/hw/xfree86/Xorg*
>
> (Just built, haven't tried running yet - that's a project for tomorrow.)
>
> There are changes to two files I had to make that I haven't committed yet, since
> they probably need to be considered by people working on other platforms so I
> don't break them:
>
> Since Sun cc doesn't support -include, I had to fake it in dixmods
> for miinitext.c to define all the right symbols, and for xkb*.c to
> build without missing type defintion errors:
You should feel free to add
#if HAVE_XORG_CONFIG_H
#include <xorg-config.h>
#endif
to any file. We shouldn't be using -include anywhere as it is not
portable (as you note).
-keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.x.org/archives/xorg-modular/attachments/20050713/eabb8b41/attachment.pgp
More information about the xorg-modular
mailing list