On Mon, 2003-02-03 at 12:42, Narfi Stefansson wrote:
> Here are the diff needed to get spiralsynthmodular to compile on 9.0. They 
> were trivial replacements of #include "Fl/xx.h" with #include "FL/xx.h" (Note 
> the uppercase L).

Thanks for that, Narfi.  I hadn't got around to trying ssm yet, but I
will surely need your patch when I package it.

The error I was referring to though, is a gcc3.2 problem.
Maybe you (or someone else) can figure it out?

Austin

In file included from SpiralSound/Sample.h:24,
                 from SpiralSound/SpiralInfo.h:22,
                 from SpiralSound/Output.h:36,
                 from Loop.h:23,
                 from Loop.C:19:
SpiralSound/SpiralInfo.h:47: ISO C++ forbids declaration of `string'
with no type
SpiralSound/SpiralInfo.h:47: parse error before `;' token
SpiralSound/SpiralInfo.h:48: ISO C++ forbids declaration of `string'
with no type
SpiralSound/SpiralInfo.h:48: parse error before `;' token
SpiralSound/SpiralInfo.h:56: parse error before `)' token
SpiralSound/SpiralInfo.h:48: duplicate member `SpiralInfo::string'
SpiralSound/SpiralInfo.h:58: semicolon missing after declaration of
`SpiralInfo'SpiralSound/SpiralInfo.h:61: destructors must be member
functions
SpiralSound/SpiralInfo.h:61: virtual outside class declaration
SpiralSound/SpiralInfo.h:63: syntax error before `(' token
SpiralSound/SpiralInfo.h:65: virtual outside class declaration
SpiralSound/SpiralInfo.h:66: virtual outside class declaration
SpiralSound/SpiralInfo.h:68: 'string' is used as a type, but is not
defined as a type.
SpiralSound/SpiralInfo.h:69: parse error before `}' token
In file included from SpiralSound/Output.h:37,
                 from Loop.h:23,
                 from Loop.C:19:
SpiralSound/RiffWav.h:41: 'string' is used as a type, but is not defined
as a type.
SpiralSound/RiffWav.h:43: 'string' is used as a type, but is not defined
as a type.
SpiralSound/RiffWav.h:45: 'string' is used as a type, but is not defined
as a type.
SpiralSound/RiffWav.h:54: 'string' is used as a type, but is not defined
as a type.
SpiralSound/RiffWav.h:59: `string' was not declared in this scope
SpiralSound/RiffWav.h:59: parse error before `,' token
In file included from Loop.h:26,
                 from Loop.C:19:
SpiralSound/Reverb.h:51: 'vector' is used as a type, but is not defined
as a type.
In file included from GUI/GUIBase.h:19,
                 from GUI/DelayGUI.h:25,
                 from GUI/LoopGUI.h:31,
                 from Loop.h:27,
                 from Loop.C:19:
SpiralLoopsInfo.h:29: ISO C++ forbids declaration of `string' with no
type
SpiralLoopsInfo.h:29: parse error before `;' token
SpiralLoopsInfo.h:33: ISO C++ forbids declaration of `string' with no
type
SpiralLoopsInfo.h:33: `string' declared as a `virtual' field
SpiralLoopsInfo.h:33: declaration of `int SpiralLoopsInfo::string'
SpiralLoopsInfo.h:29: conflicts with previous declaration `int
SpiralLoopsInfo::string'
SpiralLoopsInfo.h:33: parse error before `(' token
SpiralLoopsInfo.h:33: duplicate member `SpiralLoopsInfo::string'
SpiralLoopsInfo.h:35: ISO C++ forbids defining types within return type
SpiralLoopsInfo.h:35: syntax error before `*' token
In file included from Loop.h:27,
                 from Loop.C:19:
GUI/LoopGUI.h:57: type specifier omitted for parameter `vector<int>'
GUI/LoopGUI.h:57: parse error before `&' token
GUI/LoopGUI.h:99: 'vector' is used as a type, but is not defined as a
type.
In file included from Loop.h:28,
                 from Loop.C:19:
SpiralLoops.h:113: 'map' is used as a type, but is not defined as a
type.
make: *** [Loop.o] Error 1

-- 
                        Austin Acton Hon.B.Sc.
             Synthetic Organic Chemist, Teaching Assistant
           Department of Chemistry, York University, Toronto
             MandrakeClub Volunteer (www.mandrakeclub.com)
                     homepage: www.groundstate.ca


Reply via email to