I'm not entirely sure what it's used on or whether the variants I'm a sometime amateur developer on should support it or not. (It seems like it might support 'ACORN' but there are hints that files are missing )
Anybody using RISC OS ?
Collapse
X
-
#ifdef ACORN
scattered through the source code but there is no
main-acn.c
file (and comments in the code would seem to indicate one is necessary).
Same thing with Angband 3.1.0. The 'standard' main.c includes a
#if defined(WIN32_CONSOLE_MODE) \
|| (!defined(WINDOWS) && !defined(RISCOS)) \
|| defined(USE_SDL)
but there does not appear to be an alternative main-???.c for RISCOS.
Are people filling in the gaps themselves, so to speak?Currently turning (Angband) Japanese.Comment
-
V's main for RISCOS is main-ros.c .Zaiband: end the "I shouldn't have survived that" experience. V3.0.6 fork on Hg.
Zaiband 3.0.10 ETA Mar. 7 2011 (Yes, schedule slipped. Latest testing indicates not enough assert() calls to allow release.)
Z.C++: pre-alpha C/C++ compiler system (usable preprocessor). Also on Hg. Z.C++ 0.0.10 ETA December 31 2011Comment
-
Practically, the RISC OS port is dead, with little hope of being resurrected.takkaria whispers something about options. -more-Comment
-
Yeah, there was some weird 'feature' (/user error?) with Dev-C++ that meant that I was looking at the wrong files for all the main-???.c files I wasn't using.
(Probably user error now I come to think of it - all those source directories look the same! )Currently turning (Angband) Japanese.Comment
Comment