Re: Operation not permitted - compiling
Dominik <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.macosx |
|---|---|
| Message-ID | <[email protected]> |
Ok, this is what I changed:
.mozconf:
1 ac_add_options --enable-default-toolkit=mac
2 ac_add_options --disable-tests
3 ac_add_options --disable-debug
4 ac_add_options --enable-optimize="-Os"
5 ac_add_options --enable-crypto
6 ac_add_options --enable-calendar
7 ac_add_options --disable-composer
8 ac_add_options --disable-ldap
9 ac_add_options --enable-prebinding
10 ac_add_options --without-system-nspr
11 ac_add_options --without-system-zlib
12 ac_add_options --without-system-jpeg
13 ac_add_options --without-system-png
14 ac_add_options --without-system-mng
Everything else as you did on your build.txt website.
The same error occurs then.
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 :-)
>
>