Your message dated Thu, 1 Jun 2000 10:39:02 +0800 (WST)
with message-id <[EMAIL PROTECTED]>
and subject line dia bug
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Webmaster
(administrator, Gnome ticket database)

Received: (at submit) by bugs.gnome.org; 22 May 2000 15:49:18 +0000
Received: (qmail 6066 invoked from network); 22 May 2000 15:49:13 -0000
Received: from smtp.chello.nl (HELO relay01.chello.nl) (212.83.68.144)
  by tirania.nuclecu.unam.mx with SMTP; 22 May 2000 15:49:13 -0000
Received: from starbug-3 ([213.46.9.145]) by relay01.chello.nl
          (InterMail vK.4.02.00.00 201-232-116 license 
2ee4e7c625482f2f2a1950a80f6c8d58)
          with SMTP id <20000522154856.BOMV13246.relay01@starbug-3>
          for <[EMAIL PROTECTED]>; Mon, 22 May 2000 17:48:56 +0200
From: Maarten ter Huurne <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Compile problem
Date: Mon, 22 May 2000 17:43:55 +0000
X-Mailer: KMail [version 1.0.28]
Content-Type: text/plain
MIME-Version: 1.0
Message-Id: <00052217524701.07746@starbug-3>
Content-Transfer-Encoding: 8bit

Package: dia
Version: 0.85

make fails with these messages:
===
Making all in po
make[2]: Entering directory `/mp3/src/dia-0.85/po'
make[2]: *** No rule to make target `en.gmo', needed by `all-yes'.  Stop.
make[2]: Leaving directory `/mp3/src/dia-0.85/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mp3/src/dia-0.85'
make: *** [all-recursive-am] Error 2
===

The files "po/en.gmo" and "po/en.po" do not exist. However "po/en_GB.gmo"
and "po/en_GB.po" do exist.

Using this simple workaround, I got Dia to compile:
  cd po
  ln -s en_GB.gmo en.gmo
  ln -s en_GB.po en.po
  cd ..

Dia 0.84 had the same compile problem. I never used earlier versions of Dia.

My system is Linux 2.2.15, glibc 2.1, gcc 2.95.1, gtk 1.2.6. I don't run
Gnome, but I have compiled and run GTK programs (gimp, xmms, xchat) without
problems.

Reply via email to