Closed
Bug 918158
Opened 13 years ago
Closed 13 years ago
nsprpub needs -FS option for parallel build on VS2013
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 915522
People
(Reporter: away, Unassigned)
References
Details
Attachments
(1 file)
|
13.43 KB,
patch
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #915973 +++
When using VS2013, the following error occurs with make -j2
fatal error C1041: cannot open program database 'generated.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS
---
The patch for bug 915973 did not include the nsprpub folder
Copied the fix to nsprpub/configure.in and ran autoconf
Had to use _CC_MAJOR_VERSION since we don't have _CC_SUITE here
Attachment #807004 -
Flags: review?(ted)
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Comment on attachment 807004 [details] [diff] [review]
Copy the -FS flag fix to nsprpub
Dupe, not needed
Attachment #807004 -
Flags: review?(ted)
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•