Hello!
I try to compile Wings 3D under Haiku/OpenBeOS, but i get some errors..
I downloaded the latest Erlang (R12-B5) and ESDL (0.96.0626). Compiled all of them, then i try to compile the Wings (i tested with twoo version: 0.99.04a and 0.99.53). I attached my buildlog.
./wings_face_cmd.erl:666: function bridge/5 undefined
./wings_face_cmd.erl:679: illegal float
./wings_face_cmd.erl:681: Warning: function try_bridge/11 is unused
./wings_face_cmd.erl:695: Warning: function sum_edge_lens/4 is unused
This is an bug in the Wings or in my Haiku?
Thanks for the help, and keep up this good work!
Bye!
miqlas
BuildLog.
No experience with this OS/platform, can you provide information what is minimum double value it can represent? this information usually is inside /usr/include/values.h or some file like float.h or climits.h - if it can represent 9.9E307 it's for sure not on wings side as that's place where it fails, while trying to read that floating point value - if that's not reachable, what is minimum value your platform can get?