Closed
Bug 272537
Opened 20 years ago
Closed 20 years ago
Build error in Calendar/base
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Callek, Assigned: vlad)
Details
Shaver told me in IRC to assign this to vlad, comment if you need more info. Built as Suite with --enable-calendar rm -f calbase_s.lib lib -NOLOGO -OUT:"calbase_s.lib" calDateTime.obj calICSService.obj echo not_ranlib calbase_s.lib not_ranlib calbase_s.lib /cygdrive/D/Mozilla/Sources/Trunk/mozilla/build/cygwin-wrapper d:/Mozilla/Helpers/moztools/bin/nsinstall -m 644 calbase_s.lib ../../../dist/lib cpp -P -undef -DOSTYPE=\"WINNT5.1\" -DOSARCH=\"WINNT\" -DX_DISPLAY_MISSING=1 -DMOZILLA_VERSION=\"1.8a6\" -DHAVE_SNPRINTF=1 -D_WINDOWS=1 -D_WIN32=1 -DWIN32=1 -DXP_WIN=1 -DXP_WIN32=1 -DHW_THREADS=1 -DWINVER=0x400 -DSTDC_HEADERS=1 -DWIN32_LEAN_AND_MEAN=1 -DNO_X11=1 -D_X86_=1 -DD_INO=d_ino -DMOZ_DEFAULT_TOOLKIT=\"windows\" -DMOZ_BUILD_APP=suite -DMOZ_DISTRIBUTION_ID=\"org.mozilla\" -DOJI=1 -DIBMBIDI=1 -DMOZ_VIEW_SOURCE=1 -DACCESSIBILITY=1 -DMOZ_XPINSTALL=1 -DMOZ_JSLOADER=1 -DMOZ_XTF=1 -DMOZ_MATHML=1 -DMOZ_SVG=1 -DMOZ_SVG_RENDERER_GDIPLUS=1 -DMOZ_LOGGING=1 -DMOZ_USER_DIR=\"Mozilla\" -DMOZ_XUL=1 -DMOZ_PROFILESHARING=1 -DMOZ_PROFILELOCKING=1 -DMOZ_DLL_SUFFIX=\".dll\" -DJS_THREADSAFE=1 -DNS_PRINT_PREVIEW=1 -DNS_PRINTING=1 -DMOZILLA_LOCALE_VERSION=\"1.8a6\" -DMOZILLA_REGION_VERSION=\"1.8a6\" -DMOZILLA_SKIN_VERSION=\"1.5\" /cygdrive/D/Mozilla/Sources/Trunk/mozilla/calendar/base/src/calItemBase.js.pre > calItemBase.js cpp: not found make[8]: *** [calItemBase.js] Error 127 make[8]: Leaving directory `/cygdrive/D/Mozilla/ObjectDirs/Built_No_DBG/calendar/base/src' make[7]: *** [libs] Error 2 make[7]: Leaving directory `/cygdrive/D/Mozilla/ObjectDirs/Built_No_DBG/calendar/base' make[6]: *** [libs] Error 2 make[6]: Leaving directory `/cygdrive/D/Mozilla/ObjectDirs/Built_No_DBG/calendar' make[5]: *** [tier_98] Error 2 make[5]: Leaving directory `/cygdrive/D/Mozilla/ObjectDirs/Built_No_DBG' make[4]: *** [default] Error 2 make[4]: Leaving directory `/cygdrive/D/Mozilla/ObjectDirs/Built_No_DBG' make[3]: *** [build] Error 2 make[3]: Leaving directory `/cygdrive/D/Mozilla/Sources/Trunk'
| Assignee | ||
Comment 1•20 years ago
|
||
Checked in a fix: commented out the .js.pre -> .js rule, as the .js files that are checked in are already-preprocessed just to avoid the lack-of-cpp problem. Uncomment those lines if you're working on the .js.pre's (and make sure you check in already-cpp'd new ones). This is a sucky solution; I'm not sure what the right solution is. Maybe we just get rid of the .js.pre's and check in the fully expanded .js files (with lots and lots of duplicated code).
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Summary: Build error in Calendar/base → Build error in Calendar/base
Updated•19 years ago
|
QA Contact: vladimir → base
You need to log in
before you can comment on or make changes to this bug.
Description
•