<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
First questions about Cygwin is I see a 1.7 Beta download version for
it, and references to 1.5 downloads. Where's 1.6? Is it past Beta?<br>
<br>
Wayne Watson wrote:
<blockquote cite="mid:49C3D31D.4070902@sbcglobal.net" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
That's a lot of text to respond to, but let me see if I can broadly do
it.<br>
  <br>
It appears that the idea of executing Linux code under Win XP is
d-e-a-d. (Let's ignore VM)<br>
I will need to recompile the c-code in some way under Win XP. Probably
Cygwin.<br>
The python code I'm working on will only be available to a private
audience which is comprised of Win users. <br>
  <br>
Some years ago I started down the CygWiu road just to have Linux
available under Win. Old habits die hard. It was erratic and I pulled
it off. Cygwin seems to be still alive, so I think I will give it a
shake today. I hope it can tolerate the Makefiles and libraries the 38K
line program requires. My former knowledge of Makefiles died years ago.
Here's the main program's header file (and part of a Makefile).
Probably the tricky part is the graphic library use. In the meantime, I
headed for a Cygwin download.<br>
  <br>
wolf.c, the main program header.<br>
  <br>
#define wolf<br>
  <br>
#include &lt;stdio.h&gt;<br>
#include &lt;stdlib.h&gt;<br>
#include &lt;string.h&gt;<br>
#include &lt;unistd.h&gt;<br>
#include "cgi-draw.h"&nbsp;&nbsp; &lt;---- This guy, maybe<br>
#include "novas.h"<br>
#include "global.h"<br>
#include "calstars.h"<br>
#include "imatrix.h"<br>
#include "cnstl.h"<br>
  <br>
A sample of Makefile.linux<br>
  <br>
/*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ************ markstars ***************<br>
&nbsp;&nbsp; main routine of WOLF<br>
&nbsp;&nbsp; inputs: input_image - path for the input fits image file.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output_image - filename of the output jpg processed image.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; detect - if 1, detect "unepxected" stars.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write_on_target - if 1, type labels on the output image. In
this case, <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; output image must be specified.<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inverted - if 1, the image is inverted (black background and
white stars).<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; constellations - if 1, draw constellations (greek style)
lines.<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; ...<br>
  <br>
  <div class="moz-signature">-- <br>
  <meta content="text/html;" http-equiv="Content-Type">
  <title>Signature.html</title>
  <pre class="moz-signature" cols="76">           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.01 Deg. W, 39.26 Deg. N) GMT-8 hr std. time)<span
 style="font-weight: bold;"></span><b><b
 style="color: rgb(204, 51, 204);" class="b"><span
 style="color: rgb(255, 153, 255);"></span><span
 style="font-family: monospace;"></span></b></b>
<span style="color: rgb(102, 0, 204);"></span><span
 style="color: rgb(102, 0, 204);"></span>

<span style="color: rgb(102, 0, 204);">                </span><font
 class="sqq"><span style="color: rgb(102, 0, 204);">&#8220;</span><span
 class="sqq" style="color: rgb(102, 0, 204);">Life is one damn thing after another."
                     -- Mark Twain </span></font>
  </pre>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Tutor maillist  -  <a class="moz-txt-link-abbreviated" href="mailto:Tutor@python.org">Tutor@python.org</a>
<a class="moz-txt-link-freetext" href="http://mail.python.org/mailman/listinfo/tutor">http://mail.python.org/mailman/listinfo/tutor</a>
  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<meta content="text/html;" http-equiv="Content-Type">
<title>Signature.html</title>
<pre class="moz-signature" cols="76">           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.01 Deg. W, 39.26 Deg. N) GMT-8 hr std. time)<span
 style="font-weight: bold;"></span><b><b
 style="color: rgb(204, 51, 204);" class="b"><span
 style="color: rgb(255, 153, 255);"></span><span
 style="font-family: monospace;"></span></b></b>
<span style="color: rgb(102, 0, 204);"></span><span
 style="color: rgb(102, 0, 204);"></span>

<span style="color: rgb(102, 0, 204);">                </span><font
 class="sqq"><span style="color: rgb(102, 0, 204);">&#8220;</span><span
 class="sqq" style="color: rgb(102, 0, 204);">Life is one damn thing after another."
                     -- Mark Twain </span></font>
</pre>
</div>
</body>
</html>