@vagappc
Quote:
Now the last version of Odissey is the 1.23 rc5.
But on MorphOS and AROS exists the 1.25.
Latest version of Odyssey on MorphOS is 1.24 by original author - Fab. Then, on top of that aros developer DeadWood made an 1.25 version (which have more updated webkit core and some other stuff). I do have 1.25 binary builds for os4, but it not functional (just shown a non functional window, need fixes and debugging to make it works).
Any of those versions didn't need anything which can't be compiled with old compilers like 4x or 6.x, so problem is not updated GCC. More of it, some of us already use very latest GCC (11.3.0) self-compiled from Adtools (the same as happens inside of SDK, in this regards nothing new there). Problem is that just no one except me wish to build 1.25 version, which already too old (the same as our version of Odyssey).
About Wayfarer from morphos : ObjectC there used only for build gui and stuff on top of WebKit, which was and still C/C++ based one. What mean that we don't need ObjectC to have a working webkit core. ObjectC is just personal wish and choose of morphos developers. We don't need ObjectC support to have make a browser on top of WebKit, anything else can be used for GUI, even pure simple C, just we need to port a WebKit to some "class" (like html.mcc was for MUI in early days) or to shared library instead, and then build stuff on top of it.
To summorize : new SDK didn't bring anything radical which we didn't have before, especially in terms of webkit core or 1.25's aros port.
@walkero
Quote:
If yes, then I guess it could be merged by someone who would like to do it in OS4 Odyssey repo and build it.
Once you will start building webkit yourself, you will see that merged and build non possible, as they (webkit devs) change the layout and structure of their code so fast and so radically, that you end up with almost fully new code, without merging and build possible, but instead you leaves with porting new version from scratch, and add all the changes from old one, to new one with some modifications