<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<p style="color: #777777;">
<a href="https://gitlab.com/fxcoudert">FX Coudert</a>
<a href="https://gitlab.com/gnutls/gnutls/-/issues/1116#note_445555377">commented</a>:
</p>
<div style="">
<p dir="auto">The reason why guile is not detect is that an error occurs:</p>
<p dir="auto">configure:69686: clang -o conftest -g -O2 -D_THREAD_SAFE -I/usr/local/Cellar/guile/3.0.4/include/guile/3.0 -I/usr/local/opt/gmp/include -I/usr/local/opt/readline/include -I/usr/local/opt/bdw-gc/include   -Wl,-no_weak_imports conftest.c -lintl  -L/usr/local/Cellar/guile/3.0.4/lib -L/usr/local/opt/bdw-gc/lib -lguile-3.0 -lgc >&5
conftest.c:540:1: error: implicit declaration of function 'scm_from_locale_string' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
scm_from_locale_string ("")
^
1 error generated.</p>
<p dir="auto">which is an error because the function scm_from_locale_string() is not defined as it should be. That test should be fixed to include "#include <libguile.h>"</p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/issues/1116#note_445555377">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/-/sent_notifications/bff0eb63c02d192e92c676cea7775f7a/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/-/issues/1116#note_445555377"}}</script>


</p>
</div>
</body>
</html>