Error on make gnucash-1.7.7
David Hampton
hampton@employees.org
16 Jan 2003 10:37:52 -0800
--=-5DoORyfF9hxRqVq4TNqU
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
On Wed, 2003-01-15 at 11:45, Karl Schlicker wrote:
> I've use the tarball gnucash-1.7.7.tar.gz from 2003-01-06,
> my guile version is 1.4
Odd. According to my install of guile 1.4 the second argument should be
a char*. Anyway, try changing line 2169 from:
return scm_num2long_long(num, (char *) SCM_ARG1, "gnc_scm_to_gint64");
to:
return scm_num2long_long(num, SCM_ARG1, "gnc_scm_to_gint64");
That should solve the compilation problem.
David
--=-5DoORyfF9hxRqVq4TNqU
Content-Type: application/DEFANGED-37430; name="signature_asc.DEFANGED-37430"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQA+JvwAlSwHWMdNRQQRAuTJAKDw9407cd4oY1iOal44r2wcEl2O5ACg0Mnb
1pMxK6gYygEXNBw94UjY3sE=
=2PJx
-----END PGP SIGNATURE-----
--=-5DoORyfF9hxRqVq4TNqU--