Closed
Bug 68556
Opened 25 years ago
Closed 25 years ago
use of flock in Perl breaks win9x builds
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: jonsmirl, Assigned: cls)
Details
There is no version of Perl for win9x with flock implemented.
My build is failing in config\add-chrome.pl line 41
In rules.mak I found:
!if "$(OS_TARGET)" == "WIN95"
_NO_FLOCK=-l
!else
_NO_FLOCK=
!endif
This should be extended to include Win98/ME/etc
Ok, I discovered OS_TARGET which I did not have set. I work mainly with
xpconnect standalone which does not require this environment variable.
It would be nice if the build process complained if this variable is missing
The build instructions explicitly state that you need to set OS_TARGET to WINNT
or WIN95. Other values are not supported. Marking invalid.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•