After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 84520 - dia fails to compile: libunicode not found
dia fails to compile: libunicode not found
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
0.90
Other Linux
: Normal major
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2002-06-07 19:12 UTC by ceder
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description ceder 2002-06-07 19:12:22 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.
Comment 1 Lars Clausen 2002-06-10 14:26:03 UTC
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.