This is required to build the libtool branch (g++ 3.2.1)
diff -u -r1.1.2.6 GraphLayout.C
--- src/uipp/dxuilib/GraphLayout.C 20 Nov 2002 06:41:43 -0000
1.1.2.6
+++ src/uipp/dxuilib/GraphLayout.C 20 Nov 2002 14:39:00 -0000
@@ -1799,7 +1799,7 @@
int max_count = 0;
Node* max_node = NUL(Node*);
Ark* max_arc;
- for (i=0; i<max; i++) {
+ for (int i=0; i<max; i++) {
if (ancestors[i] == NUL(Node*)) break;
if (counts[i] > max_count) {
max_node = ancestors[i];
Is the merge between the libtool and main branch still planned or
should I stop using the libtool branch and switch to the main one?
Thanks in advance,
Marco Morandini