Can't compile

2008-07-30 Thread Damien Cassou
Running make results in: [...] make[3]: Leaving directory `/home/cassou/downloads/dia/bindings' make[2]: Leaving directory `/home/cassou/downloads/dia/bindings' Making all in samples make[2]: Entering directory `/home/cassou/downloads/dia/samples' make[2]: Nothing to be done for `all'. make[2]: Le

Re: Can't compile

2008-07-30 Thread Fred Morcos
could you show more from the top? On Wed, Jul 30, 2008 at 6:53 PM, Damien Cassou <[EMAIL PROTECTED]> wrote: > Running make results in: > > [...] > make[3]: Leaving directory `/home/cassou/downloads/dia/bindings' > make[2]: Leaving directory `/home/cassou/downloads/dia/bindings' > Making all in sam

Re: Can't compile

2008-07-30 Thread Damien Cassou
On Wed, Jul 30, 2008 at 7:10 PM, Fred Morcos <[EMAIL PROTECTED]> wrote: > could you show more from the top? sorry, I think it would suffice. The complete log is attached. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/ove

Re: Can't compile

2008-07-30 Thread Don Blaheta
Quoth Damien Cassou: > Running make results in: > > [...] > make[2]: Entering directory `/home/cassou/downloads/dia/po' > make[2]: *** No rule to make target `all'. Stop. I had the same problem, and I think I resolved it by going in and manually makeing stuff in the po directory. I'll have to c

Re: Question about handles

2008-07-30 Thread Don Blaheta
Ok. I've done up a diagram of what's going on in memory for a simple diagram involving a Box and three Lines, and posted it to my webpage (link below). The "grammar" of the diagram is this: every rectangle represents a chunk of memory. Above the rectangle in italic Times is the type of the chunk

Access to "javadoc"?

2008-07-30 Thread Don Blaheta
I've noticed that the code is fairly well-commented using a modified javadoc format; is there a particular program you have for compiling it into browsable html (as with javadoc)? Or is it just in this careful format for code legibility reasons? Apologies if this is answered somewhere, but I didn

Re: Debugging dia?

2008-07-30 Thread Don Blaheta
I never saw a response to this, and still haven't figured it out myself: Quoth Don Blaheta: > Quoth Hans Breuer: > > Am 30.05.2008 09:27, Don Blaheta schrieb: > > > I'm not sure how to trigger the necessary relink. I'm not finding > > > rules for making "lt-dia" in any of the places I'm looking.

Re: Debugging dia?

2008-07-30 Thread Don Blaheta
Quoth Don Blaheta: > How do I make lt-dia? I'd like to run dia inside gdb, and there seems > to be a mechanism for this inside app/run_dia.sh, but at least that > piece seems to be missing. I still don't know what the correct mechanism is, but after a lot of googling and reading libtool documenta

Re: Question about handles

2008-07-30 Thread Sameer Sahasrabuddhe
On Tue, Jul 29, 2008 at 12:42 PM, Hans Breuer <[EMAIL PROTECTED]> wrote: > No. There are handles on every object. They are represented by the little > squares. Some of them are connectable (see lib/handle.h:HandleConnectType) > and some of them are non-movable (lib/handle.h:HandleType). > > Non-mo

Re: Question about handles

2008-07-30 Thread Sameer Sahasrabuddhe
On Tue, Jul 29, 2008 at 4:21 AM, Don Blaheta <[EMAIL PROTECTED]> wrote: >> There are two specialized objects involved in building a connection. One is >> a Handle, the other one is a ConnectionPoint. In an existing connection >> between two DiaObject the Handle belongs to the first ("connected to"

Re: Question about handles

2008-07-30 Thread Don Blaheta
Quoth Sameer Sahasrabuddhe: > On Tue, Jul 29, 2008 at 4:21 AM, Don Blaheta <[EMAIL PROTECTED]> wrote: > >> There are two specialized objects involved in building a connection. One is > >> a Handle, the other one is a ConnectionPoint. In an existing connection > >> between two DiaObject the Handle b