๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ s โ€บ Lagrange-Issues โ€บ 24 captured on 2023-06-14 at 14:32:05. Gemini links have been rewritten to link to archived content

View Raw

More Information

โžก๏ธ Next capture (2023-06-16)

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

[#24] Unable to compile Lagrange on FreeBSD 13.2 from Git (pkg-config issue)

Hi Skyjake, I tried to update Lagrange on FreeBSD 13.2 but I got this weird issue:

cmake .. -DCMAKE_BUILD_TYPE=Release (release) 23:18
-- CPU supports SSE 4.1
-- Detected FreeBSD
-- Using system-provided libssl: /usr/local/lib/libssl.so
CMake Error at cmake/Depends.cmake:46 (message):
   Lagrange requires OpenSSL for TLS.  Please check if pkg-config can find
   'openssl'.
Call Stack (most recent call first):
   CMakeLists.txt:80 (include)

That prevents to compile Lagrange.

Not sure if depends by you or by FreeBSD, but I decided to start with you first, thanks! ๐Ÿ™

CMakeError.log

CMakeOutput.log

#bug #cmake

๐Ÿž Issue #24 in s/Lagrange-Issues

๐Ÿš€ freezr

2023-05-31 ยท 2 weeks ago

1 Comment

๐Ÿš€ skyjake

I would guess that's a mistake in the Lagrange or the_Foundation CMakeLists. I'll check it out.