Closed
Bug 137987
Opened 23 years ago
Closed 23 years ago
Calendar breaks build when compiled static
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bootsy52, Assigned: mostafah)
Details
The Calendar breaks the build when compiled with static options
either use:
--disable-shared
--enable-static
--with-static-gtk
or use just:
--disable-shared
--enable-static
This happend on Linux glib-2.2.2 gtk-1.2.10 gcc-2.95.3 with a tree pulled at Apr
17th (it happened also before this date)
the Compilations Process stopped at:
#################################################################################
make[4]: Entering directory `/usr/local/src/net/mozilla/calendar/libxpical'
oeICalEventImpl.cpp
c++ -o oeICalEventImpl.o -c -DXPCOM_TRANSLATE_NSGM_ENTRY_POINT=1
-DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI -I../../dist/include/xpcom
-I../../dist/include/appshell -I../../dist/include/string
-I../../dist/include/timer -I../../dist/include/necko
-I../../dist/include/calendar -I../../dist/include
-I/usr/local/src/net/mozilla/dist/include/nspr -fno-rtti
-fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast
-Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -pedantic
-Wno-long-long -pthread -pipe -DNDEBUG -DTRIMMED -O6 -march=i686
-DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD,.deps/oeICalEventImpl.pp
-DICAL_DEBUG oeICalEventImpl.cpp
oeICalFactory.cpp
c++ -o oeICalFactory.o -c -DXPCOM_TRANSLATE_NSGM_ENTRY_POINT=1
-DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI -I../../dist/include/xpcom
-I../../dist/include/appshell -I../../dist/include/string
-I../../dist/include/timer -I../../dist/include/necko
-I../../dist/include/calendar -I../../dist/include
-I/usr/local/src/net/mozilla/dist/include/nspr -fno-rtti
-fno-exceptions -Wall -Wconversion -Wpointer-arith -Wbad-function-cast
-Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -pedantic
-Wno-long-long -pthread -pipe -DNDEBUG -DTRIMMED -O6 -march=i686
-DMOZILLA_CLIENT -include ../../config-defs.h -Wp,-MD,.deps/oeICalFactory.pp
-DICAL_DEBUG oeICalFactory.cpp
oeICalFactory.cpp:78: parse error before string constant
oeICalFactory.cpp:51: warning: `struct nsModuleComponentInfo pModuleInfo[4]'
defined but not used
make[4]: *** [oeICalFactory.o] Error 1
make[4]: Leaving directory `/usr/local/src/net/mozilla/calendar/libxpical'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/usr/local/src/net/mozilla/calendar'
make[2]: *** [tier_98] Error 2
make[2]: Leaving directory `/usr/local/src/net/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/usr/local/src/net/mozilla'
make: *** [build] Error 2
##################################################################################
Comment 1•23 years ago
|
||
This is a backend issue...
Off to Mostafa.
Assignee: mikep → mostafah
Status: UNCONFIRMED → NEW
Component: Calendar General → libxpical
Ever confirmed: true
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•23 years ago
|
||
Fixed in CVS
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 3•23 years ago
|
||
I am verifying this issue since no new comments have been made in over 6 months.
Status: RESOLVED → VERIFIED
Comment 4•19 years ago
|
||
Mass move of libxpical bugs to the Internal Components, per ctalbert.
Component: libxpical → Internal Components
Comment 5•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: Internal Components. Be afraid for your sanity!
QA Contact: colint → base
You need to log in
before you can comment on or make changes to this bug.
Description
•