On Monday 03 February 2003 12:09, Austin Acton wrote: > 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
Yes, the statement: using namespace std; is missing there. I'll look at this program again. I ran into what I believed was incorrect code and I stopped ... Narfi.
