Re: Broken dia build

2004-09-07 Thread larsrc
Steffen Macke sagde: > Hi Lars, > > I think that your last commit broke the dia build: > diapagelayout.c:207: error: `DIA_UNIT_CENTIMETER' undeclared (first use in > this function) > > Removing #ifdef 0 in diaunitspinner.h fixes the build. > Where should the unit spinner appear? It's moved to widg

/lib/cpp

2004-09-07 Thread Frank Salter
I am using Slackware 10 and gcc 3.4.1. When compiling dia-0.94 from source it required /lib/cpp as the C pre-processor. A symbolic link to /usr/local/bin/cpp resolved the difficulty! However /lib and /usr/local/bin are located on different drives, and I try to avoid linking across drives as it ap

Re: /lib/cpp

2004-09-07 Thread Roland Stigge
On Tue, 2004-09-07 at 13:26, Frank Salter wrote: > I am using Slackware 10 and gcc 3.4.1. When compiling dia-0.94 from source > it required /lib/cpp as the C pre-processor. A symbolic link to > /usr/local/bin/cpp resolved the difficulty! > However /lib and /usr/local/bin are located on different

Re: /lib/cpp

2004-09-07 Thread Roland Stigge
On Tue, 2004-09-07 at 14:01, Roland Stigge wrote: > http://www.pathname.com/fhs/pub/fhs-2.3.html#LIBESSENTIALSHAREDLIBRARIESANDKERN > > says: > > "If a C preprocessor is installed, /lib/cpp must be a reference to it, > for historical reasons. [...]" Using it would be questionable, though. bye,

RE: /lib/cpp

2004-09-07 Thread Frank Salter
If the use of it is questionable, why did the dia-0.94 configuration fail because of its not being present? Is it really required? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roland Stigge Sent: 07 September 2004 13:46 To: discussions about usage and

Dia with Chinese XIM

2004-09-07 Thread 司 宪策
Dia is really a great software ^_^, now I need not to go back to win2k just for flowchart drawing. As I'm using Chinese characters in my project, I found it quite inconvenient that X Input Method (I'm using fcitx) doesn't work with Dia. So I have to use select&mouse-2 to copy Chinese words to Di

RE: /lib/cpp

2004-09-07 Thread Roland Stigge
On Tue, 2004-09-07 at 15:23, Frank Salter wrote: > If the use of it is questionable, why did the dia-0.94 configuration fail > because of its not being present? Autoconf generated the script in question (./configure). The dia developers are not responsible for this. > Is it really required? I gu

Re: Broken dia build

2004-09-07 Thread Zhang Lin-bo
#include "diaunitspinner.h" should be changed to #include "widgets.h" in dia/app/diapagelayout.c -- ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://www.gnome.org/projects/dia/faq.html Main page at