Code::Blocks Forums

User forums => Help => Topic started by: FrankCB on April 20, 2014, 09:37:47 am

Title: doxygen failed. doxygen bin directory
Post 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?
Title: Re: doxygen failed. doxygen bin directory
Post by: scarphin on April 20, 2014, 12:41:11 pm
The path where you installed doxygen.
Title: Re: doxygen failed. doxygen bin directory
Post by: BlueHazzard on April 20, 2014, 01:56:47 pm
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
Title: Re: doxygen failed. doxygen bin directory
Post by: stahta01 on April 20, 2014, 04:42:07 pm
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.