Re: Current Qt branch build available
David Fraser <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.qt |
|---|---|
| Organization | The South African Internet Exchange |
| Message-ID | <[email protected]> |
morbit _at_ cdn.gs wrote: > David Fraser wrote: > >> Rimas Kudelis wrote: >> >>> David Fraser <[email protected]> wrote in message >>> news:<[email protected]>... >>> >>>> David Fraser wrote: >>>> >>>>> KaiRo - Robert Kaiser wrote: >>>>> >>>>> >>>>>> Hi, >>>>>> >>>>>> I've just created a .tar.gz build of Mozilla from the Qt branch. >>>>>> I'll post those builds on >>>>>> http://www.hirsch.sth.ac.at/~robert/mozilla/qt/ from time to time, >>>>>> so that a broader range of people can test them. >>>>>> >>>>>> The current package is >>>>>> http://www.hirsch.sth.ac.at/~robert/mozilla/qt/mozilla-i686-pc-linux-qt-2003022416.tar.gz >>>>>> (note that the date/time in the file name is the .tar.gz creation >>>>>> time in GMT+1 Central European Time, the time when I pulled the >>>>>> tree is likely some hours before I created the file, in this case >>>>>> it's 15:28 CET) >>>>>> >>>>>> The build was compiled using gcc-3.2, -O2 optimization, and Qt >>>>>> 3.1.1 (from a SuSE rpm package). I hope it's useable by other >>>>>> people ;-) >>>>>> >>>>>> Greetings from Vienna, >>>>>> >>>>>> Robert Kaiser >>>>>> >>>>> >>>>> Hi Robert >>>>> >>>>> Just for reference, I downloaded this and tried it out on my >>>>> RedHat-ish machine, running qt-3.1.1-0.4.2. Running mozilla does >>>>> virtually nothing, >>>>> and outputs no errors. I have got a mozilla-qt build running (to >>>>> the extent that it was capable) before. I wonder if this is >>>>> something to do with component registration? Sometime I'll try >>>>> building it myself... >>>>> >>>>> David >>>>> >>> >>> >>> 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 >>> >>> am i missing something? >>> thanks, >>> RQ >> >> >> Hmmmm... sounds exactly the same as mine. >> I was wanting to put my build somewhere ... what's the best way to tar >> it up (it's in a dist/ directory, but tar chzf of the bin/ >> subdirectory creates a 60M file) - do I need to build a nondebug >> version maybe, how should I do that? Robert, maybe could you tell me >> how you did yours? >> Thanks >> David >> > > tarring a build > > cd xpinstall/packager && make MOZ_PKG_FORMAT="BZ2" > > non-debug > > .mozconfig > > ac_add_options --disable-debug > ac_add_options --disable-tests > > I haven't managed to get gtk moz to build recently, so qt moz is even > more elusive, then again my Mandrake Linux install is in a mess : ) > Brilliant, thanks for this, I'm building it now... David