diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /5 |
Initial version
Diffstat (limited to '5')
-rw-r--r-- | 5/index.md | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/5/index.md b/5/index.md new file mode 100644 index 0000000..684b244 --- /dev/null +++ b/5/index.md @@ -0,0 +1,56 @@ +Title: fix for gcc 10 +Author: walley +Created: Tue, 24 Jan 2023 09:11:13 +0000 +State: closed + + + +--%-- +From: rodarima +Date: Fri, 02 Jun 2023 10:39:37 +0000 + +Hi walley, thanks for the patch and sorry for the long delay, I have not +used dillo for a while. I will test the gcc 10 fix with my current +version (gcc 13.1.1). + +Can you split the tbody implementation in another MR? + +Best, Rodrigo. + + +--%-- +From: rodarima +Date: Fri, 02 Jun 2023 11:04:48 +0000 + +>I will test the gcc 10 fix with my current version (gcc 13.1.1). + +The `--enable-ssl` seems to be broken due to the API major upgrade in +mbedtls: + +``` +../../../src/IO/tls.c:52:10: fatal error: mbedtls/net.h: No such file or directory + 52 | #include <mbedtls/net.h> /* net_send, net_recv */ +``` + +It is taking the headers from mbedtls 3 instead of from the 2: + +``` +% pacman -Ql mbedtls | grep net.h +% pacman -Ql mbedtls2 | grep net.h +mbedtls2 /usr/include/mbedtls2/mbedtls/net.h +``` + +I'll try to build without SSL. + + +--%-- +From: rodarima +Date: Fri, 02 Jun 2023 11:26:45 +0000 + +Merged with 4d35673f69d837db894305f3b3b618a26d0277c7 + +--%-- +From: walley +Date: Fri, 02 Jun 2023 14:12:32 +0000 + +that tbody patch should not be here, i pushed it to wrong branch
\ No newline at end of file |