Bug was found

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

 



Hi to all!

I've just now downloaded XFree86 server. Link are mentioned below: 
ftp://ftp.xfree86.org/pub/XFree86/4.4.0/source/XFree86-4.4.0-src-3.tgz

It seems there is an error in xc/programs/Xserver/os/xalloc.c file (line 188):
In this file:
	#if defined (_LP64) || \
    		defined(__alpha__) || defined(__alpha) || \
    		defined(__ia64__) || defined(ia64) || \
    		defined(__sparc64__) || \
    		defined(__s390x__) || \
    		defined(__AMD64__) || defined(AMD64) || \
    		(defined(sgi) && _MIPS_SZLONG == 64)) // <- spare trailing ")"
it seems should be:
	#if defined (_LP64) || \
    		defined(__alpha__) || defined(__alpha) || \
    		defined(__ia64__) || defined(ia64) || \
    		defined(__sparc64__) || \
    		defined(__s390x__) || \
    		defined(__AMD64__) || defined(AMD64) || \
    		(defined(sgi) && _MIPS_SZLONG == 64)

Without modifying this file the syntax error had occurred.

In addition to this information I have a question.
After starting XFree86 v4.4.0 the keyboard doesn't work.
X Server was compiled under Mandrake Linux 10 (gcc 3.3.2) with standard 
compilation parameters.

If you can tell me, please, the cause of sush X Server behaviour.

P.S. Other e-mail is "cashbox@xxxxxxx"

Thanks a lot
Best regards
Rodion
_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux