Package: splat
Severity: normal
Tags: patch

When building 'splat' on amd64 with gcc-4.0,
I get the following error:

Compiling SPLAT!... splat.cpp:89: error: non-local variable '<anonymous struct> 
dem [9]' uses anonymous type

With the attached patch 'splat' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/splat-1.1.0/splat.cpp ./splat.cpp
--- ../tmp-orig/splat-1.1.0/splat.cpp   2004-01-24 22:53:47.000000000 +0100
+++ ./splat.cpp 2005-03-03 20:11:22.436934107 +0100
@@ -78,7 +78,7 @@
          int length;
        } path;
 
-struct { int min_north;
+static struct { int min_north;
         int max_north;
         int min_west;
         int max_west;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to