Closed
Bug 222242
Opened 22 years ago
Closed 22 years ago
Can't compile mozilla-1.5
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 222241
People
(Reporter: cijoml, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.4.1) Gecko/20031011
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.4.1) Gecko/20031011
./configure --with-x --enable-crypto --disable-debug --enable-optimize=-O3
--disable-logging --enable-reorder --enable-strip --enable-timeline
--enable-xterm-updates --disable-pedantic
make all
Reproducible: Always
Steps to Reproduce:
1. configure
2. make
3. wait till compile problem occurs
Actual Results:
======= making ./libprldap50.so
gcc -shared -Wl,-soname -Wl,libprldap50.so -o libprldap50.so ./ldappr-dns.o
./ldappr-error.o ./ldappr-io.o ./ldappr-public.o ./ldappr-threads.o
../../../config/./nsinstall -R -m 555 ./libprldap50.so /usr/src/mozilla-1.5/dist/lib
../../../config/./nsinstall -R -m 444 ./libprldap50.so /usr/src/mozilla-1.5/dist/bin
make[6]: Leaving directory
`/usr/src/mozilla-1.5/directory/c-sdk/ldap/libraries/libprldap'
make[5]: Leaving directory `/usr/src/mozilla-1.5/directory/c-sdk/ldap/libraries'
make[4]: Leaving directory `/usr/src/mozilla-1.5/directory/c-sdk/ldap'
make[3]: Leaving directory `/usr/src/mozilla-1.5/directory/c-sdk'
make[2]: Leaving directory `/usr/src/mozilla-1.5'
make[1]: *** No rule to make target `xpfe/components/shistory/Makefile.in',
needed by `xpfe/components/shistory/Makefile'. Stop.
make[1]: Leaving directory `/usr/src/mozilla-1.5'
make: *** [all] Error 2
Expected Results:
compile cleanly
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 222241 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•