Hello,

I am porting my projectmanagement plugin to read codeblocks workspace 
files to 2.3. It was compiled for 2.1. For parsing the compile output of 
gcc, I had to make a workaround because codeblocks prints the output of 
the compilation process to stdout and not to stderr so the gcc parser 
was not processing anything. I could do this by making my own 
outputparser that creates the gcc one and sends my stdout to the stderr 
function of the gcc parser. So I created the gcc parser by making a gcc 
toolchain and then asking it's output parser.

So this trick does not work anymore with 2.3. Also, the GccParser class 
is not exported as public, that's why I was using that trick with the 
toolchain. Any suggestions how I could re-use the gcc parser? I could 
copy it, but don't like to do this of course.

Thanks,
Best regards,
Tom,

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to