On 6/27/21 6:58 PM, Outlook wrote:
Thanks, just installed it by using
cpanm Finance::Quote —force
Finance::Quote v1.50 is working well with GNC v4.6 now……:)
Understandable. The last two major releases of OSX (Catalina and Big Sur) have presented challenges when trying to compile Perl modules.
On my work macbook running 10.15.7 Catalina the trick was adding this to my environment before using cpan or cpanm.
export CPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE:$CPATH
Others have opted to use completely separate installs of Perl, usually installed using Homebrew.
- Bruce S. _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
