<div dir="ltr">Hi levitte,<div><br>I am studyding how to write an engine nowadays, so I download<br>your repo [1] and try to build it.<br><br>1. When the first time I run 'autoreconf -i', I got an error:<br><i>        <a href="http://configure.ac:18">configure.ac:18</a>: error: possibly undefined macro: AC_MSG_FAILURE<br>              If this token and others are legitimate, please use m4_pattern_allow.<br>              See the Autoconf Documentation.</i><br><br>2. Then I run 'autoreconf -i' the second time, the error gone. <br><br>3. I continue as running './configure', and got the error:<br><i>        ./configure: line 12192: syntax error near unexpected token `newline'<br>        ./configure: line 12192: `AX_CHECK_OPENSSL('</i><div><br></div><div>4. I googled and downloaded the latest version of <i>ax_check_openssl.m4[2] </i>and</div><div>    move it to the m4 directory, then I run 'autoreconf -i' and './configure', got some</div><div>    other error:<br><i>        checking whether compiling and linking against OpenSSL works... no</i><div><i>        configure: error: in `/home/hunter/Lesson-2-A-digest':</i></div><div><i>        configure: error: could not locate OpenSSL</i></div><div><i>        See `config.log' for more details</i></div><div><br></div><div>5. I googled and tried the following methods but still can't build it</div><div>        a) ./configure --with-openssl=/usr/include/openssl</div><div>        b) sudo apt-get install libssl-dev</div><div><br></div><div>hope you can help me, thanks in advance.</div><div><br></div>[1] <a href="https://github.com/engine-corner/Lesson-2-A-digest">https://github.com/engine-corner/Lesson-2-A-digest</a></div><div>[2] <a href="http://www.gnu.org/software/autoconf-archive/ax_check_openssl.html">http://www.gnu.org/software/autoconf-archive/ax_check_openssl.html</a></div><div><br></div><div>BR,</div><div>Zhao</div></div></div>