Hi,

as bb.linuxsampler.org registration currently states "SORRY REGISTRATION
TEMPORARILY DISABLED", I'll just ask here:

Attempting to compile the stable linuxsampler 2.0.0, I get:

Making all in network
make[3]: Entering directory
`/home/florian/temp/linuxsampler-2.0.0/src/network'
depbase=`echo lscpparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H
-I. -I../..   -I/usr/include/libgig    -Wreturn-type -ffast-math
-march=i686 -g -O2 -pthread -MT lscpparser.lo -MD -MP -MF $depbase.Tpo
-c -o lscpparser.lo lscpparser.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgig
-Wreturn-type -ffast-math -march=i686 -g -O2 -pthread -MT lscpparser.lo
-MD -MP -MF .deps/lscpparser.Tpo -c lscpparser.cpp  -fPIC -DPIC -o
.libs/lscpparser.o
lscp.y: In function 'bool _isRuleTerminalSymbol(int)':
lscp.y:1380:18: error: 'yyprhs' was not declared in this scope
     for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
                  ^
lscp.y:1380:32: error: 'yyrhs' was not declared in this scope
     for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
                                ^
make[3]: *** [lscpparser.lo] Error 1

"'yyprhs' was not declared in this scope" looks like a parsing error.
Either my build environment is outdated, or there is something wrong in
the source. :-)

How can I go about fixing this?

I'll happily supply any required detail.

Thanks,

Florian

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to