Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories β IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2019-09-18 00:00:00Z and 2019-09-19 00:00:00Z
Remove the whole copy-and-paste mess.
A seemingly ineffective and apparently code block has been removed.
The broken front layer from the first try has been fixed.
omg curl is a mess :C where is even the curl library located? I only find the headers on my system and -DCURL_LIBRARY=/usr/include/arm-linux-gnueabihf/curl/curl.h throws a bunch of errors :c
Cybersecurity experts discover a total of 125 different security vulnerabilities across 13 small office and home office (SOHO) routers and Network Attached Storage (NAS) devices.
i was probably too tired yesterday to delete build directory xd
10:38
its just some version warning
10:38
so all fine i guess
10:38
crypto is always trouble maker
10:38
/usr/bin/ld: warning: libcrypto.so.1.0.2, needed by /usr/lib/gcc/arm-linux-gnueabihf/6/../../../arm-linux-gnueabihf/libcurl.so, may conflict with libcrypto.so.1.1
10:38
a build that launches is all i need thanks @heinrich5991
-GNinja
Use the Ninja build system instead of Make. This automatically parallizes the build and is generally faster. Compile with ninja instead of make. Install Ninja with sudo apt install ninja-build on Debian, sudo pacman -S --needed ninja on Arch Linux.