Who's working on the Filter manager?
Steve Revill (20) 1361 posts |
It no longer appears to build from CVS (try any of the ROM builds). |
Steve Revill (20) 1361 posts |
FilterManager (castle.RiscOS.Sources.Desktop.Filter)... amu -E -k rom COMPONENT=FilterManager TARGET=FilterMgr do mkdir -p o.32 objasm -Stamp -quit -depend !Depend -ihdr -i<Hdr$Dir>.Global -i<Hdr$Dir>.Interface -i<Hdr$Dir>.Interface2 -pd "APCS SETS \"APCS-32\"" -pd "Machine SETS \"32\"" -pd "UserIF SETS \"Iyonix\"" -o o.32.FilterMgr s.FilterMgr ARM AOF Macro Assembler 4.01 (Acorn Computers Ltd) [04 Jul 2011] Error: Immediate value 0xFFFFFBFC is out of range at line 1007 in file s.SWIs 1007 00001108 ADRVS r0,ErrorBlock_UnknownFilter . . . FilterManager (castle.RiscOS.Sources.Desktop.Filter)... amu -E install_rom INSTDIR=ADFS::SRevillX.$.Builds.IOMDHALDev.Install.ROOL.IOMD32.Desktop COMPONENT=FilterManager TARGET=FilterMgr do mkdir -p rm.32 link -rmf -o rm.32.FilterMgr o.32.FilterMgr ARM Linker: (Fatal) Input file o.32.FilterMgr corrupt. AMU: *** exit (1) *** AMU: *** 'install_rom' not re-made because of errors *** |
Sprow (202) 1158 posts |
Moved error block back into range. On the plus side, it’s 26 bit compatible again (that build worked!). |
Steve Revill (20) 1361 posts |
Cheers. Now you’ve pointed out how I can find who committed various changes (can’t believe I didn’t spot this earlier) I won’t have to put stuff like this on the forums next time. :) |