Hello.
I run Linux 64-bit (Ubuntu 12.04 distro).
I built Firefox for the first time, following the instructions here :
https://developer.mozilla.org/en-US/docs/Simple_Firefox_build
I used "./mach build" to start the build process.
I did not configure the build in any way.
The build finished with "995 compiler warnings present".
Following the instructions, I did this to run the Nightly Firefox :
$obj-x86_64-unknown-linux-gnu/dist/bin/firefox
That did nothing. The terminal seemed to have opened a process, so I couldn't use the terminal. But no Firefox window opened.
I had to kill the process myself.
I also tried navigating using the GUI file manager, and double-clicked on "firefox", but that did nothing either.
How do I open the nightly executable?
(oh, and if my stable release firefox is open, doing either of the above, opens
a new window of that with the same profile.)
Thank you.