[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mozilla-qt
Subject:    Re: HOWTO
From:       "John C. Griggs" <jcgriggs () sympatico ! ca>
Date:       2001-07-05 21:49:37
[Download RAW message or body]

dvNull wrote:

> Thanks
> 
> I was able to finish the compile w/o errors. But when I start mozilla the
> main window doesnt show up. Here is what I get
> pramod@dragon:~/compile/cvs/mozilla/dist/bin$ ./mozilla
> ./run-mozilla.sh ./mozilla-bin
> MOZILLA_FIVE_HOME=/home/pramod/compile/cvs/mozilla/dist/bin
> 
> LD_LIBRARY_PATH=/home/pramod/compile/cvs/mozilla/dist/bin:/home/pramod/compile/cvs/mozilla/dist/bin/plugins
>  
> LIBRARY_PATH=/home/pramod/compile/cvs/mozilla/dist/bin:/home/pramod/compile/cvs/mozilla/dist/bin/components
>  SHLIB_PATH=/home/pramod/compile/cvs/mozilla/dist/bin
> LIBPATH=/home/pramod/compile/cvs/mozilla/dist/bin
> ADDON_PATH=/home/pramod/compile/cvs/mozilla/dist/bin
> MOZ_PROGRAM=./mozilla-bin
> MOZ_TOOLKIT=
> moz_debug=0
> moz_debugger=
> Type Manifest File:
> /home/pramod/compile/cvs/mozilla/dist/bin/components/xpti.dat
> nsNativeComponentLoader: autoregistering begins.
> nsNativeComponentLoader: autoregistering succeeded
> nNCL: registering deferred (0)
> WARNING: dependent window created without a parent, file
> nsWindowCreator.cpp, line 94
> GFX: dpi=75 t2p=0.0526316 p2t=19 depth=24
> JCG: eBorderStyle_close isn't handled yet... please fix me
> WEBSHELL+ = 1
> nsPluginHostImpl ctor
> ********** Got plugins path:
> /home/pramod/compile/cvs/mozilla/dist/bin/plugins
> 
> and it just sits there

This is a new one on me.  The "eBorderStyle..." message is a bit odd, I only see that \
when I launch a dialog. The WebShell count also seems a bit low to me (at least for \
launching dialogs, etc.)  Do you already have a Mozilla profile set up or are you \
migrating from a Netscape profile (or starting from scratch)?  It is possible that \
there is a bug breaking Qt in the Profile migration/creation stuff - I haven't tested \
that in a while. You might want to try moving ~/.mozilla aside (by renaming it \
temporarily) and re-running Mozilla to see if anything changes.  Also, try clearing \
out the /home/pramod/compile/cvs/mozilla/dist/plugins directory - plugings don't work \
(yet) in Qt Mozilla, anyway...

I'll post again if I think of anything else, but right now, that's all I have - hope \
it helps!!

Regards,
    John Griggs

> 
> 
> I even tried specifying a url by mozilla http://www.yahoo.com
> 
> Any ideas ?
> 
> Thanks
> dvNull
> 
> John C. Griggs wrote:
> 
> > dvNull wrote:
> > 
> > > Heh nevermind .. i shoul dhave just RTFM or ./configure --help
> > > 
> > > =)
> > > 
> > > compiling now =)
> > 
> > Good to see you seem to have worked this out on your own.  Just in case
> > you run into problems, here are the recommended configure options for Qt
> > Mozilla:
> > 
> > --without-gtk  (seems to be required to completely turn off Gtk support)
> > 
> > --with-qt
> > --enable-toolkit=qt (these two turn on Qt support)
> > --disable-tests (required because Qt Mozilla does not include some extra
> > widgets used by the tests, but not Mozilla itself)
> > 
> > You can also use:
> > 
> > --with-qtdir=<path_to_QTDIR>
> > 
> > This one overrides the value of the QTDIR environment variable, which
> > can be useful if you have more than one version of Qt installed and you
> > want to build against a particular version.
> > 
> > To summarize the QTDIR stuff:
> > 
> > 1) If you have QTDIR set in the environment, configure will use that
> > value.
> > 2) If you supply the --with-qtdir= option to configure, it overrides any
> > value of QTDIR from the environment.
> > 3) If QTDIR is set, either in the environment or the --with-qtdir
> > configure option, Qt Mozilla expects:
> > - Qt headers in $QTDIR/include
> > - Qt libraries in $QTDIR/lib
> > - moc preprocessor installed as $QTDIR/bin/moc
> > 4) If QTDIR is NOT set, either in the environment or with the
> > --with-qtdir configure option, Qt Mozilla expects:
> > - Qt headers in /usr/include/qt
> > - Qt libraries in /usr/lib
> > - moc preprocessor installed as /usr/bin/moc
> > 
> > Hope this helps,
> > 
> > Regards,
> > John Griggs
> > 
> > 
> > 
> 
> --
> Life is better at /dev/null


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic