User forums > Help

C/C++ parser ignores includes with minus

<< < (3/3)

l_inc:
ollydbg
It works for me in Windows either. I even mentioned that I had not been able to make the bug manifest in Ubuntu, so I was glad oBFusCATed confirmed it was reproducible. I think the only way to fix this is to debug it myself. But... is there any reason to continue supporting the plugin anyway, considering there is a more stable, more functional and much easier to maintain alternative?

ollydbg:

--- Quote from: l_inc on November 09, 2015, 02:40:24 pm ---ollydbg
It works for me in Windows either. I even mentioned that I had not been able to make the bug manifest in Ubuntu, so I was glad oBFusCATed confirmed it was reproducible. I think the only way to fix this is to debug it myself.

--- End quote ---
Debugging is not that hard, mainly, when you see a "#include xxxx" statement, you just call the "HandleInclude()" function inside the parser, and it should locate the "xxxx" file, and parse that included file.
The error mainly happens the file "xxxx" can't be found by CC, maybe, it does not know the search path?


--- Quote ---But... is there any reason to continue supporting the plugin anyway, considering there is a more stable, more functional and much easier to maintain alternative?
--- End quote ---
If you looked a similar IDE(codelite), you will see it have two alternative cc engine, one is its native cc, and the other is the clang.

l_inc:
ollydbg

--- Quote ---Debugging is not that hard
--- End quote ---
Right. What's hard is to setup the environment with all those dependencies that need to be additionally compiled and installed. Btw. I've just overwrote my previous compilation just because I forgot to change the prefix, and spent some half an hour restoring it. Anyway, I can't reproduce the bug anymore. No idea, what made that happen. I did system update since then, installed many dependencies etc... could be anything.

Navigation

[0] Message Index

[*] Previous page

Go to full version