I got the TestGtkEmbed binary created.
But when i run it on the target there are no Scroll bars.
Pls find the attached image.
Am i disabling any important option for scrollbar while compiling?
Pls Help me if you could.
Advance thanks,
R.Subramanian
Following is mozconfig file
***************************************************************************************************
1 mk_add_options MOZ_CO_PROJECT=browser
2 ac_add_options --enable-application=browser
3 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/mozilla-objdir
4 LIBIDL_CONFIG=/home/hrbuild/rsubram/libIDL-build/bin/libIDL-
config-2
5 HOST_LIBIDL_CONFIG=/usr/bin/libIDL-config-2
6
7 CROSS_COMPILE=1
8 xtarget_arch=arm-926ejs-linux
9 ac_add_options --prefix=/home/hrbuild/rsubram/my_usr/local
10 ac_add_options --target=${xtarget_arch}
11 ac_add_options --x-includes=/home/hrbuild/rsubram/rootfs-devel/
apps/mono/include/
12 ac_add_options --x-libraries=/home/hrbuild/rsubram/rootfs-
devel/apps/mono/lib
13
14 # Options for 'configure' (same as command-line options).
15 # all are listed so that one can manually tweak this config
file.
16 ac_add_options --enable-default-toolkit=gtk
17 ac_add_options --enable-mathml
18 ac_add_options --enable-extensions
19 ac_add_options --enable-logrefcnt
20
21 ac_add_options --without-system-nspr
22 ac_add_options --without-system-zlib
23 ac_add_options --without-system-jpeg
24 ac_add_options --without-system-png
25 ac_add_options --without-system-mng
26 ac_add_options --disable-optimize
27 ac_add_options --disable-debug
28 ac_add_options --disable-libxul
29 ac_add_options --disable-tests
30 ac_add_options --disable-freetype2
31 ac_add_options --disable-javaxpcom
32 ac_add_options --disable-svg
33 #ac_add_options --with-x
34 ac_add_options --with-glib-prefix=/home/hrbuild/rsubram/rootfs-
devel/apps/mono/
35 ac_add_options --with-glib-exec-prefix=/home/hrbuild/rsubram/
rootfs-devel/apps/mono/
36 ac_add_options --with-gtk-prefix=/home/hrbuild/rsubram/my_usr/
local/lib
37 ac_add_options --with-gtk-exec-prefix=/home/hrbuild/rsubram/
my_usr/local/lib
38 ac_add_options --disable-gtktest
~
***************************************************************************************************