We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whilst webkitfltk compiles against openssl-1.1.1, fifth fails.
Is this something to do with the change in definition of x509 (made internal)?
g++ -mtune=generic -Os -pipe -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -I. -DDATADIR="/usr/local/share/fifth" -pthread -isystem /usr/local/include -fvisibility-inlines-hidden -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/pixman-1 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include -I/usr/local/include/libdrm -I/usr/local/include -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/include/uuid -I/usr/local/include -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/webkitfltk -Wall -Wextra -std=gnu++11 -ffunction-sections -fdata-sections -MT ssl.o -MD -MP -MF .deps/ssl.Tpo -c -o ssl.o ssl.cpp ssl.cpp: In function 'u8 isletsencrypt(const char*)': ssl.cpp:94:24: error: invalid use of incomplete type 'X509' {aka 'struct x509_st'} 94 | X509_NAME_oneline(info->cert_info->issuer, buf, 1024); | ^~
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Understood - if you could possibly manage for tc-11, that would be good as previous openssl is eol
No branches or pull requests
Whilst webkitfltk compiles against openssl-1.1.1, fifth fails.
Is this something to do with the change in definition of x509 (made internal)?
g++ -mtune=generic -Os -pipe -fno-exceptions -fno-rtti -DHAVE_CONFIG_H -I. -DDATADIR="/usr/local/share/fifth" -pthread -isystem /usr/local/include -fvisibility-inlines-hidden -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/pixman-1 -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include -I/usr/local/include/libdrm -I/usr/local/include -I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/include/uuid -I/usr/local/include -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/webkitfltk -Wall -Wextra -std=gnu++11 -ffunction-sections -fdata-sections -MT ssl.o -MD -MP -MF .deps/ssl.Tpo -c -o ssl.o ssl.cpp
ssl.cpp: In function 'u8 isletsencrypt(const char*)':
ssl.cpp:94:24: error: invalid use of incomplete type 'X509' {aka 'struct x509_st'}
94 | X509_NAME_oneline(info->cert_info->issuer, buf, 1024);
| ^~
The text was updated successfully, but these errors were encountered: