Closed
Bug 228579
Opened 21 years ago
Closed 21 years ago
building using objdir problems
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mostafah)
Details
Attachments
(1 file)
|
1.19 KB,
patch
|
Details | Diff | Splinter Review |
I was advised to use an objdir for in order to keep my tree and compiled code
separate for the various things I do.
Now, this gave me the following problems:
1) I had to create these two folders:
<objdir>/calendar/libxpical
<objdir>/calendar/libxpical/_xpidlgen
or the compile failed trying to write to these
2) building the xpi fails no matter whether you use the <sourcedir> or the <objdir>
I had to do the following first in order for the xpi to build:
cd <sourcedir>
cp <objdir>/config/autoconf.mk config/autoconf.mk
ditto <objdir>/calendar calendar
| Assignee | ||
Comment 1•21 years ago
|
||
This patch should fix the problem with builds that have objdir set to another
location.
| Assignee | ||
Comment 2•21 years ago
|
||
Checked into CVS.
Note: To build the xpi: Just run "make xpi" in <objdir>/calendar
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 3•19 years ago
|
||
Mass move of libxpical bugs to the Internal Components, per ctalbert.
Component: libxpical → Internal Components
Comment 4•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
•