On Feb 19, 2008 11:37 AM, Derek Atkins <<a href="mailto:warlord@mit.edu">warlord@mit.edu</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Here's something to try.. What happens if you move (or copy)<br>the ibr-gnc-module.scm to C: and then you can try one of:<br><br> (load "/ibr-gnc-module.scm")<br> (load "/c/ibr-gnc-module.scm")<br>
(load "c:/ibr-gnc-module.scm")<br> (load "c:\ibr-gnc-module.scm")<br></blockquote><div><br>I believe that last one would have to be (load "c:\\ibr-gnc-module.scm") otherwise Scheme will swallow the single \ character. What the heck, try all five.<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>And see what works. Then we can at least see if this works<br>at all for you... And then we can go through the complications<br>
of trying to get it working otherwise.<br><br>Also, you might want to use the debug output to see your output.<br>For example, do you see your printf output in the gnucash.trace<br>file?<br><br>-derek<br><br>Jannick Asmus <<a href="mailto:jannick.news@gmail.com">jannick.news@gmail.com</a>> writes:<br>
<br>> Nathan, Robert,<br>><br>> thanks for your input.<br>><br>> I tried every version of path format. No effect.<br>><br>> So I might be that the code of the config.user is not correct. Could<br>> someone check it, please? I am a real newbie to this stuff.<br>
><br>> Thanx again.<br>><br>> Best wishes,<br>> J.<br>><br>> On 17.02.2008 23:39, Nathan Buchanan wrote:<br>>> I doubt windows likes the double slash...try c:\path.... instead.<br>>><br>>> On Feb 17, 2008 4:18 PM, Robert Heller <<a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a><br>
>> <mailto:<a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a>>> wrote:<br>>><br>>> At Sun, 17 Feb 2008 20:14:22 +0100 Jannick Asmus<br>>> <<a href="mailto:jannick.news@gmail.com">jannick.news@gmail.com</a> <mailto:<a href="mailto:jannick.news@gmail.com">jannick.news@gmail.com</a>>> wrote:<br>
>><br>>> ><br>>> > Hi All,<br>>> ><br>>> > I am encountering problems running the following config.user-file on<br>>> > WinXP together with GC v2.2.3. The problem is that additional<br>
>> tools do<br>>> > not show up as they are supposed to be.<br>>> ><br>>> > Here is the config-file saved in .gnucash:<br>>> > _____________________<br>>> > (printf "Start config.user\n")<br>
>> ><br>>> > (define ibr-menu-created #f)<br>>> ><br>>> > (let (<br>>> > (path ("C://Dokumente und<br>>> > Einstellungen/user/.gnucash/ibr-gnc-module.scm"))<br>
>> > )<br>>> > (printf "config.user: loading %s ...\n" path)<br>>> > (load path)<br>>> > )<br>>> ><br>>> > (printf "End config.user\n")<br>
>> > _______________________<br>>> ><br>>> > The file stems from<br>>> <a href="http://www.ibrieger.de/misc/linux/gnucash/index.html" target="_blank">http://www.ibrieger.de/misc/linux/gnucash/index.html</a><br>
>> > where the .scm-file is available for download as well.<br>>> ><br>>> > At start-up GC looks for the config.user file in .gnucash and<br>>> starts it.<br>>> > Derek and me, we have already found out that the line defining<br>
>> the hard<br>>> > coded path variable<br>>> ><br>>> > (path ("C://Dokumente und<br>>> Einstellungen/user/.gnucash/ibr-gnc-module.scm"))<br>>> ><br>
>> > does not seem to be correct.<br>>> ><br>>> > Does anyone has a clue what format the path should have on a Windows<br>>> > system? Should "\" be used? What is the syntax for calling the<br>
>> hard drive?<br>>><br>>> I believe that the C Library's fopen() under MS-Windows handles '/' as<br>>> a directory separator (internally replaces '/' with '\' before calling<br>
>> the lower level O/S I/O functions. Don't know how drive letters are<br>>> handled. And I don't know what the MS-Windows port of GnuScheme does<br>>> with pathnames.<br>> _______________________________________________<br>
> gnucash-user mailing list<br>> <a href="mailto:gnucash-user@gnucash.org">gnucash-user@gnucash.org</a><br>> <a href="https://lists.gnucash.org/mailman/listinfo/gnucash-user" target="_blank">https://lists.gnucash.org/mailman/listinfo/gnucash-user</a><br>
> -----<br>> Please remember to CC this list on all your replies.<br>> You can do this by using Reply-To-List or Reply-All.<br>><br>><br><br>--<br> Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory<br>
Member, MIT Student Information Processing Board (SIPB)<br> URL: <a href="http://web.mit.edu/warlord/" target="_blank">http://web.mit.edu/warlord/</a> PP-ASEL-IA N1NWH<br> <a href="mailto:warlord@MIT.EDU">warlord@MIT.EDU</a> PGP key available<br>
_______________________________________________<br>gnucash-user mailing list<br><a href="mailto:gnucash-user@gnucash.org">gnucash-user@gnucash.org</a><br><a href="https://lists.gnucash.org/mailman/listinfo/gnucash-user" target="_blank">https://lists.gnucash.org/mailman/listinfo/gnucash-user</a><br>
-----<br>Please remember to CC this list on all your replies.<br>You can do this by using Reply-To-List or Reply-All.<br></blockquote></div><br>