@George (And all)
Quote:
I would say you "need" it because it has newer ExecSG SDK,
Everyone should be aware that in this latest "ExecSG" SDK Steven made Reshudule() function be private. That in turn means with the new ExecSG SDK no one will be able to build ADtools cross-compilers anymore (that used for AmigaOS specific threading code).
Thomas and Sebastian already explain to Steven that this function should be public back, but knowing Steven, I fear it can stay like this.
So, the only solution to build now Adtools : use the new SDK, but take the exec includes from the previous SDK. Or, hack the ExecSG includes and maybe Reshudule() be public function again. I for myself use private ExecSG includes so it should be very easy to hack current includes in that term.
I only found that 3 days ago, so we weren't in luck to fix it for release.
Another issue with the new SDK (with new newlib includes to be more precise) is that it support much more stuff now, and for example, when i configure libCurl, it configures a bit more things to be usable on our side than before, and, those new parts make libcurl not works as expected.
None of those 2 issues can't be dealt with by workarounds, but you all should know about it.
@Geogrge
Probably for the next SDK, we need to make in Exec includes Reshudule() be public back. Even if Steven will not want it. Or just jump back to older Exec includes, then. Because as you can read from os4-beta mails, all devs say it should be public, but you know ..
And maybe will be a good idea to make a fast fix for our сurrent SDK as well as when one will install it and have no ability to build cross-compilers or work on adtools that will kind of bad.