GNOME Bugzilla – Bug 84520
dia fails to compile: libunicode not found
Last modified: 2004-12-22 21:47:04 UTC
I have installed libunicode-0.7 from ftp://download.sourceforge.net/pub/sourceforge/libunicode/ but when I attempt to build dia, I get this in the output from configure: > [...] > checking for libunicode... not found > [...] > Unicode not present. This will NOT build. > Now type make to build dia. I see that configure.in is looking for a unicode-config script. No such script is installed by libunicode-0.7. (The exit status of the configure script should be non-zero in this case.) The documentation should mention what version of libunicode that is needed, and where it can be fetched. I suspect that I'm using an older or newer version of libunicode than dia expects.
Actually, you're using a wrong libunicode. You want the one that's with Gnome, sometimes known as libart_lgpl. Look in ftp://ftp.gnome.org/pub/GNOME/unstable/sources/libunicode. The FAQ is updated to reflect this.