John E Wulff

Results 4 comments of John E Wulff

Addendum: The error message reported by govaluate for case 1. `(44 != 0 ? 44 : 22 != 0 ? 22 : 11) != 0` was "Value '44' cannot be...

Solution and apology: I have found what the problem is with the reported expression. If modified slightly the error becomes obvious: `(44 != 0 ? 11 : 22 != 0...

No libtool found. I have now done `sudo apt install libtool` This adds the directory `/usr/share/libtool` `./autogen.sh --enable-tools=yes --prefix=/usr/local` seems to be working except for the following warning: `autoreconf: running:...

`make install` fails because it requires super-user privileges. `sudo make install` OK You may want to modify the Build instructions in the README.