Quote:
Originally Posted by diegoocampo
Thanks for the reply! please keep us updated if you make any good findings.(...)
|
Time is passing so even if I've not reach a concrete milestone I thought I'll gave you some news:
- The CMake configuration has been updated to define a new "INKVIEW" interface with dependency to the corresponding library
- A recent version of libpng is cross-compiled to match garglk requirements
- Compilation succeeds for some interpreters and fails at linkage for the others since the C++ files garglk/sysinkview.cpp and garglk/sysinkview.h corresponding to the new "INKVIEW" interface are almost empty
So I've reach the point where one has to convert Qt based code; There's not a huge code base, just the two sysqt.cpp and sysqt.h files to convert. The interface to implement is described here:
https://eblong.com/zarf/glk/Glk-Spec-075.html.
That said note that CMake outputs the following dependency error (but make find the headers; Will have to study this...):
Code:
-- The following REQUIRED packages have not been found:
* Freetype
In conclusion things are going as expected, just time that's missing! I plan to work on this project next week.