> You probably have the GConf2 package if your machine runs gnome2. But
> you will need to add the development version (GConf2-devel).

Great.  Thank you, Didier.
Based on the error message displayed I was searching for gconf instead of GConf.

Not entirely unexpected, I am now getting stuck a little further down the road. The process complains now about libofx:

...
checking for glib-genmarshal... /usr/bin/glib-genmarshal
checking for libofx version >= 0.7.0... found 0.7.0
checking for libofx/libofx.h... checking for libofx...
configure: error: *** Cannot compile test program for libofx library.
Please check config.log for the exact error.
[EMAIL PROTECTED] ~]$

This is what's I found in the config.log file:

...
configure:27139: result: /usr/bin/glib-genmarshal
configure:27616: checking for libofx version >= 0.7.0
configure:27638: result: found 0.7.0
configure:27647: checking for libofx/libofx.h
configure:27669: gcc -E   conftest.c
conftest.c:72:27: error: libofx/libofx.h: No such file or directory
configure:27675: $? = 1
configure: failed program was:
| /* confdefs.h.  */

...

| /* end confdefs.h.  */
| #include <libofx/libofx.h>
configure:27752: checking for libofx
configure:27777: gcc -o conftest -g -O2    conftest.c -lm   -lofx >&5
conftest.c:73:27: error: libofx/libofx.h: No such file or directory
conftest.c: In function 'main':
conftest.c:79: error: 'LibofxContextPtr' undeclared (first use in this function)
conftest.c:79: error: (Each undeclared identifier is reported only once
conftest.c:79: error: for each function it appears in.)
conftest.c:79: error: syntax error before 'libofx_context'
conftest.c:80: error: 'libofx_context' undeclared (first use in this function)
configure:27783: $? = 1
configure: failed program was:
| /* confdefs.h.  */

...

| /* end confdefs.h.  */
|
| #include <libofx/libofx.h>
|
| int
| main ()
| {
|
|       LibofxContextPtr libofx_context = libofx_get_new_context();
|       libofx_free_context(libofx_context);
|
|   ;
|   return 0;
| }
configure:27804: error: *** Cannot compile test program for libofx library. Please check config.l
og for the exact error.

...

#define STDC_HEADERS 1
#define VERSION "1.99.0"
#define WITH_GTK 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1


Thanks

    Volker Englisch

mailto:[EMAIL PROTECTED]    (h)
_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to