Re: Current Qt branch build available
Krzysztof Marianski <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.qt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
David Fraser wrote: > 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 >> > OK, I downloaded and built it and it now runs fine with qt... > Nothing much else to say about it... > David > Hi David, I am trying to compile qt-mozilla to run on RedHat9, qt-3.1. It compiles fine, but I cannot run it. Here's the output: [root@kmarianski bin]# ./mozilla Type Manifest File: /mnt/work/mozilla-CVS/dist/bin/components/xpti.dat +++ JavaScript debugging hooks installed. nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded nNCL: registering deferred (0) WARNING: Trying to set p, file prefapi.cpp, line 1017 Enter nsQApplication::Instance Enter: QApplication::QApplication Exit: QApplication::QApplication Exit nsQApplication::Instance WEBSHELL+ = 1 WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsChromeRegistry.cpp, line 3141 WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsChromeRegistry.cpp, line 3141 WEBSHELL+ = 2 WARNING: NS_ENSURE_TRUE(mDeviceContext) failed, file nsDocShell.cpp, line 4343 WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(EnsureDeviceContext())) failed, file nsDocShell.cpp, line 4749 WARNING: NS_ENSURE_TRUE(global) failed, file nsDocumentViewer.cpp, line 917 WARNING: NS_ENSURE_TRUE(mDeviceContext) failed, file nsDocShell.cpp, line 4343 WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(EnsureDeviceContext())) failed, file nsDocShell.cpp, line 4749 ###!!! ASSERTION: no script global object: 'mScriptGlobalObject != nsnull', file nsXULDocument.cpp, line 5841 Break: at file nsXULDocument.cpp, line 5841 It looks like the components were not correctly initialized. Am I write? Did you get some of that errors, too? Please help... Krzysiek