Hi, I recently downloaded #develop and loved it, anyway I'm an IT student and have a Compiler project in which I need bison, I want to use win_bison, I tried adding it to the external tools, I set the command to the path of win_bison, arguments to -v -d $Itempath and working directory to $Itempath, it doesn't work and this message appear:
Error while starting
C:\temp\winflexbison\win_bison.exe -v -d C:\temp\CConsole\CConsole\waffleshop.y filename isn't correct
I tried removing the .exe in the Command textbox, tried writing only win_bison word, I tried many things also for the arguments and the working directory, none of them worked.
So How do I do it ? I know there is a way but I don't seem to figure it out.