Closed Bug 784381 Opened 12 years ago Closed 12 years ago

Build bustage for comm-central - SHA1.h - Cannot open include file: 'stdint.h'

Categories

(Core :: MFBT, defect)

x86
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla17

People

(Reporter: mconley, Assigned: espindola)

References

Details

Attachments

(1 file)

Noticed this recently on my Windows machine:

c:\Users\mconley\mozilla\thunderbird\mozilla\config\rules.mk:1024:0$ cl InvokeClWithDependencyGeneration cl -FoSHA1.obj -c   -DIMPL_MFBT -DMOZ_THUNDERBIRD=1  -I../../../thunderbird/mozilla/m
fbt -I. -I../dist/include  -Ic:/Users/mconley/mozilla/o-nodbg/mozilla/dist/include/nspr -Ic:/Users/mconley/mozilla/o-nodbg/mozilla/dist/include/nss        -TP -nologo -W3 -Gy -Fdgenerated.pd
b -wd4800 -we4553 -GR-  -DNDEBUG -DTRIMMED -Zi -UDEBUG -DNDEBUG -O1 -Oy -MD            -FI ../dist/include/mozilla-config.h -DMOZILLA_CLIENT c:/Users/mconley/mozilla/o-nodbg/mozilla/mfbt/../
../../thunderbird/mozilla/mfbt/SHA1.cpp
SHA1.cpp
c:\Users\mconley\mozilla\o-nodbg\mozilla\dist\include\mozilla/SHA1.h(27) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory
2
Traceback (most recent call last):
  File "c:\Users\mconley\mozilla\thunderbird\mozilla\build\pymake\pymake\process.py", line 224, in run
    rv = m.__dict__[self.method](self.argv)
  File "../../../thunderbird/mozilla/build\cl.py", line 45, in InvokeClWithDependencyGeneration
    sys.exit(ret)
SystemExit: 2
None
c:\Users\mconley\mozilla\thunderbird\mozilla\config\rules.mk:1024:0: command 'cl InvokeClWithDependencyGeneration cl -FoSHA1.obj -c   -DIMPL_MFBT -DMOZ_THUNDERBIRD=1  -I../../../thunderbird/
mozilla/mfbt -I. -I../dist/include  -Ic:/Users/mconley/mozilla/o-nodbg/mozilla/dist/include/nspr -Ic:/Users/mconley/mozilla/o-nodbg/mozilla/dist/include/nss        -TP -nologo -W3 -Gy -Fdgen
erated.pdb -wd4800 -we4553 -GR-  -DNDEBUG -DTRIMMED -Zi -UDEBUG -DNDEBUG -O1 -Oy -MD            -FI ../dist/include/mozilla-config.h -DMOZILLA_CLIENT c:/Users/mconley/mozilla/o-nodbg/mozilla
/mfbt/../../../thunderbird/mozilla/mfbt/SHA1.cpp' failed, return code 2
<mfbt.lib.desc>: Found error
<libs>: Found error

I believe this is caused by bug 781627 landing.
what version of msvc are you using? I think vlad noticed something similar.
I'm using msvc9. Am I behind the times?
Needs to include mozilla/StandardInteger.h...
Component: Build Config → MFBT
Product: Thunderbird → Core
QA Contact: respindola
https://tbpl.mozilla.org/?tree=Try&rev=58317382daba
Assignee: nobody → respindola
Status: NEW → ASSIGNED
Attachment #653797 - Flags: review?(Ms2ger)
Attachment #653797 - Flags: review?(Ms2ger) → review+
https://hg.mozilla.org/mozilla-central/rev/27b3a3e33f92
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: