[LAD] Problem with g++, please please help me

Dominic Sacré dominic.sacre at gmx.de
Sun Nov 23 00:16:15 UTC 2008


On Sunday 23 November 2008 00:39:35 Christian wrote:
>  Text text( string _name, string _box, int _x, int _y, int _w, int _h,
>                  string _shortCut, string _caption );

Copy&paste? :) You need to remove the type names here. This is obviously 
intended as a local variable, but to gcc it looks like a function 
declaration. It happily compiles it though, until you try to stuff it into 
a list in the next line...


Dominic



More information about the Linux-audio-dev mailing list