<br><br><div class="gmail_quote">On Fri, Jan 14, 2011 at 5:36 PM, Rohit Upadhyaya <span dir="ltr"><<a href="mailto:rohitju07@gmail.com">rohitju07@gmail.com</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><div></div><div class="h5"><br><br><div class="gmail_quote">On Fri, Jan 14, 2011 at 5:21 PM, Rogge Henning <span dir="ltr"><<a href="mailto:henning.rogge@fkie.fraunhofer.de" target="_blank">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;">
Please send you mails back to the mailing list in the future... ^^<br>
<br>
We don't distribute executables, because OLSRd is used on dozens of embedded<br>
platforms. We deliver the code and everyone can compile it.<br>
<br>
The lastest stable version of OLSRd should work on windows without<br>
modification.<br>
<div><br>
Henning Rogge<br>
<br>
--<br>
Diplom-Informatiker Henning Rogge , Fraunhofer-Institut für<br>
Kommunikation, Informationsverarbeitung und Ergonomie FKIE<br>
Kommunikationssysteme (KOM) Neuenahrer Straße 20, 53343 Wachtberg,<br>
Germany Telefon +49 228 9435-961,   Fax +49 228 9435 685<br>
mailto:<a href="mailto:henning.rogge@fkie.fraunhofer.de" target="_blank">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>
<br>
</div>> -----Ursprüngliche Nachricht-----<br>
> Von: Rohit Upadhyaya [mailto:<a href="mailto:rohitju07@gmail.com" target="_blank">rohitju07@gmail.com</a>]<br>
> Gesendet: Freitag, 14. Januar 2011 12:49<br>
> An: Rogge Henning<br>
> Betreff: Re: [Olsr-users] Windows port of OLSR<br>
<div><div></div><div>><br>
> Oh cool! May I ask why the latest versions don't have Windows<br>
> binaries? I mean does it involve some work like modifying the<br>
> code or something?<br>
</div></div></blockquote></div><br><br clear="all"><br></div></div>Oh I'm really sorry.I just clicked reply and....Thanks for the info!!<br>
</blockquote></div><br>Rogge, I did as you said and compiled 0.6.1 for Windows using Cygwin.I did change a couple of minor things though:<br>In main.c line 88 removed one backslash [Two backslashes just seemed wrong]<br clear="all">
In main.c line 133 changed if(noenoExitOnFail) to if(noExitOnFail) [Compile time error]<br><br>Compiled fine,got an exe and a bunch of dlls.Put all of them in a folder and ran olsrd.exe.Problem is when the scheduler starts, it goes into an infinite loop giving the error "select error:Result too large'. So opened the scheduler.c file and tried figuring out the error,but am completely at sea here,since I dont know what the scheduler does and how it fits in with the rest of the code. Does anyone on the list have any idea as to what's causing this? A brief summary as to what the scheduler does and I could try fixing it myself.<br>
<br>