You wrote:

the archive file name is: doxygenw20140924_1_8_8
>
No this is definitely not the latest version the latest doxygen version is
1.9.1 (see https://www.doxygen.nl/download.html)
Which OS are you using?

I downloaded the latest binary from doxygen site.
>
which site is this (please give the link, especially seen the version there)

It should work with 1.8.8 as well (but still much better to update). Don't
you get a warning / error when you run doxygen? What happens when you run
doxygen outside Visual Studio with the Doxyfile used and the same,
environment, settings?

<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Wed, Jun 2, 2021 at 9:54 AM Marius Zavincu <[email protected]>
wrote:

> I downloaded the latest binary from doxygen site. the archive file name
> is: doxygenw20140924_1_8_8
>
> All macros are defined into Visual studio and paths already exists before
> calling doxygen.exe at post build event.
>
> Do I need another version?
>
> On Wed, Jun 2, 2021 at 10:42 AM Albert <[email protected]> wrote:
>
>> As far as I can see this works in doxygen.
>> - which version of doxygen are you using?
>> - the OutputDir has to be set otherwise the used directory will be the
>> root
>> - the output directory is not created recursively so the path up to the
>> last directory has to exists (so in case OutputDir=a/b/c/d/e the path
>> a/b/c/d has to exist, the e will be created). A proposed patch (
>> https://github.com/doxygen/doxygen/pull/8444) exists though.
>> - note the comment in a Doxyfile is not // but # (but in the question
>> probably just to indicate the problem)
>>
>>
>> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>>  Virus-free.
>> www.avg.com
>> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>> <#m_899525823274694168_m_-7319742719737917001_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
>> On Wed, Jun 2, 2021 at 7:56 AM Marius Zavincu <[email protected]>
>> wrote:
>>
>>> Hi,
>>>
>>> I want to be able to use Visual Studio macros to define the
>>> OUTPUT_DIRECTORY inside the configuration file but I noticed that it is not
>>> working. I am able to use these macros for PROJECT_LOGO for example.
>>>
>>> PROJECT_LOGO           = $(ProjectDir)logo/logo.jpg  // this is working
>>> fine
>>> OUTPUT_DIRECTORY   =$(OutputDir)/ // this does not work for me.
>>>
>>> I am calling this config file from command line. I am using the latest
>>> doxy exe file.
>>>
>>> call $(ProjectDir)doxygen.exe $(ProjectDir)doxyfile
>>>
>>> Can someone help me with this? How can I use macros for OUTPUT_DIRECTORY?
>>>
>>> --
>>> Marius Zavincu,
>>> Software Engineer,
>>> Tel: +40745660920
>>>
>>> _______________________________________________
>>> Doxygen-develop mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/doxygen-develop
>>>
>>
>
> --
> Marius Zavincu,
> Software Engineer,
> Tel: +40745660920
>
>
_______________________________________________
Doxygen-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-develop

Reply via email to