On Tue, 2010-08-10 at 08:39 -0700, Soohong Min wrote: > checking which sane header to use... external -------------------------------------> ^^^^^^^^ > checking sane/sane.h usability... no > checking sane/sane.h presence... no > checking for sane/sane.h... no > configure: error: sane not found. install sane
> I need to install sane package but I am cross compiling Openoffice on > bash (Angstrom linux) so I could not found this package. > I also used './configure --with-system-sane =no or > --with-system-sane-headers=no to build. > But I still have same error. read configure.in, the option is --without-system-sane-header not --without-system-sane-headers I suspect the answers to the next set of questions is more variations on stop using --with-system-libs --with-system-headers and just use "./configure". I suggest that you build OOo at least once from source on a mainstream architecture and distribution, and when you get that working, then try the more complicated task of cross-compiling OOo for ARM on a fringe distribution. C. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
