Re: [Virtuoso-users] Problem with building VOS from Github

2014-04-20 Thread Barry Norton
, and Management Technology Providers > > On 20 Apr 2014, at 15:03, Barry Norton wrote: > > Same issue here (also on Ubuntu 14.04). I believe it's a bison v3 problem > though - YYLEX_PARAM is deprecated in favour of %lex-param. > > $ bison --version > bison (GNU Bi

Re: [Virtuoso-users] Problem with building VOS from Github

2014-04-20 Thread Barry Norton
Same issue here (also on Ubuntu 14.04). I believe it's a bison v3 problem though - YYLEX_PARAM is deprecated in favour of %lex-param. $ bison --version bison (GNU Bison) 3.0.2 For completeness, my locale: LANG=en_GB.UTF-8 LANGUAGE=en_GB:en LC_CTYPE="en_GB.UTF-8" LC_NUMERIC="en_GB.UTF-8" LC_TIME=

[Virtuoso-users] Arrow keys in isql/Linux

2014-03-04 Thread Barry Norton
Having built Virtuoso 7 from source on Ubuntu the arrow keys do not work (neither to access the historical commands, nor to edit the current line). This works on the pre-built Windows and Ubuntu binaries. Am I perhaps missing a compile flag? Barry