Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Andrei2000 on September 21, 2015, 04:39:17 pm

Title: Annoying error
Post by: Andrei2000 on September 21, 2015, 04:39:17 pm
Hello . I just started to learn c++ and my teacher advised me to use Code::Blocks. I downloaded   codeblocks-13.12mingw-setup.exe    and instlled it .When i tried to compile the first project i got this :

Extracting documentation for Test.
DoxyBlocks is working, please wait a few moments...
Found existing doxyfile...
Execution of 'doxygen' failed.
Please ensure that the doxygen 'bin' directory is in your path or provide the specific path in DoxyBlocks' preferences.
Done.

Does anyone knows why is this happening ?

P.S. I'm using windows 10 .

Sorry for bad english .
Title: Re: Annoying error
Post by: stahta01 on September 21, 2015, 07:52:40 pm
Option 1: Install doxygen and/or fix the cause of the error.
Option 2: Turn off the CB doxygen (DoxyBlocks) plugin

Tim S.