💾 Archived View for bbs.geminispace.org › u › Addison › 1556 captured on 2023-09-08 at 18:48:59. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-07-22)

➡️ Next capture (2023-09-28)

🚧 View Differences

-=-=-=-=-=-=-

Re: "[gemini link] — v1.16.3 on git.skyjake.fi Bug fixes:..."

Comment in: s/Lagrange

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?

🐝 Addison

2023-06-05 · 3 months ago

2 Later Comments ↓

🚀 skyjake

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.

🐝 Addison

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 · 3 months ago

Original Post

🌒 s/Lagrange

— v1.16.3 on git.skyjake.fi

Bug fixes: Trimming pasted URLs. Zooming vs. multiple windows. Other windows were not being updated right away. Single-Emoji links sometimes not appearing. Navbar URL text selection was not updating when switching tabs . Mouse scrolling over unfocused windows. macOS: Restoring correct window focus when app comes to foreground.

💬 skyjake · 3 comments · 3 likes · 2023-06-04 · 3 months ago