Re: Current Qt branch build available
Alexander Opitz <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.qt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Rimas Kudelis wrote: > I just downloaded the build mentioned above and tried to run it on my > debian box. No output, no mozilla opening. any solution? > > rq@ursus:/opt/mozilla$ ./run-mozilla.sh > --== NOTHING COMES HERE ==-- > rq@ursus:/opt/mozilla$ dpkg -l libqt3 > Desired=Unknown/Install/Remove/Purge/Hold > | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed > |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: > uppercase=bad) > ||/ Name Version > Description > +++-======================================-======================================-============================================================================================ > ii libqt3 3.1.2-0woody1 > Qt Library Yes. Debian Woody is a gcc 2.95.4 builded System. KaiRo has compiled mozilla-qt with gcc 3.2 (for Debian Unstable). Between gcc 2.xx and gcc 3.2 the ABI for c++ have changed. So libraries must linked differently. Update to Debian Unstable (not mentioned) or build yourself mozilla-qt. Greetings Alex//