Closed
Bug 211794
Opened 22 years ago
Closed 22 years ago
detect textmode and warn about it (gcc under win32)
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 203443
People
(Reporter: bugzilla, Assigned: mozbugs-build)
Details
I was trying to build mozilla using gcc, mingw under win32. I installed cygwin
and there I choose MS-DOS as "Default Text File Type". This caused all the icons
not to show since the icons seems to have a wrong newline in them
wouldn't it be possible to detect this and warn about it.
you can detect it by running mount:
if it says "textmode" it's wrong. If it says "binmode" it's good!
Comment 1•22 years ago
|
||
Probably related to/dupe of bug 203443.
Comment 2•22 years ago
|
||
That sounds like a bug with the icons. They should be marked as binary files
(-kb) so newlines are not translated.
*** This bug has been marked as a duplicate of 203443 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•