Hi,<br><br>It still seems to have those same two files not working, even when I use the SVN version. Anyone got any ideas why these dates would come up? <br><br>&nbsp;<br>God Bless,<br>Ben<br>-------------------------------------------------------------------------------------------<br>
The Lord is not slow to fulfill his promise as some count slowness,<br>but is patient toward you, not wishing that any should perish,<br>but that all should reach repentance.<br>2 Peter 3:9 (ESV)<br><br><div class="gmail_quote">
On Jan 31, 2008 5:36 PM, Ben Morgan &lt;<a href="mailto:benpmorgan@gmail.com">benpmorgan@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>No, I haven&#39;t been using the SVN version. I&#39;ll try this and see if it works.<br>Also, I don&#39;t have svn commit access at all (I used to pass my changes on to Jason)<br><br>Thanks for the prompt reply.<div class="Ih2E3d">
<br>
<br>God Bless,<br>Ben<br>-------------------------------------------------------------------------------------------<br>The Lord is not slow to fulfill his promise as some count slowness,<br>but is patient toward you, not wishing that any should perish,<br>

but that all should reach repentance.<br>2 Peter 3:9 (ESV)<br><br></div><div><div></div><div class="Wj3C7c"><div class="gmail_quote">On Jan 31, 2008 5:21 PM, Troy A. Griffitts &lt;<a href="mailto:scribe@crosswire.org" target="_blank">scribe@crosswire.org</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ben,<br><br>Are you using SVN? &nbsp;We had fixed some code in InstallMgr &#39;recently&#39;.<br><br>const static changed to<br>static const<br><br>in svn now.<br><br>Do you still have SVN access to commit your new installmgr.i and sword.i<br>

changes?<br><br>Thank you for working on this.<br><br> &nbsp; &nbsp; &nbsp; &nbsp;-Troy.<br><div><br><br><br>Ben Morgan wrote:<br>&gt; See below. Near the bottom are what I think are probably core InstallMgr<br>&gt; issues.<br>
&gt;<br>&gt; On Jan 22, 2008 8:02 AM, Pierre Amadio &lt;<a href="mailto:pierre.amadio@laposte.net" target="_blank">pierre.amadio@laposte.net</a><br></div><div><div></div><div>&gt; &lt;mailto:<a href="mailto:pierre.amadio@laposte.net" target="_blank">pierre.amadio@laposte.net</a>&gt;&gt; wrote:<br>

&gt;<br>&gt; &nbsp; &nbsp; - The download/manage module is awfull. (Why is there no python wrapper<br>&gt; &nbsp; &nbsp; &nbsp;for the InstallMgr class ? :-) ).<br>&gt;<br>&gt;<br>&gt; One reason that there is no python wrapper is that SWIG cannot parse the<br>

&gt; installmgr.h file. This is due to the fact that SWIG is quite touchy<br>&gt; about the order of modifiers. Changing the lines<br>&gt; &nbsp; &nbsp; const static int MODSTAT_OLDER;<br>&gt; &nbsp; &nbsp; const static int MODSTAT_SAMEVERSION;<br>

&gt; &nbsp; &nbsp; const static int MODSTAT_UPDATED;<br>&gt; &nbsp; &nbsp; const static int MODSTAT_NEW;<br>&gt; &nbsp; &nbsp; const static int MODSTAT_CIPHERED;<br>&gt; &nbsp; &nbsp; const static int MODSTAT_CIPHERKEYPRESENT;<br>&gt;<br>&gt; to<br>&gt;<br>&gt; &nbsp; &nbsp; static const int MODSTAT_OLDER;<br>

&gt; &nbsp; &nbsp; static const int MODSTAT_SAMEVERSION;<br>&gt; &nbsp; &nbsp; static const int MODSTAT_UPDATED;<br>&gt; &nbsp; &nbsp; static const int MODSTAT_NEW;<br>&gt; &nbsp; &nbsp; static const int MODSTAT_CIPHERED;<br>&gt; &nbsp; &nbsp; static const int MODSTAT_CIPHERKEYPRESENT;<br>

&gt;<br>&gt; will solve that problem. Could this please be fixed? It has no semantic<br>&gt; difference, but it &nbsp;means that installmgr can be used in python without<br>&gt; patching the source.<br>&gt;<br>&gt; Another reason is that no one had got round to it. I have attached an<br>

&gt; installmgr.i file which ought to do this. To get the status reporter<br>&gt; working, the sword.i file which you are building from must have these<br>&gt; lines added to it<br>&gt; %module(directors=&quot;1&quot;) Sword;<br>

&gt; %feature(&quot;director&quot;) sword::StatusReporter;<br>&gt; %include &quot;installmgr.i&quot;<br>&gt;<br>&gt; However, when I try using it, it makes a pretty horrible mess (I&#39;m using<br>&gt; VC++ Express Edition 2005 and using cURL to do the downloading, as<br>

&gt; ftplib won&#39;t build)<br>&gt;<br>&gt; Under a debug build, a debug assertion is triggered on closing after<br>&gt; refreshing a remote source.<br>&gt; The assertion (part of the msvcrt debug, I think)<br>&gt; is in close.c on line 48<br>

&gt; Expression: (_osfile(fh) &amp; FOPEN)<br>&gt;<br>&gt; Under a non-debug build it crashes on trying to refresh a remote source,<br>&gt; after it has done it once (even in a different session).<br>&gt; I think this is because it is getting two files, abbott.conf and<br>

&gt; fdla_en.conf with modified dates of<br>&gt; Thursday, 24 November 30044, 1:22:45 AM<br>&gt; and it can&#39;t handle deleting files with these dates.<br>&gt;<br>&gt; The debug version sets those two files&#39; modified dates to the current<br>

&gt; date/time.<br>&gt;<br>&gt; Does anyone have any ideas on why this doesn&#39;t work? This could have<br>&gt; something to do with the unzipping not working properly, but I&#39;m not sure.<br>&gt;<br>&gt; God Bless,<br>

&gt; Ben<br>&gt; -------------------------------------------------------------------------------------------<br>&gt; The Lord is not slow to fulfill his promise as some count slowness,<br>&gt; but is patient toward you, not wishing that any should perish,<br>

&gt; but that all should reach repentance.<br>&gt; 2 Peter 3:9 (ESV)<br>&gt;<br>&gt;<br></div></div>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>

&gt; sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a><br>&gt; <a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>

&gt; Instructions to unsubscribe/change your settings at above page<br><br><br>_______________________________________________<br>sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a><br>

<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>Instructions to unsubscribe/change your settings at above page<br></blockquote>
</div>
<br><br clear="all"><br><br>
</div></div></blockquote></div><br><br clear="all"><br>