Plot Problems

tjoen tjoen at dds.nl
Thu Jan 14 13:32:32 EST 2016


Louis C. Kouvaris schreef op do 14-01-2016 om 07:09 [-0500]:
> You have narrowed down the problem. webkit_web_view_load_uri isn't
> being
> used because configure can't find the harfbuzz-icu libraries. The
> harfbuzz libraries and the harfbuzz-icu libraries are both in
> /usr/local/lib. I have set  the environment variable LIBS to
> -lharfbuzz-icu but it doesn't seem to get passed to configure. How
> can I
> correct this problem?
> 
> 
> 
> configure:23258: checking for webkit_web_view_load_uri
> configure:23258: gcc -o conftest -g -O2 -std=gnu99 -Wall -Wunused

Check line 23258 of configure script for which variable from
$ ./configure --help
has to be set.
But I think the problem is that pkg-config only searched *.pc
in /usr/lib/pkgconfig/ and not in /usr/local/...
You need to set PKG_CONFIG_PATH environment variable first
$ man pkg-config

> -Wmissing-prototypes -Wmissing-declarations   -L/usr/local/lib
> conftest.c  -l
> m -L/usr/local/lib -lwebkitgtk-1.0 -lgtk-x11-2.0 -lsoup-2.4
> -ljavascriptcoregtk-1.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0
> -lpangocairo-1.0 -lg
> dk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgio-2.0
> -lgobject-2.0 -lglib-2.0   >&5
> /usr/local/lib/libwebkitgtk-1.0.so: undefined reference to
> `hb_icu_script_to_script'
> /usr/local/lib/libwebkitgtk-1.0.so: undefined reference to
> `hb_icu_get_unicode_funcs'
> collect2: error: ld returned 1 exit status
> 
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -----
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.


More information about the gnucash-user mailing list