Closed
Bug 3315
Opened 26 years ago
Closed 26 years ago
Solaris doesn't compile (2.7 with egcs)
Categories
(SeaMonkey :: Build Config, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
M4
People
(Reporter: Rob.Hagopian, Assigned: briano)
Details
Using Solaris 7 and egcs v1.1.1 I get the following compilation error:
gmake[2]: Entering directory
`/auto/wssosg70/hagoprm/src/tmp2/mozilla/obj-sparc-sun-solaris2.7/dbm/src'
gcc -o db.o -c -Wall -g -fPIC -DDEBUG -UNDEBUG -DDEBUG_ -DTRACING
-DOSTYPE=\"SunOS5\" -DMEMMOVE -D__DBINTERFACE_PRIVATE -include
../../config-defs.h -I../../../dbm/src/../include -I../../dist/./include
-I../../dist/include -I../../../include -I/usr/local/nspr/include
-I../../dist/./public/jpeg -I/usr/openwin/include ../../../dbm/src/db.c
In file included from ../../../dbm/src/db.c:56:
../../../dbm/src/../include/mcom_db.h:389: syntax error before `extern'
../../../dbm/src/db.c:59: syntax error before `int'
gmake[2]: *** [db.o] Error 1
gmake[2]: Leaving directory
`/auto/wssosg70/hagoprm/src/tmp2/mozilla/obj-sparc-sun-solaris2.7/dbm/src'
gmake[1]: *** [libs] Error 2
gmake[1]: Leaving directory
`/auto/wssosg70/hagoprm/src/tmp2/mozilla/obj-sparc-sun-solaris2.7/dbm'
gmake: *** [libs] Error 2
[root@wssosg70 obj-sparc-sun-solaris2.7]#
Updated•26 years ago
|
Assignee: montulli → briano
Component: Berkeley DB → Build Config
Product: MozillaClassic → Browser
Comment 1•26 years ago
|
||
Brian, would this be you? It was assigned to Lou, who ain't anywhere near us
anymore...
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•26 years ago
|
||
Is this still a problem? Is it specific to Solaris 2.7? I'm
not seeing it on my 2.6 builds.
Summary: Solaris doesn't compile → Solaris doesn't compile (workshop compiler)
Assignee | ||
Updated•26 years ago
|
Summary: Solaris doesn't compile (workshop compiler) → Solaris doesn't compile (2.7 with egcs)
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
I just got a message from someone (vdemarco@novazen.com) who has
gotten mozilla to build and run on his 2.7 machine with egcs.
Here's an excerpt from his message:
> I just built and got Mozilla running under Solaris 2.7
>
> in the config-defs.h file that gets generated remove
>
> #define UNIX_LDAP 1
>
> Seems solaris 2.7 already comes with LDAP and it doesn't seem to work.
>
> Build environment:
>
> SunOS whatever 5.7 Generic sun4u sparc SUNW,Ultra-1
> egcs-2.91.60
> gtk 1.2.0
> glib 1.2.0
I'm going to assume this is no longer a problem, and close the
bug. Feel free to reopen it or submit a new one if this is not
the case.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•