2009/3/27 Davide Prina <[email protected]> > Roberto Gatti (d-l) wrote: > > sicuramente qualcosa adesso è cambiato, il configure si pianta con errore: >> >> checking for xmlElemDump in -lxml2... no >> configure: error: libxml2 is required for GnuCash >> >> cosa che prima non faceva...appena riesco a compilare vedo cosa >> succede...grazie mille... >> > > probabilmente ti manca il pacchetto libxml2-dev
in realtà è installato...ho provato ad usare altre versioni di gnucash (sto compilando la 2.2.9, ho provato ora con la 2.2.6) ma viene sempre fuori..su internet ( http://lists.gnucash.org/pipermail/gnucash-devel/2001-August/004620.html ) ho trovato uno che consigliava bellamente di cancellare le righe relative dal configure: >>* checking for xmlElemDump in -lxml... no *>>* configure: error: libxml 1.8.3 or newer required for GnuCash *>>* [...] *> >Hmm, it seems a check we added for libxml >=3D 1.8.3 is breaking >for the latest version. Try this, search for the following lines >in configure.in and remove them: > >AC_CHECK_LIB(xml, xmlElemDump, [:], [ > AC_MSG_ERROR([libxml 1.8.3 or newer required for GnuCash]) > ]) > >Then rebuild configure and try reconfiguring. > (compilava una versione vecchia, 1.6 mi sembra)...

