Re: Mozilla ready compiled, but not operational

2004-11-12 Thread bruno patin
Gerrit P. Haase wrote:
bruno patin wrote:
If you have enough RAM (1 GB) you could compile it too and then run 
it with gdb.  I'm not in a hurry and I'll be out of town the next 
week.  I try to update my sources and my patchfile to offer a patch 
which will apply against a recent nightly-snapshot of mozilla.

At work I have this ram but not at home only 756Mb so I will take 
timeto compile (time to read perhaps :-) ). For the time being I have 
to download a source equivalent to yours. Do you have a specific 
adress or do I search on the mozilla site ? One question, when you 
speak of mozilla, you speak of firefox, am I wrong ?

'Only' 756 MB should be ok, maybe you'll need to increase the size of
your swapfile.  I have 512 MB until today with a swapfile of 1 GB, I
increased the swapfile size to 2 GB because I want to build a debugging
version now, but my /tmp drive was full...
I build the complete mozilla, including mail/news, firefox alone fails
to build currently (with my initial patch), I have not tried thunderbird
or calendar standalone yet.  These are all things that are remaining
once I see a working browser.
What currently fails too is all security related, aka 'personal security
manager', in this part of the tree they don't use autoconf and I have
problems to figure what to change to get the paths in the Makefiles
correct.
You can fetch a recent nightly snapshot of the tree here:
ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest/mozilla-source.tar.bz2 

I send the latest patchfile later this evening to be created after I
have updated the tree with:
$ cvs -z9 up
Gerrit
Ok I'm dowloading he source files. I don't think I will be ready to work 
before tomorrow because of my testing of the install procedure and as my 
connection is not as fast as thunder and as my daughters live on it a 
lot (ah msn messenger :-( )and as I have to download a complete cygwin 
distro ... So as soon as I'm ready and I lauch the configure, I report 
to you. How will I be able to get your patch ? Will you send me the 
files patched ?

Bruno


Re: Mozilla ready compiled, but not operational

2004-11-12 Thread Gerrit P. Haase
bruno patin wrote:
If you have enough RAM (1 GB) you could compile it too and then run it 
with gdb.  I'm not in a hurry and I'll be out of town the next week.  
I try to update my sources and my patchfile to offer a patch which 
will apply against a recent nightly-snapshot of mozilla.
At work I have this ram but not at home only 756Mb so I will take timeto 
compile (time to read perhaps :-) ). For the time being I have to 
download a source equivalent to yours. Do you have a specific adress or 
do I search on the mozilla site ? One question, when you speak of 
mozilla, you speak of firefox, am I wrong ?
'Only' 756 MB should be ok, maybe you'll need to increase the size of
your swapfile.  I have 512 MB until today with a swapfile of 1 GB, I
increased the swapfile size to 2 GB because I want to build a debugging
version now, but my /tmp drive was full...
I build the complete mozilla, including mail/news, firefox alone fails
to build currently (with my initial patch), I have not tried thunderbird
or calendar standalone yet.  These are all things that are remaining
once I see a working browser.
What currently fails too is all security related, aka 'personal security
manager', in this part of the tree they don't use autoconf and I have
problems to figure what to change to get the paths in the Makefiles
correct.
You can fetch a recent nightly snapshot of the tree here:
ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest/mozilla-source.tar.bz2
I send the latest patchfile later this evening to be created after I
have updated the tree with:
$ cvs -z9 up
Gerrit
--
=^..^=


Re: Mozilla ready compiled, but not operational

2004-11-12 Thread bruno patin
Gerrit P. Haase wrote:
bruno patin wrote:
Gerrit P. Haase wrote:
Hi,
I have some mozilla binaries, the application starts and the usual
window is displayed, but it does nothing, if an URL is entered in the
address bar and I hit enter, nothing happens, menus are displayed ok,
but clicking on an entry does nothin, tooltips are not working or not
visible, there is only a minimal balloon displayed.  The GTKMozEmbed
test application is working fine and I can browse websites with it.
What may be the problem with the mozilla application?
Who is interested to help debugging this?
Gerrit

Why not but beware, I do not know the internals of mozilla that well 
(notat all in fact, only reading what something like linux mag could 
write). What do you want me to do ? Don't forget I have no 
operational cygwin working at this step as I'm working on the install 
problem and each test is a long one.

One problem I have at the moment is hardware related:
/usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../i686-pc-cygwin/bin/ld: 
final link failed: No space left on device

And I have just 512 MB RAM, but linking a non-debugging version of the 
necko layout library requires 1.25 GB RAM, the debugging version 
requires 1.75 GB RAM and lots of free HD space.  It is not crucial, it 
just lasts very long to link this library if 1.25 GB needs to be 
swapped.  I have some more RAM which I can use so this is not really a 
problem.

If you have enough RAM (1 GB) you could compile it too and then run it 
with gdb.  I'm not in a hurry and I'll be out of town the next week.  
I try to update my sources and my patchfile to offer a patch which 
will apply against a recent nightly-snapshot of mozilla.

Gerrit
At work I have this ram but not at home only 756Mb so I will take timeto 
compile (time to read perhaps :-) ). For the time being I have to 
download a source equivalent to yours. Do you have a specific adress or 
do I search on the mozilla site ? One question, when you speak of 
mozilla, you speak of firefox, am I wrong ?

Bruno


Re: Mozilla ready compiled, but not operational

2004-11-12 Thread Gerrit P. Haase
bruno patin wrote:
Gerrit P. Haase wrote:
Hi,
I have some mozilla binaries, the application starts and the usual
window is displayed, but it does nothing, if an URL is entered in the
address bar and I hit enter, nothing happens, menus are displayed ok,
but clicking on an entry does nothin, tooltips are not working or not
visible, there is only a minimal balloon displayed.  The GTKMozEmbed
test application is working fine and I can browse websites with it.
What may be the problem with the mozilla application?
Who is interested to help debugging this?
Gerrit

Why not but beware, I do not know the internals of mozilla that well 
(notat all in fact, only reading what something like linux mag could 
write). What do you want me to do ? Don't forget I have no operational 
cygwin working at this step as I'm working on the install problem and 
each test is a long one.
One problem I have at the moment is hardware related:
/usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../i686-pc-cygwin/bin/ld: 
final link failed: No space left on device

And I have just 512 MB RAM, but linking a non-debugging version of the 
necko layout library requires 1.25 GB RAM, the debugging version 
requires 1.75 GB RAM and lots of free HD space.  It is not crucial, it 
just lasts very long to link this library if 1.25 GB needs to be 
swapped.  I have some more RAM which I can use so this is not really a 
problem.

If you have enough RAM (1 GB) you could compile it too and then run it 
with gdb.  I'm not in a hurry and I'll be out of town the next week.  I 
try to update my sources and my patchfile to offer a patch which will 
apply against a recent nightly-snapshot of mozilla.

Gerrit
--
=^..^=


Re: Mozilla ready compiled, but not operational

2004-11-11 Thread bruno patin
Gerrit P. Haase wrote:
Hi,
I have some mozilla binaries, the application starts and the usual
window is displayed, but it does nothing, if an URL is entered in the
address bar and I hit enter, nothing happens, menus are displayed ok,
but clicking on an entry does nothin, tooltips are not working or not
visible, there is only a minimal balloon displayed.  The GTKMozEmbed
test application is working fine and I can browse websites with it.
What may be the problem with the mozilla application?
Who is interested to help debugging this?
Gerrit
Why not but beware, I do not know the internals of mozilla that well 
(notat all in fact, only reading what something like linux mag could 
write). What do you want me to do ? Don't forget I have no operational 
cygwin working at this step as I'm working on the install problem and 
each test is a long one.

Bruno


Mozilla ready compiled, but not operational

2004-11-11 Thread Gerrit P. Haase
Hi,
I have some mozilla binaries, the application starts and the usual
window is displayed, but it does nothing, if an URL is entered in the
address bar and I hit enter, nothing happens, menus are displayed ok,
but clicking on an entry does nothin, tooltips are not working or not
visible, there is only a minimal balloon displayed.  The GTKMozEmbed
test application is working fine and I can browse websites with it.
What may be the problem with the mozilla application?
Who is interested to help debugging this?
Gerrit
--
=^..^=