Closed
Bug 490325
Opened 14 years ago
Closed 14 years ago
windows mobile bustage when building
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: dougt, Assigned: dougt)
References
Details
(Keywords: regression)
Attachments
(1 file)
883 bytes,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
when doing: make -f client.mk build I get his error. TOPSRCDIR is wrong ----------------------------------------------------------------------------- Building Windows CE Shunt Library and Tool Chain Using SDK in: c:/program files/windows mobile 6 sdk/pocketpc make[3]: Entering directory `/c/builds/mobile/mozilla-central/build/wince/tools' make[3]: *** No rule to make target `/c/builds/mobile/objdir-wm6/xulrunner//c/builds/mobile/mozilla-central/build/wince/tools/arm-wince-as.c', needed by `c:/bui lds/mobile/objdir-wm6/xulrunner/dist/sdk/bin/arm-wince-as.exe'. Stop. make[3]: Leaving directory `/c/builds/mobile/mozilla-central/build/wince/tools' ----------------------------------------------------------------------------- cross compiling from i686-pc-mingw32 to arm-unknown-wince checking for host c compiler... checking for gcc... no checking for cc... no checking for /usr/ucb/cc... no checking for cl... cl cl checking for host c++ compiler... checking for c++... no checking for g++... no checking for gcc... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl... cl cl checking for ranlib... no checking for ar... no checking whether the host c compiler (cl ) works... yes checking whether the host c++ compiler (cl ) works... yes checking for /c/builds/mobile/objdir-wm6/xulrunner/dist/sdk/bin/arm-wince-gcc... /c/builds/mobile/objdir-wm6/xulrunner/dist/sdk/bin/arm-wince-gcc checking for gcc... /c/builds/mobile/objdir-wm6/xulrunner/dist/sdk/bin/arm-wince-gcc checking whether the C compiler (/c/builds/mobile/objdir-wm6/xulrunner/dist/sdk/bin/arm-wince-gcc ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. *** Fix above errors and then restart with "make -f client.mk build" make[2]: *** [configure] Error 1 make[2]: Leaving directory `/c/builds/mobile/mozilla-central' make[1]: *** [/c/builds/mobile/mozilla-central/../objdir-wm6/xulrunner/Makefile] Error 2 make[1]: Leaving directory `/c/builds/mobile/mozilla-central' make: *** [build] Error 2 Administrator@DOUGT-9D5104218 /c/builds/mobile/mozilla-central
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #374785 -
Flags: review?(bugmail)
Updated•14 years ago
|
Attachment #374785 -
Flags: review?(bugmail) → review+
Comment 2•14 years ago
|
||
Comment on attachment 374785 [details] [diff] [review] patch v.1 >- make WINCE_SDK_DIR="$WINCE_SDK_DIR" TOPSRCDIR="$_pwd/$srcdir" OBJDIR="$_pwdw" -C $srcdir/build/wince/tools >- >+ make WINCE_SDK_DIR="$WINCE_SDK_DIR" TOPSRCDIR="$_topsrcdir" OBJDIR="$_pwdw" -C $srcdir/build/wince/tools use $_topsrcdir and you won't break vlad
Comment 3•14 years ago
|
||
I've report this in comment #11 of bug 488608.
Comment 4•14 years ago
|
||
pushed http://hg.mozilla.org/mozilla-central/rev/0db07277c203
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Blocks: 488608
Flags: in-testsuite-
Keywords: regression
Target Milestone: --- → mozilla1.9.2a1
Version: unspecified → Trunk
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•