Kevin Dixon wrote: > When trying to build the openmoko-sample2 project, I try to run > om-conf, but it tells me the following packages were not found > > No package 'libmokoui2' found > No package 'gconf-2.0' found > > I do have them installed (running Ubuntu 8.04.1), but they are called > > libmokoui2-0 > gconf2
You've to install them in the OM toolchain! Download the arm .ipk files (both standard and -dev version) from the openmoko repository and do: for i in *.[io]pk; do dpkg -x $i \ $OMTOOL_DIR/arm/arm-angstrom-linux-gnueabi/; done The same to install other packages in the toolchain [1]. [1] this applies only if you're not using the newer version of the toolchain. In that case you should be able to use opkg install <package> -- Treviño's World - Life and Linux http://www.3v1n0.net/ _______________________________________________ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/devel