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 693331 - configure and make fail if path contains spaces
configure and make fail if path contains spaces
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.3.1
Other Mac OS
: Normal major
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-02-07 14:33 UTC by Liviu Ionescu
Modified: 2013-05-19 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Liviu Ionescu 2013-02-07 14:33:02 UTC
If the current path contains spaces (quite an usual situation on OS X), the configure and build fails.

the solution is to protect all references to paths by using quotes/double quotes.


Liviu
Comment 1 Dimitri van Heesch 2013-02-09 18:04:37 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Liviu Ionescu 2013-02-11 17:53:23 UTC
I tried 1.8.3.1-20130209 and the main build is fine.

Unfortunately the examples/Makefile.in was not updated, all references to $(DOXYGEN) should also be changed to "$(DOXYGEN)".


Liviu
Comment 3 Liviu Ionescu 2013-02-11 19:13:29 UTC
The same problem for the doc/Makefile.in, "$(DOXYDOCS)" and "$(DOXYGEN)"/bin/doxygen will help.

Liviu
Comment 4 Dimitri van Heesch 2013-02-11 19:22:12 UTC
Thanks, I missed that one.
Comment 5 Dimitri van Heesch 2013-05-19 12:35:29 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.4. 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.