| Summary: | Spaces in directory name for project cause configure/make failure | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Benjamin Roe <ben> |
| Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | andresbajotierra, grundleborg |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Benjamin Roe
2003-05-30 13:36:52 UTC
This is a known bug. And it's also present in KDevelop 3.0 This affects appwizard and autoproject (maybe other manangers as well) KDevelop 3.0 quotes all paths, but the configure script fails anyway because it is wrongly invoked :( I don't know how to fix this one. i.e. cd "/home/amilcar/my test/teftyvdghxf/debug" && CXXFLAGS="-O0 -g3" "/home/amilcar/my test/teftyvdghxf/configure" --enable-debug=full * /home/amilcar/my test/teftyvdghxf/configure: test: /home/amilcar/my: binary operator expected * /home/amilcar/my test/teftyvdghxf/configure: test: /home/amilcar/my: binary operator expected * configure: error: sources are in /home/amilcar/my test/teftyvdghxf Amilcar, in case this still applies, we should handle that upwards to the guys taking care of the admin/ submodule and update the admin/-dir in our project templates. This is for sure some error in the m4 stuff or am_edit or such (Any of the tools used to produce configure) Looks like the stuff in the admind directory should handle it. Is this bug still present in a recent KDE version, such as 3.5.9 or 4.0.1? Marking as NEEDSINFO automake based tools are unmaintained |