Problems building 2.2.1 (svn) on openSuse 10.3

2007-10-15 Thread Davide Imbeni
Hi list, I am facing some problems trying to build the svn version of Gnucash 2.2.1on openSuse 10.3 on a x86_64 arch. I believe all dependencies should be ok. 1 -- First issue (solved, maybe in the wrong way): after successful ./configure, make stops with error /bin/sh ../../../libtool --tag=CC

Re: Problems building 2.2.1 (svn) on openSuse 10.3

2007-10-15 Thread Josh Sled
(Trimming gnucash-user from distribution list. This is clearly -devel traffic.) Davide Imbeni [EMAIL PROTECTED] writes: 2 -- The above allowed make to continue compiling... for a while. Next error, on which I'm currently stuck, is: gcc -DHAVE_CONFIG_H -I. -I../.. -DG_LOG_DOMAIN=\gnc.engine\

Re: Problems building 2.2.1 (svn) on openSuse 10.3

2007-10-15 Thread Christian Stimming
Am Montag, 15. Oktober 2007 09:33 schrieb Davide Imbeni: svn version of Gnucash 2.2.1on openSuse 10.3 on a x86_64 arch. 1 -- First issue (solved, maybe in the wrong way): after successful ./configure, make stops with error libtool: link: cannot find the library `/usr/lib64/libpopt.la' or

Re: Problems building 2.2.1 (svn) on openSuse 10.3

2007-10-15 Thread Davide Imbeni
Thanks a lot to both Christian and Josh. Now I was able to compile and run the latest gnucash again! I just have to add that another .la was missing in opensuse 10.3 in spite of having installed all matching *-devel packages: libosp.la Just in case someone happens to install opensuse 10.3

Re: Problems building 2.2.1 (svn) on openSuse 10.3

2007-10-15 Thread Davide Imbeni
Ooops. opensp-devel actually includes libosp.la. No need to hack there. Apologies Davide On 10/15/07, Davide Imbeni [EMAIL PROTECTED] wrote: Thanks a lot to both Christian and Josh. Now I was able to compile and run the latest gnucash again! I just have to add that another .la was