linker errors against current CVS?

2001-05-30 Thread Andrew S . Halper
Any ideas on these linker errors against current CVS? Thanks, Andy gcc -g -O2 -Wall -Wunused -Winline -Wmissing-prototypes -Wmissing-declarations -fomit-frame-pointer -finline-functions -fstrict-aliasing -o dia connectionpoint_ops.o diagram.o commands.o app_procs.o preferences.o load_save.o disp

Re: Does Dia support Solaris 2.6?

2001-06-18 Thread Andrew S . Halper
On 2001.06.14 23:53 Sheng-Liang Liu wrote: > Hi: > > I tried to compile dia 0.88.1 on my Ultra5 workstation running Solaris > 2.6. Unfortunately, I always had problems when I was doing "make". It > was okay whe I ran "configure", but when I tried to "make", near the > end of the process it told

Re: UML Diagram Questions

2001-07-17 Thread Andrew S . Halper
On 2001.07.16 21:17 Rob wrote: > Hello! > > I'm quite interested in Dia, of course for its Visio-ishness, but more for the > UML-ishness! I'm a big fan of Rational Rose except for its price, and would be > willing to help make this product more UML-useable. Some questions, first. > > 1. Has anyo

Re: Schema Mania

2001-07-18 Thread Andrew S . Halper
On 2001.07.17 21:43 James K. Lowden wrote: > Hello everyone, > > I have put together a little web site that I hope will be useful to > people who'd like Dia to be a good data modelling tool. I've collected > the links to known dia<->sql projects, and described the current state > of things. > >

need more help compiling from CVS

2001-07-21 Thread Andrew S . Halper
Do I need to upgrade gettext? I'm currently at 0.10.35. make[2]: Entering directory `/home/ashalper/dia/po' file=./`echo zh_TW.Big5 | sed 's,.*/,,'`.gmo \ && rm -f $file && PATH=../src:$PATH /usr/bin/msgfmt -o $file zh_TW.Big5.po zh_TW.Big5.po:161: illegal control sequence zh_TW.Big5.po:382: i

Re: ER - Format Question

2001-07-22 Thread Andrew S . Halper
On 2001.07.18 01:07 Collin Rogowski wrote: > Hi! > > I started writing a program to create a relational scheme > from a ER-digram created with dia (I later want to transform > the scheme to SQL). I got quiet far (thanks to not having to > write a parser), but got stuck at the following: > > If a

Re: need more help compiling from CVS

2001-07-29 Thread Andrew S . Halper
On 2001.07.21 09:36 Cyrille Chepelov wrote: > Le sam, jui 21, 2001, à 08:04:10 -0700, Andrew S . Halper a écrit: > > Do I need to upgrade gettext? I'm currently at 0.10.35. > > > > make[2]: Entering directory `/home/ashalper/dia/po' > > file=./`echo zh_TW.Bi

Re: need more help compiling from CVS

2001-07-29 Thread Andrew S . Halper
On 2001.07.29 12:17 Cyrille Chepelov wrote: > Le dim, jui 29, 2001, à 11:06:33 -0700, Andrew S . Halper a écrit: > > > When autogen.sh runs the configure script: > > > > Running gettextize... Ignore non-fatal messages. > > /autogen.sh: gettextize: command no

Re: need more help compiling from CVS

2001-07-29 Thread Andrew S . Halper
On 2001.07.29 15:26 Cyrille Chepelov wrote: > Le dim, jui 29, 2001, à 02:48:11 -0700, Andrew S . Halper a écrit: > > > OK, thanks. More progress. I upgraded to the Rawhide gettext 0.10.38-4 RPM > > (couldn't find a Red Hat binary), which has these macros in the prope

Re: need more help compiling from CVS

2001-07-29 Thread Andrew S . Halper
On 2001.07.29 17:12 Andrew S . Halper wrote: > On 2001.07.29 15:26 Cyrille Chepelov wrote: > > This looks like the big bad NLS bug which others have been experiencing. > > Let's fix it ! > > > > What is your glibc version (including devel version if there

Re: need more help compiling from CVS

2001-07-30 Thread Andrew S . Halper
On 2001.07.30 01:18 Cyrille Chepelov wrote: > I get this: > message_error(dcgettext ( ((void *)0) , "Could not open %s' for > writing" , __LC_MESSAGES ) , filename); > g_free(filename); > return; > > stracing through the pre-processor, it looks like on my system, > ../lib/in

Re: need more help compiling from CVS

2001-08-03 Thread Andrew S . Halper
On 2001.08.03 08:56 Cyrille Chepelov wrote: > Le ven, aoû 03, 2001, à 08:27:37 -0700, Andrew S . Halper a écrit: > Which versions do you now have installed of > * libtool > * autoconf > * automake libtool-1.4 autoconf-2.13 automake-1.4p5 > > I

Re: [90% solved] Re: need more help compiling from CVS

2001-08-05 Thread Andrew S . Halper
On 2001.08.04 00:38 Cyrille Chepelov wrote: > * You need recent versions of the packages {jade, docbook, > docbook-utils, docbook-dsssl, docbook-stylesheets, > cygnus-stylesheets, etc.} of the whole DocBook rendering system. The > exact names of the packages vary from system to system; this

Re: SQL parser ready to hook up to Dia

2001-08-14 Thread Andrew S . Halper
On 2001.08.10 10:24 Cyrille Chepelov wrote: > Also, your module is likely to set the properties of "this or that" object > (UML classes, certainly). I'm currently rewriting the StdProp code, so that > UML class and UML association become simple StdProp objects -- please see my > recent announce p

Re: DIA - SQL: someone already did it...

2001-08-15 Thread Andrew S . Halper
On 2001.08.15 17:56 [EMAIL PROTECTED] wrote: > A project in alpha3 stage of a db designer connected with Psql and MySQL > to automagically create the DB, wich i've discovered by chance in freshmeat... Cool. Here's the URL BTW: http://dbdesigner.sourceforge.net/ It's GPLed, for those who care a

Re: Enhancement Request: "Notes" fields in UML mode

2001-08-21 Thread Andrew S . Halper
"Notes" are part of the UML syntax. They are described on pg. 76, 464 of The Unified Modeling Language User Guide...probably less sketchily in The Unified Modeling Language Reference Manual but I don't have that one. :( Andy On 2001.08.21 06:40 Andre Kloss wrote: > On Mon, 20 Aug 2001, Clayton

XML_I18N_TOOLS_NEWER_THAN_0_9

2001-08-22 Thread Andrew S . Halper
On 2001.08.21 21:48 Cyrille Chepelov wrote: > Simply make a unidiff of your tree against the CVS tree (beware of the > xml-i18n-tools changes in the sheet files), with the following options: ..about xml-i18n-tools, am I missing a piece on my setup? This is the end of the autogen.sh output: /co

Re: XML_I18N_TOOLS_NEWER_THAN_0_9

2001-08-23 Thread Andrew S . Halper
On 2001.08.22 13:12 Cyrille Chepelov wrote: > Yes you are missing a piece. However this is not a wonder, because that > piece is currently only on my hard disk and Eazel's CVS tree, where > xml-i18n-tools comes from... Once version 0.10 is out (I'm working on that > with the maintainers), we'll d

Re: Build problem with dia-0.88.1

2001-09-07 Thread Andrew S . Halper
nstalled. > > Ben. Looks like the same problem I encountered with the CVS version a while ago. The explanation from the GNOME documentation people follows. I haven't gotten around to trying a work-around yet. Andy On 05 Aug 2001 22:43:26 -0700, Andrew S . Halper wrote: > On

Re: SQL Plugin for DIA

2001-09-19 Thread Andrew S . Halper
On 2001.09.19 06:40 Nathan Stitt wrote: > Andrew Halper <[EMAIL PROTECTED]> writes: > > I'll try to take a look at it tonight. I had planned to make a more > > official patch once I got the import (and export) code working with > > StdProp, but I haven't worked on it recently. > > If you've dow

need help with missing header files

2001-11-23 Thread Andrew S . Halper
Is this because I need to apply the patch for the new diagram tree stuff? Thanks, Andy Making all in app make[2]: Entering directory `/home/ashalper/dia/app' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../lib -I/usr/include/gnome-xml-I/usr/include/gtk-1.2 -I

Re: UML question

2001-11-26 Thread Andrew S . Halper
On 2001.11.26 12:29 Neil Zanella wrote: > Now if you are working with object oriented rather than relational > databases then you may be looking for something different than what > I describe. UML is different from the ER-modelling language I describe. UML class diagrams can be used (as a somewh

Re: UML question

2001-11-26 Thread Andrew S . Halper
Sorry for the double reply (now famous for this). Will do better. Andy On 2001.11.26 19:39 Andrew S . Halper wrote: > On 2001.11.26 12:29 Neil Zanella wrote: > > > Now if you are working with object oriented rather than relational > > databases then you may be looking for s

Re: Diagram tree window - patch (Was: Re: xml-i18n and a new feature)

2001-11-28 Thread Andrew S . Halper
Finally got around to trying this out. It is very cool. It's going to make bulky ER diagrams much more manageable. Thanks! Andy On 2001.10.30 17:18 Jose A. Ortega Ruiz wrote: > Cyrille Chepelov <[EMAIL PROTECTED]> writes: > > > This feature sounds interesting... Please hack at will ! Unfortu

function to resize a UML class object's extent?

2001-11-28 Thread Andrew S . Halper
Anyone know which function I should call (or property to set) to resize a class object's borders around the text inside? I took a look at umlclass_create() in objects/UML/class.c, but I didn't see anything obvious. My problem is I'm creating UML class objects on a diagram, and most of the time t

Re: function to resize a UML class object's extent?

2001-11-28 Thread Andrew S . Halper
On 2001.11.28 08:28 Lars Clausen wrote: > On Wed, 28 Nov 2001, Andrew S. wrote: > > > Anyone know which function I should call (or property to set) to resize a > > class object's borders around the text inside? I took a look at > > umlclass_create() in objects/UML/class.c, but I didn't see anyth

Re: function to resize a UML class object's extent?

2001-11-28 Thread Andrew S . Halper
On 2001.11.28 11:54 Lars Clausen wrote: > On Wed, 28 Nov 2001, Andrew S. wrote: > > Like this: > > > > /* the {persistent} tag should be made optional (or at least > > concealable) eventually */ > > nameprop->string_data = > > g_strdup_printf("%s {persistent}", > >

Re: function to resize a UML class object's extent?

2001-11-28 Thread Andrew S . Halper
On 2001.11.28 11:54 Lars Clausen wrote: > On Wed, 28 Nov 2001, Andrew S. wrote: > > > On 2001.11.28 08:28 Lars Clausen wrote: > >> On Wed, 28 Nov 2001, Andrew S. wrote: > >> > >> > Anyone know which function I should call (or property to set) to > >> > resize a class object's borders around the

Re: function to resize a UML class object's extent?

2001-11-29 Thread Andrew S . Halper
On 2001.11.28 23:18 Cyrille Chepelov wrote: > There is nothing in umlclass_update_data() which relate the width of the > text strings to elem->width, is it ? Hmm. OK, perhaps > umlclass_calculate_data misses one or two strings ? Or perhaps it isn't > called frequently enough ? > > I wish I had t

Re: function to resize a UML class object's extent?

2001-11-29 Thread Andrew S . Halper
On 2001.11.29 16:59 Lars Clausen wrote: > On Fri, 30 Nov 2001, Cyrille Chepelov wrote: > > > Le jeu, nov 29, 2001, à 06:03:42 -0800, Robert Campbell a écrit: > >> Is any of this perhaps related to the problem that a UML class object > >> will not shrink when the longest attribute or method shrink

Re: function to resize a UML class object's extent?

2001-11-29 Thread Andrew S . Halper
On 2001.11.29 23:07 Cyrille Chepelov wrote: > Given that UMLClass is not 100% Stdprop (it's more like...1% ;-) ), I think > this call to umlclass_calculate_data should go just before calling > umlclass_update_data. Or, if this has no measurable adverse effects on > performance, just at the beginn

Re: function to resize a UML class object's extent?

2001-11-30 Thread Andrew S . Halper
On 2001.11.30 04:10 Cyrille Chepelov wrote: > Yes, it's sad. I'm moving in mid-december, that should help me save almost > 2.5 wasted hours daily (!), I hope I can reclaim some of them to resume > coding at home (but this is only hope at this point, not promises). There are commuters in France?

Re: plugins ... I say yeahy, any second on that ?

2001-12-07 Thread Andrew S . Halper
On 2001.12.07 02:34 reyn wrote: > >Dia2Code is a standalone application not a integrated plugin. > >It would be really cool if it was a plugin, but its not. > > Why couldnt dia support plugins ? Wouldnt that give it the edge > to compete with visio ? Doesnt visio have diagram checking , for I

Re: Windows version.

2002-01-11 Thread Andrew S . Halper
On 2002.01.10 23:58 DEBAJYOTI LAHIRI wrote: > Hi there, > Could you please tell me whether there are any Windows version available for > the Dia product and if so where can I get it. There is. It's at: http://hans.breuer.org/dia/ Andy ___ Dia-list m

Re: request for help with CVS compile error

2002-01-25 Thread Andrew S . Halper
On 2002.01.24 11:53 Akira TAGOH wrote: > >>>>> On Wed, 23 Jan 2002 08:44:33 -0700, > >>>>> "AS" == "Andrew S . Halper" <[EMAIL PROTECTED]> wrote: > > AS> Am I missing something new? This is on Red Hat 7.1, with: > >

Re: Re: how to extract the files in unix

2002-01-28 Thread Andrew S . Halper
On 2002.01.28 07:50 sartajsingh wrote: > > I cant understand. > I have downloaded the file version dia-0.88.1.tar.gz. > I tried doing tar x dia-0.88.tar.gz but no works. Do this: tar -xvzf dia-0.88.tar.gz cd dia /configure make /app/run_dia.sh What Linux distro do you have? It would be easier

CVS chaos

2002-01-30 Thread Andrew S . Halper
I replaced xml-i18n-tools (0.10?, I think it was Cyrille's tarball snapshot) with intltool 0.12, but autogen.sh terminates with: /configure: line 5338: syntax error near unexpected token `AC_PROG_INTLTOOL(0.12)' /configure: line 5338: `AC_PROG_INTLTOOL(0.12) ' Now type 'make' to compile dia. Is

Re: CVS chaos

2002-01-30 Thread Andrew S . Halper
On 2002.01.30 21:17 Lars Clausen wrote: > On Wed, 30 Jan 2002, Andrew S. wrote: > > > I replaced xml-i18n-tools (0.10?, I think it was Cyrille's tarball > > snapshot) with intltool 0.12, but autogen.sh terminates with: > > > > /configure: line 5338: syntax error near unexpected token > > `AC_PRO

libart_lgpl-2.3.8-0.5

2002-02-18 Thread Andrew S Halper
Just a heads up about recent libart_lgpl RPMs and Dia. The RawHide and GnomeHide libart_lgpl-devel RPMs install their header files in /usr/include/libart-2.0/libart_lgpl, and dia/app/render_libart.h is looking in /usr/include/libart_lgpl. I soft-linked it on my system, but I thought I should

Re: docbook

2002-04-02 Thread Andrew S Halper
On 2002.04.02 07:29 Leonardo Contreras Alfonso wrote: > In make install procedure are some problems with docbook, doesn´t > recognize > some tags, i´ve dtd 4.1, is there any known problem with this? Yes. Although I've forgotten what it is. It doesn't work correctly on Red Hat. Andy __

StdProp for UML attributes?

2002-04-03 Thread Andrew S Halper
I'm attempting to write the StdProp code for the UML attributes, and I was wondering what the appropriate property type should be? At first I thought ListProperty (defined in lib/prop_widgets.h), but now I think that might not be what I want. Is there an available property type I should use, or

Re: Chen-ERD and Crow's Foot Diagrams?

2002-04-04 Thread Andrew S Halper
On 2002.04.03 05:37 Daryl Manning wrote: > Anyhow, very happy using Dia in my OOP C++ class last term. Now I am > doing database work and while there is a nice ER diagrammer in Dia, > the > prof seems to be particular about having Chen ERD and Crow's Foot > Models. This is a repeat request. As

Re: Chen-ERD and Crow's Foot Diagrams?

2002-04-04 Thread Andrew S Halper
On 2002.04.04 15:14 Daryl Manning wrote: > I apologize if it is a repeated request. I imagine it would be quite > useful as there doesn't seem to be a non-commercial tool (in linux or > windows even) out there that I could find that does this (if someone > has > one, I'd certainly appreciate a lin

Re: ERD

2002-04-05 Thread Andrew S Halper
On 2002.04.02 08:42 [EMAIL PROTECTED] wrote: > I am looking for documentation on the ER plugin for Dia, I try to find > the rules > or the formalism behind ER but I am lost :( I don't think there is any documentation for the Dia ER sheet per se. For documentation on the ER notation, try: Auth

Re: Chen-ERD and Crow's Foot Diagrams?

2002-04-06 Thread Andrew S Halper
On 2002.04.06 02:47 Cyrille Chepelov wrote: > Le Sat, Apr 06, 2002, à 08:18:10AM +0200, Daryl Manning a écrit: > > Just seemed like a fast easy way to support Crow's Feet and it is > what > > they happen to do in Visio anyway? > > > I'm lost. What are crow's feet diagrams ? Can you give me a po

Re: Build problem with dia-0.88.1

2002-05-04 Thread Andrew S Halper
o the ailabpc01.cacs.louisiana.edu URL below. Andy > On Thu, 2 May 2002, Cengiz Gunay wrote: > > > In reference to the message of Andrew S. Halper on Fri, 7 Sep 2001, > I was > > able to build dia-0.88.1 on a RedHat 7.1 system. > > > > The information he provid

Re: Documentation on the development of C (C++?) Dia plugins (shapes)

2002-05-16 Thread Andrew S Halper
On 2002.05.16 08:28 Pierre Pronchery wrote: > On Thu, May 16, 2002 at 06:23:06PM +0300, Steffen Macke wrote: > > Pierre, > > > > I think this is excellent! > well, thanks :) > > I think at least the part on > > shape creation should be added to > > the dia manual. I would also like to > > add the

Re: database table instance modeling in dia

2002-06-07 Thread Andrew S Halper
On 2002.06.06 18:42 Neil Zanella wrote: > > Hello, > > I would like to use dia to draw database table instances, that is, > nothing more than two dimensional tables with a title at the top, > a name for each column, followed by the various table rows. > I could not find any such functionality in

Re: Import of SQL

2002-07-01 Thread Andrew S Halper
On 2002.07.01 09:25 James Michael DuPont wrote: > Anyone working on reverse engineering SQL into DIA? I was. I got as far as writing a SQL/92 parser and calling it from a plug-in, but I got stuck on creating Dia objects because the StdProp code I needed isn't finished yet. I did research it a

Re: Import of SQL

2002-07-02 Thread Andrew S Halper
On 2002.07.02 01:45 James Michael DuPont wrote: > > --- Andrew S Halper <[EMAIL PROTECTED]> wrote: > > On 2002.07.01 09:25 James Michael DuPont wrote: > > > Anyone working on reverse engineering SQL into DIA? > > > > I was. I got as far as writing

think I might be missing some fonts

2002-08-02 Thread Andrew S Halper
I'm getting a lot of console errors from Dia like: ** (dia:28596): WARNING **: Couldn't find font family for Monospace ** (dia:28596): WARNING **: Couldn't find font family for Sans Am I missing a font package? Wonky xfs configuration? This is current CVS compiled on Debian testing. Thank

Re: think I might be missing some fonts

2002-08-03 Thread Andrew S Halper
On 2002.08.02 22:31 Lars Clausen wrote: > On Fri, 2 Aug 2002, Andrew S. Halper wrote: > > I'm getting a lot of console errors from Dia like: > > > > > > ** (dia:28596): WARNING **: Couldn't find font family for Monospace > > > > > > ** (dia

Re: thanks for tedia2sql

2002-08-27 Thread Andrew S Halper
On 2002.08.26 08:45 Tim Ellis wrote: > Also a proposed large feature set which I'm still unsure how to > handle, > involving using special RDBMS constructs like CASCADE. I would like to move a large ERD at work from ERwin to Dia and this is a big feature request for me too. It seems like there

Re: New Shapeset -- What Will I Need To Do...?

2002-08-29 Thread Andrew S Halper
On 2002.08.29 12:11 Cyrille Chepelov wrote: > Tim, > > Le Thu, Aug 29, 2002, à 11:54:03AM -0400, Tim Ellis a écrit: > > > Now, I know things change quickly in the Open Source world, so I'm > willing > > to revisit this, but I'd like to get some advice from the GTK > hackers > > here. > > > Once

Re: New Shapeset -- What Will I Need To Do...?

2002-08-30 Thread Andrew S Halper
On 2002.08.30 06:02 Lars Clausen wrote: > On Thu, 29 Aug 2002, Andrew S. Halper wrote: > > On 2002.08.29 12:11 Cyrille Chepelov wrote: > >> Tim, > >> Le Thu, Aug 29, 2002, à 11:54:03AM -0400, Tim Ellis a écrit: > >> > Now, I know things change qui

DIA_PLUGIN_PATH, XSLT plug-in, and File (of diagram)->Export

2002-09-01 Thread Andrew S Halper
Since the addition of the XSLT plug-in (thanks very much for this BTW), on my system, if DIA_PLUGIN_PATH is not set, File (of diagram)->Export segfaults (I suspect due to the XSLT export filter not being loaded somewhere in filter.c?). This seems ungood to me. Is it me, or can anyone else d

Re: DIA_PLUGIN_PATH, XSLT plug-in, and File (of diagram)->Export

2002-09-01 Thread Andrew S Halper
On 2002.09.01 10:23 Cyrille Chepelov wrote: > Le Sun, Sep 01, 2002, à 09:33:12AM -0700, Andrew S Halper a écrit: > > > Since the addition of the XSLT plug-in (thanks very much for this > BTW), > > on my system, if DIA_PLUGIN_PATH is not set, File (of > diagram)->Expo

Re: Scripting a drawing

2002-09-17 Thread Andrew S Halper
On 2002.09.17 06:48 Alfred Heller wrote: > Dear Lars > > > I would like to read an argumentation tree from an XML file. Hence the > individual arguments are rapped in tags e.g. The world is > round. > The diameter arround the whole world is differing > 0.0001% > only. The XML file has a lot of s

Re: 2-D CAD/CAM

2002-09-27 Thread Andrew S Halper
On 2002.09.27 05:25 Ian Redfern wrote: > If anyone has any other PDFs they would like translating into Dia > shapes, let me know. Well, if you're offering, I'd like the IDEF1X shapes in this document: http://www.idef.com/Downloads/pdf/Idef1x.pdf or if you could explain how to convert PDF to SV

Re: DIA_PLUGIN_PATH && libdia.so

2002-10-02 Thread Andrew S Halper
On 2002.10.01 23:27 Cyrille Chepelov wrote: > Le Tue, Oct 01, 2002, à 10:14:21PM +0200, Torben H. Nielsen a écrit: > Well, the issue is that I rushed a little too fast in turning libdia.a > into > libdia.so, and forgot to teach the plugin loader about how libdia.so > is not > a plugin at all. OTO

Re: DIA_PLUGIN_PATH && libdia.so

2002-10-03 Thread Andrew S Halper
On 2002.10.03 07:25 Torben H. Nielsen wrote: > >> "Could not find plugin init function in > >> `/usr/local/lib/dia/libdia.la'". Neither dialog shows up when I run > > >> app/run_dia.sh (which didn't even occur to me until I saw this > thread). > > > >The latter is precisely what triggered the o

help with compile error in current CVS

2002-10-10 Thread Andrew S Halper
Anyone else seeing this in CVS? gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -I./../../lib -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/

Re: Dia & Schemas/DTDs

2002-11-07 Thread Andrew S Halper
On 2002.11.06 22:40 James K. Lowden wrote: > On 06 Nov 2002 12:26:43 -0600, Lars Clausen <[EMAIL PROTECTED]> wrote: > > On Wed, 6 Nov 2002, Durk Strooisma wrote: > > > > > > We noticed that Dia doens't make use of DTDs or XML Schemas (for > > > example to validate Dia XML documents). Even correct