It is indeed in the stable branch and builds without modification.<br><br>Verification of a build using cygwin on Win XP without Marcus' "different makefile" being the primary purpose of my post.<br><br>Bruce Ford<br>
<br><div class="gmail_quote">On Wed, Mar 23, 2011 at 10:17 PM, Henning Rogge <span dir="ltr"><<a href="mailto:henning.rogge@fkie.fraunhofer.de">henning.rogge@fkie.fraunhofer.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Wednesday 23 March 2011 13:11:01 Bruce Ford wrote:<br>
> v0.6.1 tarball on home page of <a href="http://www.olsr.org" target="_blank">www.olsr.org</a> builds with cygwin gcc 3.4.4<br>
> under Windows XP SP3 after the minor correction below:<br>
><br>
> ---------------------------------------------------------------------------<br>
> $ diff -p olsrd-0.6.1_unmodified/src/main.c olsrd-0.6.1/src/main.c<br>
> *** olsrd-0.6.1_unmodified/src/main.c   2010-11-12 02:07:55.000000000 +1000<br>
> --- olsrd-0.6.1/src/main.c      2011-03-23 21:51:00.834116800 +1000<br>
> *************** static int olsr_create_lock_file(bool no<br>
> *** 130,136 ****<br>
>   #ifdef WIN32<br>
>     HANDLE lck = CreateEvent(NULL, TRUE, FALSE, lock_file_name);<br>
>     if (NULL == lck || ERROR_ALREADY_EXISTS == GetLastError()) {<br>
> !     if (noenoExitOnFail) {<br>
>         return -1;<br>
>       }<br>
>       if (NULL == lck) {<br>
> --- 130,136 ----<br>
>   #ifdef WIN32<br>
>     HANDLE lck = CreateEvent(NULL, TRUE, FALSE, lock_file_name);<br>
>     if (NULL == lck || ERROR_ALREADY_EXISTS == GetLastError()) {<br>
> !     if (noExitOnFail) {<br>
>         return -1;<br>
>       }<br>
>       if (NULL == lck) {<br>
> ---------------------------------------------------------------------------<br>
><br>
> make clean_all<br>
> make build_all<br>
><br>
> with an edit of main.c before a second "make build_all".<br>
</div>This should be already included in the current stable branch of our<br>
repository...<br>
<br>
Henning Rogge<br>
<font color="#888888"><br>
--<br>
Diplom-Informatiker Henning Rogge , Fraunhofer-Institut für<br>
Kommunikation, Informationsverarbeitung und Ergonomie FKIE<br>
Kommunikationssysteme (KOM)<br>
Neuenahrer Straße 20, 53343 Wachtberg, Germany<br>
Telefon <a href="tel:%2B49%20228%209435-961">+49 228 9435-961</a>,   Fax <a href="tel:%2B49%20228%209435%20685">+49 228 9435 685</a><br>
mailto:<a href="mailto:henning.rogge@fkie.fraunhofer.de">henning.rogge@fkie.fraunhofer.de</a> <a href="http://www.fkie.fraunhofer.de" target="_blank">http://www.fkie.fraunhofer.de</a><br>
GPG: E1C6 0914 490B 3909 D944 F80D 4487 C67C 55EC CFE0<br>
</font></blockquote></div><br><div style="visibility: hidden; left: -5000px; position: absolute; z-index: 9999; padding: 0px; margin-left: 0px; margin-top: 0px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 130%;" id="avg_ls_inline_popup">
</div>