Meego Wiki
From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(ARM/N900/Browser project)
(to check)
Line 12: Line 12:
== to check ==
== to check ==
* do we have the recent version in the n900 repo?
* do we have the recent version in the n900 repo?
-
* is the build turning logging off? My build above used these items in mozconfig:
+
  * the package in [http://build.meego.com/package/files?package=fennec-qt&project=Trunk%3ATesting Trunk:Testing] is two weeks old
 +
  *
 +
* Is the package using a proper [http://build.meego.com/package/view_file?file=mozconfig&package=fennec-qt&project=Trunk%3ATesting&srcmd5=7b50d3762a3e9fd6c51674bd0c1a7f50 mozconfig]. My build above used these items in mozconfig:
  ac_add_options --enable-debug="-g3"
  ac_add_options --enable-debug="-g3"
  ac_add_options --disable-optimize
  ac_add_options --disable-optimize

Revision as of 08:56, 18 March 2011

ARM/N900/Browser project

  • build fennec according to these build instructions
  • don't follow these outdated instructions, e.g. there are no patches needed
  • before you wonder, the build is a out-of-sourcedir build, but using a directory on the same level as your sourcedir, so if you have the sources in ~/projects/mozilla-central, you will have the binaries in ~/projects/mozilla-central-mobile-qt-obj
  • you can run the browser without installing:
~/projects/mozilla-central-mobile-qt-obj/mobile/dist/bin
./run-mozilla.sh ./fennec

observations

  • there are lots of warnings and assertions, need to figure which of those are critical

to check

  • do we have the recent version in the n900 repo?
 * the package in Trunk:Testing is two weeks old
 * 
  • Is the package using a proper mozconfig. My build above used these items in mozconfig:
ac_add_options --enable-debug="-g3"
ac_add_options --disable-optimize
ac_add_options --enable-logging
ac_add_options --disable-elf-dynstr-gc
  • are we using the bundled jpeg/png/zlib/bz2 libs, if not would that help?
Personal tools