lout-users
[Top][All Lists]
Advanced

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

Lout on BeOS


From: Valeriy E. Ushakov
Subject: Lout on BeOS
Date: Sat, 1 Apr 2000 23:17:51 +0400

I have successfully compiled lout-3.19 on BeOS 5 Personal Edition
(released by Be, Inc for free right on my birthday ;-).

The only problem I've encountered was the fact the BeOS have data
segment starting at (or above, I don't know) 0x80000000, so several
hash functions that use object address as a seed have to be fixed to
cast the pointer to unsigned type.  Thanks to Jeff for promptly
pointing out all the places where this happens.

Patch attached.  It probably makes sense to declare all those 'pos'
variables as size_t instead of explicit unsigned type just for the
sake of more clean code.

PS: Any Be fans that care to make binaries and sumbit them to BeBits?

SY, Uwe
-- 
address@hidden                         |       Zu Grunde kommen
http://www.ptc.spbu.ru/~uwe/            |       Ist zu Grunde gehen

Attachment: beos.patch
Description: Text document


reply via email to

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