Closed
Bug 143
Opened 27 years ago
Closed 26 years ago
Mozilla compile failure...looking for uuid2.lib
Categories
(MozillaClassic Graveyard :: Macintosh FE, defect, P1)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: camannk, Unassigned)
Details
Created by Ken Camann (camannk@hotmail.com) on Friday, April 10, 1998 8:31:00 PM PDT
Additional Details :
When I try to compile CLIENT.MAK, I (eventually) get to a
point where GMAKE reports it cannot find the library file
"uuid2.lib". I have looked and I don
Updated by Ludovic Dubost (ludovic@netscape.com) on Tuesday, April 14, 1998 2:18:02 AM PDT
Additional Details :
RTFM.. In the build instructions is indicated
if you are running VC++ 5.0 or higher: set _MSC_VER=1100
In MSVC 5.0 the uuid2.lib has been merged into uuid.lib
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Component: Macintosh FE
Resolution: --- → INVALID
Comment 2•12 years ago
|
||
Commit pushed to dev at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/9158eb44faa1f2907429433d2e1e4652574bdb50
This is related to issue #143
Replaced the modernizer script with a pure html5shiv for IE > 9 (from https://github.com/aFarkas/html5shiv)
Added a script-element that replaces the no-js class to a just js.
Removed the modernizer-script.
Comment 3•6 years ago
|
||
Commit pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/ce6c8f41acbae5115644563cedefd7d21e849618
Merge pull request #4846 from schalkneethling/issue#143-add-custom-metric-for-interactive-examples-iframe
bug 1468271: Add custom performance metrics for interactive examples iframe
Comment 4•6 years ago
|
||
Commit pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/caae35fe19997a10d772909dba964a5d52fc3934
Merge pull request #4854 from schalkneethling/issue#143-additional-metrics-for-performance-analysis
bug 1468271: Change to hit events (not timing), and unique labels (timestamp+rand)
Comment 5•6 years ago
|
||
Commit pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/70683f90dc77924532a7dd86a5471428daaf20b5
Merge pull request #4862 from schalkneethling/issue#143-add-hittype-timing-pings
bug 1468271, Issue mdn/sprints#143: send additional timing events
Comment 6•6 years ago
|
||
Commit pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/d66c8b12b20880ebd5f15aeb33ce85ed380ab108
Merge pull request #4871 from schalkneethling/issue143-add-postmessage-handling-for-mark-measure
bug 1468271: Add handler for additional post messages from interactive examples, and a refactor
You need to log in
before you can comment on or make changes to this bug.
Description
•