On Friday 07 February 2014 00:25:35 raf wrote:
> i don't know anything about bison... i wouldn't be of any help to track
> down the problem.
> 
> my version was 3.0.1, I updated to
> [seijitsu@astrux linuxsampler-svn]$ bison -V
> bison (GNU Bison) 3.0.2
> Written by Robert Corbett and Richard Stallman.
> 
> but still got the same error.

Yeah, I just tested it with Bison 3.0.2 and figured that those two C arrays 
are not automatically generated by Bison 3.x by default anymore.

> looking more into the configure output I can see this message with some
> warnings related to bison :
> 
> Searching for a parser generator...OK (/usr/bin/bison -y)
> Generating LSCP parser...
> lscp.y: warning: 1801 shift/reduce conflicts [-Wconflicts-sr]
> lscp.y: warning: 1045 reduce/reduce conflicts [-Wconflicts-rr]
> lscp.y: warning: 1801 shift/reduce conflicts [-Wconflicts-sr]
> lscp.y: warning: 1045 reduce/reduce conflicts [-Wconflicts-rr]
> Done

Not related to this problem. It just reminds us that there are a lot of 
ambiguities in our LSCP grammar definition. In practice does not cause any 
problem for us though.

> then later on, not blocking :
> checking for ARTS artsc - version >= 0.9.5... no
> *** The artsc-config script installed by ARTS could not be found
> *** If ARTS was installed in PREFIX, make sure PREFIX/bin is in
> *** your path, or set the ARTS_CONFIG environment variable to the
> *** full path to artsc-config.

Not related to this problem. ARTS does not exist on modern systems anymore.

> what bison version do you have ? 

I just tested with Bison 2.x in the last few days.

> can a 64bits system make a difference ?

No, 32 bit or 64 bit does not make a difference. I'll try to find out how to 
convince Bison 3 to generate the two missing C arrays.

CU
Christian

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to