trying to build X from git on Debian 6.0.6

Julien Cristau jcristau at debian.org
Mon Jan 21 13:33:59 PST 2013


On Mon, Jan 21, 2013 at 12:53:24 -0500, Dennis Clarke wrote:

> So the problem, at the moment, is the source me thinks. 
> 
Try again.

$ (echo '#include <limits.h>'; echo SSIZE_MAX )  | cpp -E | tail -1
9223372036854775807L
$ grep '^# *include' /usr/include/limits.h 
#include <features.h>
#include <bits/wordsize.h>
# include_next <limits.h>
# include <bits/posix1_lim.h>
# include <bits/posix2_lim.h>
# include <bits/xopen_lim.h>
$ grep '\bSSIZE_MAX' /usr/include/bits/posix1_lim.h 
#ifndef SSIZE_MAX
# define SSIZE_MAX      LONG_MAX

Cheers,
Julien


More information about the xorg mailing list