Hi all,
I'm having trouble compiling the linuxsampler project. libgig is already
installed. There is a similar error when compiling from the tar release(
www.linuxsampler.org/downloads.html) and from the svn repository. Here is
the error message from make on the tar version:
lscp.y: In function ‘bool _isRuleTerminalSymbol(int)’:
lscp.y:1386:18: error: ‘yyprhs’ was not declared in this scope
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~~
lscp.y:1386:18: note: suggested alternative: ‘yyr2’
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~~
yyr2
lscp.y:1386:32: error: ‘yyrhs’ was not declared in this scope
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~
lscp.y:1386:32: note: suggested alternative: ‘yyr2’
for (int i = yyprhs[rule]; yyrhs[i] != -1; ++i)
^~~~~
yyr2
Makefile:448: recipe for target 'lscpparser.lo' failed
make[3]: *** [lscpparser.lo] Error 1
make[3]: Leaving directory
'/home/paul/source/linuxsampler-2.1.0/src/network'
Makefile:689: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/paul/source/linuxsampler-2.1.0/src'
Makefile:509: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/paul/source/linuxsampler-2.1.0'
Makefile:414: recipe for target 'all' failed
make: *** [all] Error 2
I installed all dependencies, configure script ran fine. Is this something
I did? Thanks for the help,
Paul
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel