On 11/11/2008 08:51 AM, Graham Goode wrote:
> Hi,
> 
> I just updated my local CVS with the 2nd Novemeber changes of
> linuxsampler and kicked on a build and got a:
>  g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -Wreturn-type -ffast-math -O3
> -msse -march=pentium4 -mfpmath=sse -ffast-math -fomit-frame-pointer
> -funroll-loops -pthread -msse -MT DiskThread.lo -MD -MP -MF
> .deps/DiskThread.Tpo -c DiskThread.cpp  -fPIC -DPIC -o
> .libs/DiskThread.o
> In file included from DiskThread.cpp:26:
> DiskThread.h:101: error: expected primary-expression before '=' token
> DiskThread.h:101: error: array bound is not an integer constant

It looks like the value of CONFIG_MAX_STREAMS includes a '='. The value 
is set in config.h, which is created by configure. Maybe you did some 
typo in your configure command, something like

--enable-max-streams==100

?

/Andreas



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to