Closed Bug 612167 Opened 14 years ago Closed 14 years ago

Build error Cannot open include file: 'nsSetDllDirectory.h' during Fennec desktop build

Categories

(Firefox for Android Graveyard :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
Firefox 4.0

People

(Reporter: mayhemer, Assigned: mfinkle)

References

Details

Attachments

(1 file, 1 obsolete file)

Attached patch v1 (obsolete) — Splinter Review
Need to export that header.

Fennec desktop build is broken w/o it after bug 610556 has landed.

nsBrowserApp.cpp
c:/mozilla-build/python25/python.exe -O d:/mozilla/mozilla-central/build/cl.py cl -FonsBrowserApp.obj -c -D_HAS_EXCEPTIONS=0 -I../../dist/stl_wrappers  -DOSTYPE=\"WINNT5.1\" -DOSARCH=WINNT -DGRE_MILESTONE=2.0b8pre -DGRE_BUILDID=20101114204731 -DAPP_BUILDID=20101114215407 -DAPP_NAME=fennec -DAPP_VERSION=4.0b3pre -DMOZ_UPDATER=1  -DMOZILLA_OFFICIAL -DMOZ_SOURCE_STAMP="df1c79eb047e" -DMOZ_SOURCE_REPO="http://hg.mozilla.org/mobile-browser" -I/d/mozilla/mozilla-central/toolkit/xre -I/d/mozilla/mozilla-central/mobile/app -I. -I../../dist/include -I../../dist/include/nsprpub  -Id:/mozilla/mozilla-central/_obj-mobile-debug/dist/include/nspr -Id:/mozilla/mozilla-central/_obj-mobile-debug/dist/include/nss         -GR- -TP -nologo -Zc:wchar_t- -W3 -Gy -Fdgenerated.pdb -wd4800  -DDEBUG -D_DEBUG -DTRACING -Zi -MDd           -FI ../../dist/include/mozilla-config.h -DMOZILLA_CLIENT /d/mozilla/mozilla-central/mobile/app/nsBrowserApp.cpp
nsBrowserApp.cpp
d:\mozilla\mozilla-central\toolkit\xre\nsWindowsWMain.cpp(10) : fatal error C1083: Cannot open include file: 'nsSetDllDirectory.h': No such file or directory
make[4]: *** [nsBrowserApp.obj] Error 2
make[4]: Leaving directory `/d/mozilla/mozilla-central/_obj-mobile-debug/mobile/app'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/d/mozilla/mozilla-central/_obj-mobile-debug/mobile'
make[2]: *** [libs_tier_app] Error 2
make[2]: Leaving directory `/d/mozilla/mozilla-central/_obj-mobile-debug'
make[1]: *** [tier_app] Error 2
make[1]: Leaving directory `/d/mozilla/mozilla-central/_obj-mobile-debug'
make: *** [default] Error 2
make: Leaving directory `/d/mozilla/mozilla-central/_obj-mobile-debug'
Attachment #490477 - Flags: review?(khuey)
Comment on attachment 490477 [details] [diff] [review]
v1

Fennec should just add xpcom/base to LOCAL_INCLUDES.
(In reply to comment #1)
> Comment on attachment 490477 [details] [diff] [review]
> v1
> 
> Fennec should just add xpcom/base to LOCAL_INCLUDES.

You mean to include from <srcroot>/xpcom/base directly?
Ah, ok, will update the patch soon.
Fixes the Mobile local includes to match desktop Firefox.
Attachment #490477 - Attachment is obsolete: true
Attachment #490570 - Flags: review?(khuey)
Attachment #490477 - Flags: review?(khuey)
pushed:
http://hg.mozilla.org/mobile-browser/rev/673c3b2feb98
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Thanks Mark.
Can someone please verify this bug?
Verified, I build desktop Fennec quit often.
Status: RESOLVED → VERIFIED
Target Milestone: --- → Firefox 4.0
bugspam
Assignee: nobody → mark.finkle
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: