Open GoogleCodeExporter opened 8 years ago
Confirm. For example, rageagainstthecage in the z4root app (attached) is not
detected.
Original comment by julian.s...@gmx.net
on 14 Feb 2013 at 1:17
Attachments:
Original comment by anthony....@gmail.com
on 17 Feb 2013 at 4:58
I have the same problem with other samples and "Undefined token "&& b " found
at position 2."
*But I think I have found the solution:*
in Ubuntu 12.04 LTS you have libmuparser0debian1 in Version 1.34-2. In Rev
2.0.0: 04.09.2011 (see http://muparser.beltoforion.de/) the changelog says:
Removed features: >>intrinsic "and", "or" and "xor" operators have been
removed<<
New features: >>new intrinsic binary operators: "&&", "||" (logical and, or)<<
I think Anthony uses a current version of muparser.
If you known open the dbandroguard file with a editor and replaces "&&" with
"and" and replaces "||" with "or". Everything works without error.
I have attached the modified dbandroguard file for the old muparser syntax. I
hope this solve your problem.
Original comment by Hanno.Le...@gdata.de
on 27 Feb 2014 at 3:11
Attachments:
Yeah thx for the reply Hanno :)
Original comment by ades...@google.com
on 27 Feb 2014 at 4:03
Original issue reported on code.google.com by
themagic...@googlemail.com
on 6 Feb 2013 at 2:32