After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 646922 - PROJECT_LOGO file must be in build directory
PROJECT_LOGO file must be in build directory
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.7.4
Other Linux
: Normal minor
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-04-06 15:22 UTC by damon.carter
Modified: 2011-08-16 16:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description damon.carter 2011-04-06 15:22:31 UTC
If the PROJECT_LOGO is defined without a relative path, 
    PROJECT_LOGO           = LTXClogo.gif
the build complains that it cannot find the file, even though it is in an IMAGE_PATH directory. If the PROJECT_LOGO is defined with a path relative to the directory the build is executed from, 
    PROJECT_LOGO           = api_doc/img/LTXClogo.gif
the file is found OK and copied to the html output directory. However, the index.html cannot find it because the image source is defined with $projectlogo including the relative path:
    src="api_doc/img/LTXClogo.gif"

I can work around this by creating a link to the PROJECT_LOGO file in the directory I build from, then define it without any path. I think this cumbersome, 
the PROJECT_LOGO should be found and copied from the IMAGE_PATH directory, or the relative path should be removed when assigning the image "src".
Comment 1 Dimitri van Heesch 2011-04-17 10:42:43 UTC
Confirmed. I'll implement the latter option (i.e. strip the relative path).
Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2011-08-14 14:05:00 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.5. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.