Closed Bug 35922 Opened 25 years ago Closed 24 years ago

Build fails as under.

Categories

(SeaMonkey :: Build Config, defect, P3)

x86
Linux
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: csawtell, Assigned: vidur)

Details

make[3]: Entering directory `/home/chris/mozilla/xpfe/components' make[3]: *** No rule to make target `autocomplete/Makefile.in', needed by `autoc omplete/Makefile'. Stop. make[3]: Leaving directory `/home/chris/mozilla/xpfe/components' make[2]: *** [export] Error 2 make[2]: Leaving directory `/home/chris/mozilla/xpfe' make[1]: *** [export] Error 2 make[1]: Leaving directory `/home/chris/mozilla' make: *** [build] Error 2 I am probably doing something a bit silly but I have no idea what. Here is the .mozconf file. # sh # Build configuration script # # See http://www.mozilla.org/build/unix.html for build instructions. # # Options for 'configure' (same as command-line options). ac_add_options --disable-mailnews ac_add_options --disable-tests ac_add_options --enable-crash-on-assert ac_add_options --enable-optimize ac_add_options --disable-debug ac_add_options --enable-strip-libs #ac_add_options --enable-boehm ac_add_options --enable-idltool #ac_add_options --enable-nspr-autoconf ac_add_options --enable-md
I wasn't able to replicate your error as my build dies way before that in dom/tools. I think the --enable-idltool code has bitrot'd. Reassigning to vidur.
Assignee: cls → vidur
You really shouldn't use --enable-idltool unless you're modifying and re-generating the JS DOM glue code, and that's not even done in a normal build, you haveto learn some black magic (well not quite) before you'll get to use the idlc compiler. From looking at the build problem, could you try doing a cvs up -dPA xpfe/components ./configure make and see if it works then?
reporter hasn't commeneted on this bug in a while and it seems like jst figured out his problem. Marking as worksforme. Christopher, feel free to reopen the bug if you're still having problems.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.