nel-all
[Top][All Lists]
Advanced

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

[Nel] Small bug in coarse_mesh_manager.h


From: Zane
Subject: [Nel] Small bug in coarse_mesh_manager.h
Date: Tue, 7 Aug 2001 15:10:54 -0700

In code/nel/src/3d/coarse_mesh_manager.h on line 98 an enum is being
declared with a value of 0xffffffffffffffff which is 32 bits too long for
i386 Linux.  Changing the definition to (~0U) will give you 0xffffffff on 32
bit and 0xffffffffffffffff on 64 bit.

After this change and the problem with configure was worked around NeL
compiled fine on my system.

-E.J. Wilburn






reply via email to

[Prev in Thread] Current Thread [Next in Thread]