Hello Ms2ger,

but it does... here it is...

Unified_cpp_layout_base1.cpp 

<command-line>:0:0: internal compiler error: Segmentation fault 
Please submit a full bug report, 
with preprocessed source if appropriate. 

note the internal compiler error: Segmentation fault.

so basically the Source file is causing the compiler to core dump.

here what happens when I run the compile with the -E option to see the 
preprocessed output.

lsoltero@ubuntu14TLS:~/Android/mozilla-central$  
/home/lsoltero/Android/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++
 -E -o Unified_cpp_layout_base1.o -c -I../../dist/system_wrappers -include 
/home/lsoltero/Android/mozilla-central/config/gcc_hidden.h -DOS_POSIX=1 
-DOS_LINUX=1 -DSTATIC_EXPORTABLE_JS_API -DMOZILLA_INTERNAL_API -DIMPL_LIBXUL 
-DAB_CD=en-US -DNO_NSPR_10_SUPPORT 
-I/home/lsoltero/Android/mozilla-central/layout/base -I. 
-I/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/ipc/ipdl/_ipdlheaders
 -I/home/lsoltero/Android/mozilla-central/ipc/chromium/src 
-I/home/lsoltero/Android/mozilla-central/ipc/glue 
-I/home/lsoltero/Android/mozilla-central/layout/base/../forms 
-I/home/lsoltero/Android/mozilla-central/layout/base/../generic 
-I/home/lsoltero/Android/mozilla-central/layout/base/../mathml 
-I/home/lsoltero/Android/mozilla-central/layout/base/../printing 
-I/home/lsoltero/Android/mozilla-central/layou
 t/base/../style -I/home/lsoltero/Android/mozilla-central/layout/base/../svg 
-I/home/lsoltero/Android/mozilla-central/layout/base/../tables 
-I/home/lsoltero/Android/mozilla-central/layout/base/../xul 
-I/home/lsoltero/Android/mozilla-central/layout/base/../xul/tree/ 
-I/home/lsoltero/Android/mozilla-central/docshell/base 
-I/home/lsoltero/Android/mozilla-central/dom/base 
-I/home/lsoltero/Android/mozilla-central/dom/html 
-I/home/lsoltero/Android/mozilla-central/dom/svg 
-I/home/lsoltero/Android/mozilla-central/dom/xbl 
-I/home/lsoltero/Android/mozilla-central/view -I../../dist/include 
-I/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/dist/include/nspr
 
-I/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/dist/include/nss
 -fPIC -idirafter 
/home/lsoltero/Android/android-ndk-r10d/platforms/android-9/arch-arm/usr/include
 -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF 
.deps/Unified_cpp_layout_base1.o.pp -idirafter /home/lsoltero/Android/androi
 d-ndk-r10d/platforms/android-9/arch-arm/usr/include -Wall -Wempty-body 
-Woverloaded-virtual -Wsign-compare -Wwrite-strings -Wno-invalid-offsetof 
-mandroid -fno-short-enums -fno-exceptions -Wno-psabi -march=armv7-a -mthumb 
-mfpu=vfp -mfloat-abi=softfp -mno-unaligned-access -isystem 
/home/lsoltero/Android/mozilla-central/build/stlport/stlport -isystem 
/home/lsoltero/Android/mozilla-central/build/stlport/overrides -isystem 
/home/lsoltero/Android/android-ndk-r10d/sources/cxx-stl/system/include 
-fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno 
-std=gnu++0x -pipe -DNDEBUG -DTRIMMED -g -freorder-blocks -Os 
-fno-reorder-functions -fomit-frame-pointer 
-I/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/dist/include/cairo
 
/home/lsoltero/Android/mozilla-central/obj-arm-linux-androideabi/layout/base/Unified_cpp_layout_base1.cpp
In file included from <command-line>:0:0:
/home/lsoltero/Android/mozilla-central/config/gcc_hidden.h:6:1: fatal error: 
../../mozilla-config.h: No such file or directory
 #pragma GCC visibility push(hidden)
 ^
compilation terminated.
_______________________________________________
dev-builds mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to