Re: Bug was found

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

 



On Wed, Feb 16, 2005 at 08:07:38PM +0200, Rodion Vshevtsov wrote:
>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.

I'll commit a fix for this now -- thanks for reporting the problem.

>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.

I haven't seen this problem.  Maybe your XFree86 log file has some hints
about what is going wrong?

David
_______________________________________________
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