Re: can't move the focus to my debug build launched from Terminal.app
Javier Pedemonte <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.macosx |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Which directory did you start mozilla from? I don't know if you are familiar with the concept of Mac OS X application bundles. When building on Mac OS X, all the application bits get copied to .../dist/MozillaDebug.app; if you go into .../dist/MozillaDebug.app/Contents/MacOS, you should be able to run "./mozilla" from in there. It worked fine for me in this case. Javier Pedemonte