gtkhtml
Stephen Jazdzewski
Steve@Jazd.com
Sat, 30 Jun 2001 18:16:20 -0700
I have RedHat 7.1. Trying to make gnucash-1.6.0. I have battled the rpm/src
wars with gnucash successfully in the past...
I was able to get past *many* problems with this set. As mentioned in this
thread, the unicode.h one was cute. This is the gtkhtml error that finally
got me to go back to the gnucash rpm that came with 7.1:
Same errors with gtkhtml-0.9.2 and 0.8.3,
../src/.libs/libgtkhtml.so: undefined reference to `unicode_next_utf8'
../src/.libs/libgtkhtml.so: undefined reference to `unicode_tolower'
../src/.libs/libgtkhtml.so: undefined reference to `unicode_strlen'
../src/.libs/libgtkhtml.so: undefined reference to `unicode_offset_to_index'
../src/.libs/libgtkhtml.so: undefined reference to `unicode_isalnum'
../src/.libs/libgtkhtml.so: undefined reference to `unicode_strchr'
../src/.libs/libgtkhtml.so: undefined reference to `unicode_index_to_offset'
../src/.libs/libgtkhtml.so: undefined reference to `unicode_previous_utf8'
../src/.libs/libgtkhtml.so: undefined reference to `unicode_isalpha'
../src/.libs/libgtkhtml.so: undefined reference to `unicode_get_utf8'
../src/.libs/libgtkhtml.so: undefined reference to `unicode_type'
collect2: ld returned 1 exit status
make[2]: *** [gtkhtml-properties-capplet] Error 1
make[2]: Leaving directory `/export/local/src/gtkhtml-0.9.2/capplet'
I have tride both the RedHat 7.1 libunicode-[devel] and the gnome ones. This
is the first time, for me, the gnucash dependencies of gotten this far out of
had.
-Stephen