Closed
Bug 167638
Opened 23 years ago
Closed 23 years ago
Build errors when building recent trunk builds (started within last 5 days or so)
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: trelane, Assigned: mostafah)
Details
I hope that the severity is correct. It simply won't compile. I get the
following errors:
c++ -o oeICalImpl.o -c -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/msgcompose
-I../../dist/include/addrbook -I../../dist/include/calendar -I../../dist/include
-I/usr/local/src/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC
-I/usr/X11R6/include -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 -ffunction-sections -O3 -march=i686 -fno-inline-functions
-fno-unroll-loops -fexpensive-optimizations -fschedule-insns2
-I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../mozilla-config.h
-Wp,-MD,.deps/oeICalImpl.pp -DICAL_DEBUG oeICalImpl.cpp
oeICalImpl.cpp: In method `oeEventEnumerator::oeEventEnumerator()':
oeICalImpl.cpp:97: `NS_INIT_REFCNT' undeclared (first use this function)
oeICalImpl.cpp:97: (Each undeclared identifier is reported only once
oeICalImpl.cpp:97: for each function it appears in.)
oeICalImpl.cpp: In method `nsresult oeDateEnumerator::GetNext(nsISupports **)':
oeICalImpl.cpp:188: `do_CreateInstance' undeclared (first use this function)
oeICalImpl.cpp: In method `oeICalImpl::~oeICalImpl()':
oeICalImpl.cpp:264: no matching function for call to `nsITimer::GetDelay ()'
../../dist/include/xpcom/nsITimer.h:206: candidates are: nsresult
nsITimer::GetDelay(PRUint32 *)
oeICalImpl.cpp: In method `void oeICalImpl::SetupAlarmManager()':
oeICalImpl.cpp:1676: no matching function for call to `nsITimer::GetDelay ()'
../../dist/include/xpcom/nsITimer.h:206: candidates are: nsresult
nsITimer::GetDelay(PRUint32 *)
oeICalImpl.cpp:1693: `NS_TYPE_ONE_SHOT' undeclared (first use this function)
make[3]: *** [oeICalImpl.o] Error 1
make[3]: Leaving directory `/usr/local/src/mozilla/calendar/libxpical'
make[2]: *** [libs] Error 2
make[2]: Leaving directory `/usr/local/src/mozilla/calendar'
make[1]: *** [tier_98] Error 2
make[1]: Leaving directory `/usr/local/src/mozilla'
make: *** [default] Error 2
I don't *think* it's a mistake on my part. But it might well be. :)
| Assignee | ||
Comment 2•23 years ago
|
||
This was fixed in cvs yesterday (9th Sep 2002).
Please cvs update and try again.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 3•23 years ago
|
||
Default QA Contact for Calendar has changed. If you wish to remain the QA
contact for this bug, feel free to change it back.
QA Contact: colint → brantgurganus2001
Comment 4•23 years ago
|
||
I am marking this as VERIFIED because no new comments have been added in two months.
Status: RESOLVED → VERIFIED
Comment 5•19 years ago
|
||
Mass move of libxpical bugs to the Internal Components, per ctalbert.
Component: libxpical → Internal Components
Comment 6•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: Internal Components. Be afraid for your sanity!
QA Contact: gurganbl → base
You need to log in
before you can comment on or make changes to this bug.
Description
•