That is possible that there is no depend target in the make file. Just curious 
how you built/get the make file for it?

 

Nonetheless as Bruce mentioned, something is amiss with your Perl install. At 
minimum, install perl-CPAN module using dnf package manager (which I believe is 
the OS package manager for Fedora). Further see 
https://www.cyberciti.biz/faq/install-perl-in-fedora-linux-using-dnf-command/ 
to understand how-to install Perl correctly and then 
https://packages.fedoraproject.org/pkgs/perl-CPAN/perl-CPAN/ to review the 
perl-CPAN installation information.

 

Hope this helps.

 

From: Fred Tydeman <tydeman.f...@gmail.com> 
Sent: Thursday, May 02, 2024 11:40 AM
To: Kalpesh Patel <kalpesh.pa...@usa.net>
Cc: Bruce Schuck <bsch...@asgard-systems.com>; GnuCash User 
<gnucash-user@gnucash.org>
Subject: Re: [GNC] Finance::Quote PreRelease 1.61_03

 

make depend

fails (as there is no 'depend' target in the makefile).

 

On Thu, May 2, 2024 at 6:16 AM Kalpesh Patel <kalpesh.pa...@usa.net 
<mailto:kalpesh.pa...@usa.net> > wrote:

If you are installing it into the system installed perl, which most likely you 
are doing so with a su switch user utility, then correct way to do so would be 
to:

# sudo su -
# cd <to_untarred_source_directory>
# make depend
# make
# make test
# make install
# make clean

_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to