Closed
Bug 280414
Opened 20 years ago
Closed 20 years ago
xpfe/components/startup is not built for TB, but nsISplashScreen.h is necessary for toolkit/xre
Categories
(Thunderbird :: Build Config, defect)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jshin1987, Assigned: mscott)
Details
In xpfe/components/Makefile.in, startup directory is not listed for non-browser application so that nsISplashScreen.h in xpfe/components/startup/public is not exported. However, xre/toolkit/nsNativeAppSupportBase.h includes nsISplashScreen.h so that TB build fails. I don't know why it's not been reported earlier. There might be a problem with my tree, but I couldn't find any.
| Reporter | ||
Comment 1•20 years ago
|
||
sorry for spam.my object tree for TB had some spurrious copies of *cpp files
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Summary: xpfe/components/startup is not built for TB, but nsISplashScreen.h is necessary for toolkit/xre → xpfe/components/startup is not built for TB, but nsISplashScreen.h is necessary for toolkit/xre
You need to log in
before you can comment on or make changes to this bug.
Description
•