๐พ Archived View for bbs.geminispace.org โบ s โบ Lagrange โบ 1538 captured on 2023-07-22 at 16:58:38. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2023-07-10)
โก๏ธ Next capture (2023-09-08)
-=-=-=-=-=-=-
Bug fixes:
2023-06-04 ยท 7 weeks ago ยท ๐ michaelnordmeyer, Addison, innerteapot ยท 1 ๐
I'd like to try out the TUI version, but I have been struggling to compile Lagrange locally due to having OpenSSL 3.0 installed.
Do you have an x86-64 AppImage build of the TUI version available anywhere?
2023-06-05 ยท 7 weeks ago
A TUI AppImage is planned but I haven't gotten around to it yet. Also, I'd still like to improve the TUI interface and fix the CMakeLists so it can build both GUI and TUI versions at the same time.
Is there some specific issue with OpenSSL 3? For me it seems to build ok.
Yeah, I'm seeing this link-time error:
[100%] Linking C executable clagrange /usr/bin/ld: lib/lib_Foundation.a(tlsrequest.c.o): in function `readIncoming_TlsRequest_': tlsrequest.c:(.text+0x2a39): undefined reference to `SSL_get_peer_certificate' clang-15: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [CMakeFiles/app.dir/build.make:978: clagrange] Error 1 make[1]: *** [CMakeFiles/Makefile2:110: CMakeFiles/app.dir/all] Error 2 make: *** [Makefile:136: all] Error 2
I assumed this was related to pkg-config finding my version 3 libraries (which the CMake log says it found) rather than my version 1.1.1 installation.
2023-06-08 ยท 6 weeks ago