<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[wolfSSL - Embedded SSL Library — Configure script setting -Werror flag]]></title>
		<link>https://www.wolfssl.com/forums/topic1207-configure-script-setting-werror-flag.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic1207.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Configure script setting -Werror flag.]]></description>
		<lastBuildDate>Tue, 17 Apr 2018 16:15:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Configure script setting -Werror flag]]></title>
			<link>https://www.wolfssl.com/forums/post3917.html#p3917</link>
			<description><![CDATA[<p>Hi telina,</p><p>Thanks for sharing with the community. We have those checks in there for development and Continuous Integration purposes, if that is not something you need you can remove the .git checks in autogen.sh script and re run it or simply run the below command to re-create the ./configure script without those .git checks.</p><div class="codebox"><pre><code>autoreconf --install --force --verbose</code></pre></div><p>Warm Regards,</p><p>Kaleb</p>]]></description>
			<author><![CDATA[null@example.com (Kaleb J. Himes)]]></author>
			<pubDate>Tue, 17 Apr 2018 16:15:04 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post3917.html#p3917</guid>
		</item>
		<item>
			<title><![CDATA[Configure script setting -Werror flag]]></title>
			<link>https://www.wolfssl.com/forums/post3915.html#p3915</link>
			<description><![CDATA[<p>Hello,</p><p>I had an issue configuring my wolfssl/wolfcrypt sources after adding them to a git repository. The compilation failed, as the configure would set the &quot;-Werror&quot; flag. After a long search for the cause and many &quot;WTFs&quot; I figured out that the configure script checks for a .git folder to exist in the top directory (presumably for non-release builds), whereupon, apparently, the -Werror flag is set:</p><div class="codebox"><pre><code>      
      if test -e &quot;.git&quot;; then :
  ac_cv_vcs_system=&quot;git&quot;
fi</code></pre></div><p>(configure, line 24359)</p><p>In hope that this helps anyone who encounters this issue.</p>]]></description>
			<author><![CDATA[null@example.com (telina)]]></author>
			<pubDate>Tue, 17 Apr 2018 08:47:34 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post3915.html#p3915</guid>
		</item>
	</channel>
</rss>
