Sorry about that, its now fixed in libtool. I don't know what the status of a merge might be. I haven't heard anything from Greg. I've now tested and it is building on Solaris(Forte), MacOS X, Linux, and Cygwin(MSVC) just fine.

David

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


--
.............................................................................
David L. Thompson                   Visualization and Imagery Solutions, Inc.
mailto:[EMAIL PROTECTED]    5515 Skyway Drive, Missoula, MT 59804
                                    Phone : (406)257-8530

Reply via email to