Are you sure you ran "make install"? Also do you have another version installed somewhere in your path or, more importantly, the ld library path?
-derek Sent from my HTC on the Now Network from Sprint! ----- Reply message ----- From: "Cristian Marchi" <[email protected]> Date: Wed, Aug 11, 2010 7:55 am Subject: Problem on running GnuCash compiled from trunk To: "GNUCASH devel" <[email protected]> I've a problem running GnuCash after a succesfull compilation under Ubuntu 10.04 as described in the wiki. When I try to start the program from commandline I get the following message and GnuCash break the loading during the splash screen: ___________________________________________________________________________________ Questa è una versione in sviluppo. Potrebbe funzionare o non funzionare. Riportare bug e altri problemi a [email protected]. È possibile anche cercare e compilare rapporti d'errore all'indirizzo http://bugzilla.gnome.org L'ultima versione stabile era GnuCash 2.2.9 La prossima versione stabile sarà GnuCash 2.4 Backtrace: In unknown file: ?: 8* [resolve-module (gnucash import-export qif-import)] ?: 9 (let ((full-name #)) (let (#) (if already # #))) ... ?: 10 (begin (if # #) (make-modules-in # full-name)) ?: 11* (if (or # #) (try-load-module name)) ?: 12 [try-load-module (gnucash import-export qif-import)] ?: 13 (or (begin (try-module-linked name)) (try-module-autoload name) ...) ?: 14* [try-module-autoload (gnucash import-export qif-import)] ?: 15 (let* (# # # #) (resolve-module dir-hint-module-name #f) (and # #)) ... ?: 16 (letrec ((load-file #)) (dynamic-wind (lambda () #) (lambda () #) ...) ...) ?: 17* [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>] ?: 18* [#<procedure #f ()>] ?: 19* (let ((file #)) (cond (# => #) (# => #))) ?: 20 [#<procedure #f #> "/home/cristian/GNUCASH/unstable/gnucash/share/gnucash/$ ?: 21 [load-file #<primitive-procedure primitive-load> ...] ?: 22* [save-module-excursion #<procedure #f ()>] ?: 23 (let (# #) (dynamic-wind # thunk #)) ?: 24 [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>] ?: 25* [#<procedure #f ()>] ?: 26* [primitive-load "/home/cristian/GNUCASH/unstable/gnucash/share/gnucash/gui$ In /home/cristian/GNUCASH/unstable/gnucash/share/gnucash/guile-modules/gnucash/import-export/qif-import.scm: 12: 27* [load-extension "libgnc-gnome" "scm_init_sw_gnome_module"] /home/cristian/GNUCASH/unstable/gnucash/share/gnucash/guile-modules/gnucash/import-export/qif-import.scm:12:1: In procedure dynamic-link in expression (load-extension "libgnc-gnome" "scm_init_sw_gnome_module"): /home/cristian/GNUCASH/unstable/gnucash/share/gnucash/guile-modules/gnucash/import-export/qif-import.scm:12:1: file: "libgnc-gnome", message: "file not found" _______________________________________________________________________________________________________ I hope someone could help me. Thanks Cristian _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
