Closed Bug 490325 Opened 15 years ago Closed 15 years ago

windows mobile bustage when building

Categories

(Firefox Build System :: General, defect)

All
Windows Mobile 6 Professional
defect
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.9.2a1

People

(Reporter: dougt, Assigned: dougt)

References

Details

(Keywords: regression)

Attachments

(1 file)

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
Attached patch patch v.1Splinter Review
Attachment #374785 - Flags: review?(bugmail)
Attachment #374785 - Flags: review?(bugmail) → review+
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
I've report this in comment #11 of bug 488608.
pushed http://hg.mozilla.org/mozilla-central/rev/0db07277c203
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Blocks: 488608
Flags: in-testsuite-
Keywords: regression
Target Milestone: --- → mozilla1.9.2a1
Version: unspecified → Trunk
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: