Re: Operation not permitted - compiling
Dominik <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.macosx |
|---|---|
| Message-ID | <[email protected]> |
Ok, I got you. I will post all of my steps tonight after work. Bjarne Mathiesen wrote: > Dominik wrote: > > >>I use the Mozilla Source 1.6 stable, the source from the releases >>directory. No CVS. >> >>Btw. I am using your Calendar XPI module happily, > > > Thank you for your kind words :-) > > >>but I wanted to compile it myself without chatzilla. > > > Then it's not a standard compile with just calendar added. > Look, when stating a problem it's necessary to give all pertinent > imformation. That you want to compile /without/ chatzilla is a necessary > piece of information. Did you already have modified your .mozconfig with > that in mind when getting the error? > > If you just want to add calendar to the mix my instructions on the > website is the ones to go for and they have been tested /exhaustively/. > One thing your can try is splitting the 'make -w -f client.mk build_all' > into three instructions : './configure' , 'make' , 'sudo make install' > When messing around with .mozconfig, you'll need to make sure that the > './configure' step has run without any problem at all, so check the > output carefully for any errors in this step. That's how I found out > about some of the more peculiar dependencies like the need for having > X11 and freetype installed in builds before 1.5.1 - even though these > aren't actually used in the finished product. > > You'll need to find out how to switch off chatzilla correctly off in you > .mozconfig. > I'm not quite sure how to do that, but if you use chatzilla (ahem ;-) ) > to enter moznet and join the mozillazine channel sombody ought to be > avle to point you in the right direction :-) > >