View Single Post
Old 02-05-2024, 04:38 PM   #14
orontee
Connoisseur
orontee ought to be getting tired of karma fortunes by now.orontee ought to be getting tired of karma fortunes by now.orontee ought to be getting tired of karma fortunes by now.orontee ought to be getting tired of karma fortunes by now.orontee ought to be getting tired of karma fortunes by now.orontee ought to be getting tired of karma fortunes by now.orontee ought to be getting tired of karma fortunes by now.orontee ought to be getting tired of karma fortunes by now.orontee ought to be getting tired of karma fortunes by now.orontee ought to be getting tired of karma fortunes by now.orontee ought to be getting tired of karma fortunes by now.
 
orontee's Avatar
 
Posts: 85
Karma: 250308
Join Date: Sep 2023
Location: Toulouse, France
Device: Vivlio Touch HD Plus, reMarkable Paper Pro
News

Quote:
Originally Posted by diegoocampo View Post
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.

Last edited by orontee; 02-05-2024 at 04:52 PM.
orontee is offline   Reply With Quote