Re: Terminal output at start up on Unstable

2018-02-20 Thread Derek Atkins
Yes, they are read there.
I'm surprised it is not referenced in the code.
-derek

John Ralls  writes:

> Oh...
> I deleted fin.scm because the functions aren’t used in code
> anywhere. I take it that they’re called by the SX formula parser. I’ll
> put it back (though maybe closer to where it’s used) and document it.
>
> Regards,
> John Ralls
>
>> On Feb 19, 2018, at 4:25 AM, Derek Atkins  wrote:
>> 
>> These are defined in fin.scm
>> 
>> -derek
>> Sent using my mobile device. Please excuse any typos.
>> 
>> 
>> 
>> On February 19, 2018 6:29:33 AM Robert Fewell <14ubo...@gmail.com> wrote:
>> 
>>> Hi,
>>> 
>>> Just thought I would mention that with the latest build I am seeing the
>>> following in the terminal I start Gnucash from. I see there have been some
>>> scheme changes so assuming it is related.
>>> 
>>> Unbound variable: gnc:ipmt
>>> gnc:"ipmt" is not a scm procedure
>>> Unbound variable: gnc:ppmt
>>> gnc:"ppmt" is not a scm procedure
>>> Unbound variable: gnc:pmt
>>> gnc:"pmt" is not a scm procedure
>>> 
>>> Regards,
>>>  Bob
>>> ___
>>> gnucash-devel mailing list
>>> gnucash-devel@gnucash.org
>>> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>> 
>> 
>> ___
>> gnucash-devel mailing list
>> gnucash-devel@gnucash.org
>> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>
>
>

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Docs build failure

2018-02-20 Thread Derek Atkins
Geert Janssens  writes:

> I think @CMAKE_SOURCE_DIR@ would have worked just fine as well. cmake's 
> configure_file command works with both formats. I don't know why John chose 
> the shell-like variable notation.
>
> But yes, the changes were necessary to get configure_file to work. It would 
> not work with the @-...-@ notation.
>
> You can probably use
> sed -es/'${CMAKE_SOURCE_DIR}'/${top_srcdir}/g
>
> The single quotes around ${CMAKE_SOURCE_DIR} will prevent bash from expanding 
> it on the spot. bash will still remove them so sed will see
> -es/${CMAKE_SOURCE_DIR}//g

I did this and it appears to be working now.

> Geert

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel