oink-stack
oink-stack copied to clipboard
Oink is a collaboration of C++ static analysis tools.
g++ -c -o agramlex.yy.o agramlex.yy.cc -g -Wall -Wno-deprecated -D__UNIX__ -DNDEBUG -D__LINUX__ -I../smbase In file included from ../smbase/sm_flexlexer.h:28, from agramlex.yy.cc:247: /usr/local/include/FlexLexer.h:130: error: expected unqualified-id before numeric constant agramlex.yy.cc: In member function...
Is there a chance of getting a compiled binary posted on github as a release? I got a segfault in `Expression::hasUnparenthesizedGT`; and after the things I did force compilation that...
https://github.com/dsw/oink-stack/issues/4#issuecomment-388559547
When running the `./configure` script at the top level, the script died when it went into the `smbase` directory with the following error: ``` Can't locate sm_config.pm in @INC (you...
It might work with older versions of bison too, changelog distributed with mine (3.0.4) doesn't contain whole history of the project. This might fix issues #4 and #14.
Are there samples for using Cqual++ with openSSL ? Apache ? Others ?
Commit 3d1b8bc introduces conflicting changes in definition and usage of yylex macro in ./elkhound/grampar.tab.cc
When compiling on Mac OS X using Apple LLVM version 8.0.0 (clang-800.0.38) the following error is seen ``` gcc -c -o regions.o -I.. -iquote -DNMEMDEBUG -DSIZEOF_VOIDP=4 -Wall -g -O2 regions.c...
Receive a segfault when running elkhound/elkhound elkhound/examples/crash1.gr on Mac OS X. Have built the tools using Apple LLVM version 8.0.0 (clang-800.0.38). Debegging segfault reveals the cause to be dereferencing a...
When compiling oink on Mac OS X using Apple LLVM version 8.0.0 (clang-800.0.38) the following warning is seen: ``` gcc -c -o regions.o -I.. -iquote -DNMEMDEBUG -DSIZEOF_VOIDP=4 -Wall -g -O2...