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> <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 <<a href="mailto:benpmorgan@gmail.com">benpmorgan@gmail.com</a>> 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't been using the SVN version. I'll try this and see if it works.<br>Also, I don'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 <<a href="mailto:scribe@crosswire.org" target="_blank">scribe@crosswire.org</a>> 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? We had fixed some code in InstallMgr 'recently'.<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> -Troy.<br><div><br><br><br>Ben Morgan wrote:<br>> See below. Near the bottom are what I think are probably core InstallMgr<br>> issues.<br>
><br>> On Jan 22, 2008 8:02 AM, Pierre Amadio <<a href="mailto:pierre.amadio@laposte.net" target="_blank">pierre.amadio@laposte.net</a><br></div><div><div></div><div>> <mailto:<a href="mailto:pierre.amadio@laposte.net" target="_blank">pierre.amadio@laposte.net</a>>> wrote:<br>
><br>> - The download/manage module is awfull. (Why is there no python wrapper<br>> for the InstallMgr class ? :-) ).<br>><br>><br>> One reason that there is no python wrapper is that SWIG cannot parse the<br>
> installmgr.h file. This is due to the fact that SWIG is quite touchy<br>> about the order of modifiers. Changing the lines<br>> const static int MODSTAT_OLDER;<br>> const static int MODSTAT_SAMEVERSION;<br>
> const static int MODSTAT_UPDATED;<br>> const static int MODSTAT_NEW;<br>> const static int MODSTAT_CIPHERED;<br>> const static int MODSTAT_CIPHERKEYPRESENT;<br>><br>> to<br>><br>> static const int MODSTAT_OLDER;<br>
> static const int MODSTAT_SAMEVERSION;<br>> static const int MODSTAT_UPDATED;<br>> static const int MODSTAT_NEW;<br>> static const int MODSTAT_CIPHERED;<br>> static const int MODSTAT_CIPHERKEYPRESENT;<br>
><br>> will solve that problem. Could this please be fixed? It has no semantic<br>> difference, but it means that installmgr can be used in python without<br>> patching the source.<br>><br>> Another reason is that no one had got round to it. I have attached an<br>
> installmgr.i file which ought to do this. To get the status reporter<br>> working, the sword.i file which you are building from must have these<br>> lines added to it<br>> %module(directors="1") Sword;<br>
> %feature("director") sword::StatusReporter;<br>> %include "installmgr.i"<br>><br>> However, when I try using it, it makes a pretty horrible mess (I'm using<br>> VC++ Express Edition 2005 and using cURL to do the downloading, as<br>
> ftplib won't build)<br>><br>> Under a debug build, a debug assertion is triggered on closing after<br>> refreshing a remote source.<br>> The assertion (part of the msvcrt debug, I think)<br>> is in close.c on line 48<br>
> Expression: (_osfile(fh) & FOPEN)<br>><br>> Under a non-debug build it crashes on trying to refresh a remote source,<br>> after it has done it once (even in a different session).<br>> I think this is because it is getting two files, abbott.conf and<br>
> fdla_en.conf with modified dates of<br>> Thursday, 24 November 30044, 1:22:45 AM<br>> and it can't handle deleting files with these dates.<br>><br>> The debug version sets those two files' modified dates to the current<br>
> date/time.<br>><br>> Does anyone have any ideas on why this doesn't work? This could have<br>> something to do with the unzipping not working properly, but I'm not sure.<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>><br></div></div>> ------------------------------------------------------------------------<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><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>