DiscDev build fail.
David Pitt (3386) 1248 posts |
I noticed that though there is an updated CA Certificates there is no new build of the HD4 image. A local build failed :- Config2PluginMousSetup (Sources.SystemRes.Configure2.PlugIns.MousSetup)... Forcing a clean build due to switch/option changes... amu -E -k clean COMPONENT=Config2PluginMousSetup INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure x wipe o FR~C~V remove !RunImage remove !RunImage-D MousSetup: cleaned amu -E install COMPONENT=Config2PluginMousSetup TARGET=MousSetup INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure do mkdir -p o do mkdir -p od Touch o._dirs cc -c -depend !Depend -Itbox:,C:,<Lib$Dir>.ConfigLib. -ff -fa -o o.ScrollTypes c.ScrollTypes Norcroft RISC OS ARM C vsn 5.83 [01 Jun 2020] cc -c -depend !Depend -Itbox:,C:,<Lib$Dir>.ConfigLib. -ff -fa -o o.WimpM c.WimpM Norcroft RISC OS ARM C vsn 5.83 [01 Jun 2020] cc -c -depend !Depend -Itbox:,C:,<Lib$Dir>.ConfigLib. -ff -fa -o o.WimpE c.WimpE Norcroft RISC OS ARM C vsn 5.83 [01 Jun 2020] cc -c -depend !Depend -Itbox:,C:,<Lib$Dir>.ConfigLib. -ff -fa -o o.ToolboxE c.ToolboxE Norcroft RISC OS ARM C vsn 5.83 [01 Jun 2020] cc -c -depend !Depend -Itbox:,C:,<Lib$Dir>.ConfigLib. -ff -fa -o o.Settings c.Settings Norcroft RISC OS ARM C vsn 5.83 [01 Jun 2020] cc -c -depend !Depend -Itbox:,C:,<Lib$Dir>.ConfigLib. -ff -fa -o o.MouseType c.MouseType Norcroft RISC OS ARM C vsn 5.83 [01 Jun 2020] cc -c -depend !Depend -Itbox:,C:,<Lib$Dir>.ConfigLib. -ff -fa -o o.Main c.Main Norcroft RISC OS ARM C vsn 5.83 [01 Jun 2020] "c.Main", line 71: Error: <argument 3 to 'toolbox_template_lookup'>: implicit cast of pointer to non-equal pointer c.Main: 0 warnings, 1 error, 0 serious errors AMU: *** exit (1) *** AMU: *** 'install' not re-made because of errors *** Error running make install on module 'Config2PluginMousSetup'. Fatal error running make install on module 'Config2PluginMousSetup'. Batched errors... Error running make install on module 'Config2PluginMousSetup'. ------------------------------------------------------------------------------ Closing log file 'ADFS::ROOL.$.ROOL.DiscDev.Disc.RiscOS.BuildSys.Logs.aUIA00-00'. There has been some previous work in this area. Adding type --- ADFS::ROOL.$.ROOL.DiscDev.Disc.RiscOS.Sources.SystemRes.Configure2.PlugIns.MousSetup.c.Main00 2020-06-27 08:27:01.0 +0100 +++ ADFS::ROOL.$.ROOL.DiscDev.Disc.RiscOS.Sources.SystemRes.Configure2.PlugIns.MousSetup.c.Main 2020-06-27 08:27:01.0 +0100 @@ -64,3 +64,3 @@ int screeny; - ObjectTemplateHeader *objtemplate; + const ObjectTemplateHeader *objtemplate; WindowTemplate *wintemplate; |