News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

doxygen failed. doxygen bin directory

Started by FrankCB, April 20, 2014, 09:37:47 AM

Previous topic - Next topic

FrankCB

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?

scarphin


BlueHazzard

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

stahta01

Quote from: 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

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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]