On Mar 9, 2:46 pm, "abhinav" <[EMAIL PROTECTED]> wrote:
> On Mar 8, 5:16 pm, "timeless" <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > On Mar 8, 1:12 pm, "abhinav" <[EMAIL PROTECTED]> wrote:
>
> > > The "mozconfig" that i ve got looks like this :
> > > mk_add_options MOZ_CO_PROJECT=browser
> > > # Options for 'configure' (same as command-line options).
> > > CROSS_COMPILE=1
> > > LIBIDL_CONFIG=/home/radhika/workdir/filesys/usr/bin/libIDL-config-2
> > > HOST_LIBIDL_CONFIG=/usr/bin/libIDL-config-2
> > > ac_add_options --enable-application=browser
> > > When configuring i am passing these arguments to the script
>
> > > ./configure --build=i386 --host=arm --target=arm
>
> > This is wrong. If you're using a mozconfig file, then you actually
> > need to let the mozconfig file do the work.
>
> > that means that --build, --host, --target should be ac_add_options
> > params
>
> > if you insist on having configure run manually you do it as such:
>
> > make -f client.mk configure
>
> > otherwise, simply do:
> > make -f client.mk build
>
> > and it will deal w/ configuring as necessary.
>
> /
> ***************************************************************************­****************************************************************/
>
> I tried what you suggested but i am still getting the same error.
>
> Is there anything else that i am missing ?????
>
> /
> ***************************************************************************­****************************************************************/-
>  Hide quoted text -
>
> - Show quoted text -


/
*********************************************************************************************************************************************/

I am able to CROSS COMPILE MOZILLA..............thanks a lot but my
problem now is that the binaries which are getting built are crashing
after DFB initialization..... But i am able to run TestGtkEmbed
without any problem which shows that my other libraries are ported
correctly.The dump is as follows





[EMAIL PROTECTED]:/opt/DFB/src/mozilla/dist/bin# ./firefox

     =======================|  DirectFB 1.0.0-rc1  |
=======================
          (c) 2001-2006  United Cultures of Earth - go for outer
space!
          (c) 2000-2004  Convergence (integrated media) GmbH
 
----------------------------------------------------------------

(*) DirectFB/Core: Single Application Core. (2006-12-13 07:16)
(*) Direct/Thread: Running 'VT Switcher' (CRITICAL, 1136)...
(*) Direct/Thread: Running 'PS/2 Input' (INPUT, 1144)...
(*) DirectFB/Input: IMPS/2 Mouse 1.0 (directfb.org)
(*) Direct/Thread: Running 'Keyboard Input' (INPUT, 1145)...
(*) DirectFB/Input: Keyboard 0.9 (directfb.org)
(!) Direct/Modules: Could not open module directory `/home/radhika/
workdir/filesys/opt/DFB/lib/directfb-1.0-0/gfxdrivers'!
    --> No such file or directory
(*) DirectFB/Graphics: Generic Software Rasterizer 0.6 (directfb.org)
(*) DirectFB/Core/WM: Default 0.2 (directfb.org)

*************** interface found correctly in DirectFB********
(*) Direct/Thread: Running 'EventBufferFeed' (MESSAGING, 1146)...
###!!! ASSERTION: nsTDependentString must wrap only null-terminated
strings: 'mData[mLength] == 0', file ../../dist/include/string/
nsTDependentString.h, line 73
Break: at file ../../dist/include/string/nsTDependentString.h, line 73
###!!! ASSERTION: nsTDependentString must wrap only null-terminated
strings: 'mData[mLength] == 0', file ../../dist/include/string/
nsTDependentString.h, line 73
Break: at file ../../dist/include/string/nsTDependentString.h, line 73
(!) [ 1114:    0.000] --> Caught signal 11 (at 0x5f455258, invalid
address) <--
./run-mozilla.sh: line 424:  1114 Killed                  "$prog"
${1+"$@"}



Its a segmentation fault that i am getting ............my processor is
32 bit and at times during compiling i get warnings
like ..............Typecasting increases the required
alignment.........If possible kindly give me some tips !!!!!!!










_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to