Closed
Bug 204213
Opened 22 years ago
Closed 22 years ago
configure barfing on check for midl
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.4beta
People
(Reporter: leaf, Assigned: leaf)
Details
Attachments
(1 file)
478 bytes,
patch
|
dbaron
:
approval1.4b+
|
Details | Diff | Splinter Review |
This seems to be happening because of an issue with IFS getting set to something
other than simply ":" in AC_CHECK_PROGS (which didn't happen with darin's
autoconf 2.13 checkin while the automatic configure sync wasn't happening). The
result is that windows with spaces in the path have those directories chopped
up, preventing the check from finding progams which have spaces in the path to
them, such as /cygdrive/c/Program Files/Microsoft Visual Studio/
I'm not sure what the right fix is, but there's a fix that simulates what
happens with ml currently (which is also in one of the space-in-directory-name
paths). I'll post that momentarily.
Assignee | ||
Comment 1•22 years ago
|
||
It assumes midl is in the path, along with the other things defined there (cl,
ml, etc.)
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.4beta
Assignee | ||
Updated•22 years ago
|
Attachment #122314 -
Flags: review?(seawood)
Attachment #122314 -
Flags: approval1.4b?
Attachment #122314 -
Flags: approval1.4b? → approval1.4b+
Assignee | ||
Comment 2•22 years ago
|
||
marking fixed, we can reopen this if there's a portability problem with not
handling spaces in pathnames.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Attachment #122314 -
Flags: review?(seawood)
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•