Dominik | 3 Mar 2004 11:05
Picon

Operation not permitted - compiling

This is what I want to do:
Compiling mozilla with calendar support on Mac OS X.3,
I installed everything as stated on the mozilla.org web site for 
building on mac os.

During the make I get the following error:

Creating .deps
echo "#define DEPENDENT_LIBS \"libgkgfx.dylib\", \"libxpcom.dylib\", 
\"libplds4.dylib\", \"libplc4.dylib\", \"libnspr4.dylib\", 
\"libpthread.dylib\", " > dependentLibs.h
rsync -a --exclude .DS_Store --exclude "CVS/" ./DefaultPlugin.pbproj .
ln -fs ./English.lproj
ln: ./English.lproj: Operation not permitted
make[3]: *** [export] Error 1
make[2]: *** [export] Error 2
make[1]: *** [tier_9] Error 2
make: *** [default] Error 2

This happens as root too. What can I do?
Dominik | 3 Mar 2004 11:13
Picon

Re: [Thunderbird] Associating external Mac OS X application to mime types

Hi,

I did not find a workaround either.

But it is working with my Mozilla 1.6 RC!

Emmanuel BUU wrote:
> 
> 
> Dear All,
> 
> Just after installing Thunderbird 0.4 on Panther, I tried to bind 
> 'usual' mime types to external applications.
> 
> Example: PDF file to preview or MS word file to MS word
> 
> While I could do this with MS Office applications, I was unable to do 
> the same with most of Apple delivered ones (preview, iTune, etc.).
> 
> After investigating a bit, I found out about the notion of Application 
> bundle in Mac OS X and I suspected that Thunderbird preferences could 
> not handle them properly. No mention of this in the Mozilla FAQ thqt I 
> could read. Bugzilla did not contain such a bug report.
> 
> So I posted a bug
> 
> <http://bugzilla.mozilla.org/show_bug.cgi?id=232220>
> 
> but thinking about it, I find this *so* obvious that I have two 
> additional questions:
(Continue reading)

Vincent NICOLAS | 3 Mar 2004 18:57
X-Face
Picon

www.stopthenra.com load on Moz 1.6 w/OS X 10.3.2?

In article <c1i7pr$gik1 <at> ripley.netscape.com>,
 Benjamin Slade <PublicMailbox <at> benslade.com> wrote:

> Does anybody know why the web site
> 
>    www.stopthenra.com
> 
> doesn't load (come up blank) on Moz 1.6 on OS X 10.3.2?
> 
> Instead, the page get's redirected to the URL:
> 
>    http://www.stopthenra.com/home/index.html
> 
> which then seems to contain the following HTML:
> 
> > <html>
> > 	<head>
> > 		<script language="javascript" type="text/javascript">
> > 			function redirect() {
> > 				window.open("http://www2.stopthenra.com/","_self");
> > 			}
> > 		</script>
> > 	</head>
> > 	<body onLoad="javascript:redirect();">
> > 		<noscript>
> > 			If you are not directed, please <a 
> > href="http://www2.stopthenra.com/">click here.</a>
> > 		</noscript>
> > 
> > 	</body>
(Continue reading)

Bjarne Mathiesen | 3 Mar 2004 22:50

Calendar xpi for Mac OS X

I'm back :-D

Following a hiatus of more than one month due to computer trouble (both
my 15" 2002 iMac and my TiBook had to undergo necessary repairs during
January 2004) I'm now happy to annouce that a calendar_mac.xpi based
upon the 1.6 source code is available for download the usual place.

I'm at present cooperating with Mostafah on getting a working xpi out of
the 1.7a source code. The whole way of building as well as the internal
structure of the xpi has changed drastically between 1.6 and 1.7a which
at first threw me off. But now I'm on the right track again, and I've
actually been able to build an xpi :-) Unfortunately, it refuses to
install :-( Mostafah has modified the install script to give some more
feedback, and I'm at present compiling a new version.

So, you should shortly - within a week I suppose - be able to get a 1.7a
based xpi too. The difference between 1.6 and 1.7a is mostly bugfixes
and not any changes in fuctionality.

Mostafah mentioned that the xpi based upon the 1.6 codebase might not
work with earlier - eg 1.4.1 and 1.5.1 - versions of Moz. If somebody
would do me the favour of telling me whether or not the newest xpi is
working with these, and post their results here, I'll be grateful.
Frankly, I don't have the time to do any in depth testing of
compatibility and other possible issues that might arise, so I'm relying
on you - the faithful community - to do some of the work ;-) I've got
some builds made at the end of 2003 that I'll put up on the website for
download.

Further on, I'll work on the much harder issue of getting Sunbird to
(Continue reading)

Bjarne Mathiesen | 3 Mar 2004 22:56

Re: Operation not permitted - compiling

Dominik wrote:

> This is what I want to do:
> Compiling mozilla with calendar support on Mac OS X.3,
> I installed everything as stated on the mozilla.org web site for
> building on mac os.

don't know what's causing you the error, but you've given too little
informaion :
1) did you pull from cvs
1a) did you remeber to check that the tree was green
2) did you use a source tarball
2a) which tarball version

I've got some enhanced build instructions on my website that might be of
help to you. And it's very much possible to make it succeed : I've been
doing un-official builds since mid-2003. And I've - as you can see in
another post - just done the build under 10.3.2

yours in happy hacking
--

-- 
Bjarne D Mathiesen                      http://mozilla.mathiesen.info/
København N ; Danmark ; Europa
----------------------------------------------------------------------
denne besked er skrevet i et totalt M$/Intel-frit miljø
MacOS X 10.3.2 Panther ; Mozilla 1.7a ; PowerPC G4 800MHz
Dominik | 4 Mar 2004 00:46
Picon

Re: Operation not permitted - compiling

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, but I wanted to 
compile it myself without chatzilla.

Bjarne Mathiesen schrieb:
> Dominik wrote:
> 
> 
>>This is what I want to do:
>>Compiling mozilla with calendar support on Mac OS X.3,
>>I installed everything as stated on the mozilla.org web site for
>>building on mac os.
> 
> 
> don't know what's causing you the error, but you've given too little
> informaion :
> 1) did you pull from cvs
> 1a) did you remeber to check that the tree was green
> 2) did you use a source tarball
> 2a) which tarball version
> 
> I've got some enhanced build instructions on my website that might be of
> help to you. And it's very much possible to make it succeed : I've been
> doing un-official builds since mid-2003. And I've - as you can see in
> another post - just done the build under 10.3.2
> 
> yours in happy hacking
(Continue reading)

Bjarne Mathiesen | 4 Mar 2004 07:46

Re: Operation not permitted - compiling

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.
(Continue reading)

Bjarne Mathiesen | 4 Mar 2004 08:06

*NEW* svg enabled Mozilla build available

I'm back :-D

Following a hiatus of more than one month due to computer trouble (both
my 15" 2002 iMac and my TiBook had to undergo necessary repairs during
January 2004) I'm now happy to annouce that a svg enabled build of
Mozilla based upon the 1.7a source tarball is available for download.

With the merge of the svg code unto the trunk, compling the beast with
svg enabled has been made considerably easier and now actually is just a
question of modifying the .mozconfig - no need to merge strange branches
etc etc.

A FireFox with svg enabled has so far eluded me, at the build process
fails during compling. So, so far the latest available of these is still
FireBird from 2003-52

As for the instructions for compiling these have changed drastically
between 1.6 trunk and 1.7a due to the merge of svg with the trunk, so
they'll have to be updated - which *will* happen in due time ;-)

We've still got the mac-only crasher as mentioned at the end of my
notes, and afri has been looking into it, but no solution is on the
horizon yet.

yours in happy hacking :-)
--

-- 
Bjarne D Mathiesen                      http://mozilla.mathiesen.info/
København N ; Danmark ; Europa
----------------------------------------------------------------------
denne besked er skrevet i et totalt M$/Intel-frit miljø
(Continue reading)

Bjarne Mathiesen | 4 Mar 2004 10:58

Re: X11 Mozilla for Mac OS X 1.3.2 with Display redirection

Ken Seggerman wrote:

> Is there a version of Mozilla for X11 that I can run on Mac OS X 1.3.2
> as an X11 application and use the X feature of display redirection?
> 
> What I am specifically looking to do is to launch Mozilla on the Mac and
> redirect the display to my laptop running FreeBSD.
> 

You can try to compile you own version with X11 support. It shouldn't be
that hard - just takes 8 hours on my system to do the normal builds ;-)

To get information on how to do an X11 enabled Mozilla, use IRC
(ChatZilla) and look for help in moznet #mozillazine and the Fink IRC
channels.

yours in happy hacking :-)
--

-- 
Bjarne D Mathiesen                      http://mozilla.mathiesen.info/
København N ; Danmark ; Europa
----------------------------------------------------------------------
denne besked er skrevet i et totalt M$/Intel-frit miljø
MacOS X 10.3.2 Panther ; Mozilla 1.7a ; PowerPC G4 800MHz
Dominik | 4 Mar 2004 11:44
Picon

Re: Operation not permitted - compiling

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'
(Continue reading)


Gmane