Code::Blocks Forums
User forums => Help => Topic started by: FrankCB on April 20, 2014, 09:37:47 am
-
i just installed code::blocks in Windows 8. When i run the HelloWorld program, it says, "Execution of doxygen failed. Please ensure that the doxygen bin directory is in your path or provide specific path in doxyblock's preferences" . I opened the doxyblocks preferences and checked the path. It is empty. What of path should I provide to run the program?
-
The path where you installed doxygen.
-
why do you need doxygen for a hello world program???
to compile and run a your source code, you have to use build->Compile and build->run or the yellow gear and the green arrow in the toolbar
greetings
-
why do you need doxygen for a hello world program???
to compile and run a your source code, you have to use build->Compile and build->run or the yellow gear and the green arrow in the toolbar
greetings
I would guess disable doxygen plugin is the simplest and fastest solution.
Plugins -> Manage Plugins
I also guess, that the OP has doxygen type comments in the OP code.
Tim S.