Closed
Bug 135391
Opened 24 years ago
Closed 24 years ago
win32 gmake build fails if drive is not mapped to /cygdrive/X
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: netscape)
Details
Attachments
(1 file)
|
762 bytes,
patch
|
netscape
:
review+
jesup
:
approval+
|
Details | Diff | Splinter Review |
cygwin allows you a fair amount of flexibility to configure mount points. If
you change it so that your moztools directory isn't under /cygdrive/X, we fail
because of the sed substitution.
I believe there's a better fix that makes use of the "cygpath" program included
in cygwin. I'll attach a patch.
| Reporter | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
Comment on attachment 77627 [details] [diff] [review]
patch
r=cls. That'll work though I'm wondering how we want to handle this general
problem of cygwin mounts. Will we have any problems if someone tries to build
on a drive that's not cygwin mounted? Should we state that as a requirement?
Btw, I have a patch to automate the setting of --srcdir which uses cygpath -u.
I don't know if cygpath will check to see if the drive is mounted or not for
the -u case.
Attachment #77627 -
Flags: review+
Comment 3•24 years ago
|
||
Attachment #77627 -
Flags: approval+
Fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•