10000
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
x86_64-w64-mingw32-gcc -I. -Iinclude -Iapps/include -m64 -Werror -DFD_SETSIZE=2048 -g -gstabs -isystem /home/jlp/foreign_src/baresip-win32/openssl/include -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/usr/local/lib64/engines-3\"" -DMODULESDIR="\"/usr/local/lib64/ossl-modules\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-app_libctx.d.tmp -MT apps/lib/libapps-lib-app_libctx.obj -c -o apps/lib/libapps-lib-app_libctx.obj apps/lib/app_libctx.c apps/lib/app_libctx.c: error: STABS debugging information is obsolete and not supported anymore [-Werror]
The text was updated successfully, but these errors were encountered:
More build errors after removing -gstabs. Maybe -Werror isn't such a good idea.
Sorry, something went wrong.
OpenSSL built, and I finally got into building BareSIP, after removing all instances of -Werror from all build scripts.
No branches or pull requests
The text was updated successfully, but these errors were encountered: