GNOME Bugzilla – Bug 693331
configure and make fail if path contains spaces
Last modified: 2013-05-19 12:35:29 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
Confirmed. Should be fixed in the next subversion update.
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
The same problem for the doc/Makefile.in, "$(DOXYDOCS)" and "$(DOXYGEN)"/bin/doxygen will help. Liviu
Thanks, I missed that one.
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.