Many people want minimo, and I\'ve been trying for quite a few hours to compile it for pdaXrom. Unfortunately I don\'t have a clue what I am doing and need some serious help from you guys. I\'ve gotten as far as my limit knowledge of linux will allow me.
I have the pdaXrom sdk installed from pdaxrom.org
here are a couple of good links, you\'ll want to read through them:
http://www.mozilla.org/projects/minimo/bui...uild-cross.htmlhttp://www.mozilla.org/projects/minimo/build.htmlThese are the steps I have figured out. I\'m going to need some help getting any further.
Grab the latest mozillasource from the cvs as explained here:
http://www.mozilla.org/cvs.htmlThen from the directory your mozilla dir is in:
cp mozilla/embedding/minimo/mozconfig mozilla/ (very important)
You need to install this to your linux box:
http://www.mozilla.org/projects/minimo/bui...-cross.html#pkgJust do what it says, then
export PKG_CONFIG=/opt/toolchain/arm-linux/local/bin/pkg-config
export PKG_CONFIG_PATH=/opt/arm/3.3.2/armv5tel-cacko-linux/X11R6/lib/pkgconfig:/opt/arm/3.3.2/arm5tel-cacko-linux/lib/pkgconfig
The configure command:
./configure --host=armv5tel-cacko-linux --build=i686-linux --x-includes=/opt/arm/3.3.2/armv5tel-cacko-linux/X11R6/include --x-libraries=/opt/arm/3.3.2/armv5tel-cacko-linux/X11R6/lib --disable-debug --prefix=/usr/local --without-libIDL --disable-mailnews --enable-optimize
There error I am getting is:
configure: error: Could not find the following X libraries: -lX11 -lXext -lXt
I don\'t have a clue where to go from here...