Click to See Complete Forum and Search --> : gtkhtml


jrbush82
11-23-2002, 11:41 AM
I am trying to install gtkhtml-0.8.3 and from what I understand, I have all the required dependancies. The configure goes great, but when I compile, I get this error:

In file included from gtkhtml.c:39:
htmlengine-edit.h:25: unicode.h: No such file or directory
In file included from gtkhtml.c:45:
htmlcursor.h:27: unicode.h: No such file or directory

any help would be appreciated.

Thanks,
Jason Bush

raz0rblade
11-23-2002, 01:07 PM
im not that good with C but it looks like your missing unicode. if you use a rpm based os look at rpmfind.net or if a deb based os debian.org.

jrbush82
11-23-2002, 01:51 PM
well the thing was that I installed unicode, but it didn't work.. I found a gnome specific unicode src file, compile it and it worked.. so I dunno

Thanks though
Jason Bush