On Tue, 2010-08-10 at 07:09 -0700, Soohong Min wrote: > Hello, > I am cross compiling OpenOffice for ARM. > > I got this error message > > checking whether db is at least 4.1... ./configure: line 13997: test: > : integer expression expected > configure: error: no. you need at least db 4.1 > make: *** [stamp/build] Error 1 > > By the way, I've already installed > db - 5.0.21-r0.5 > > I don't know how to solve this problem. Please let me know if possible.
You haven't mentioned what version of OOo you are building. Probably you can fix this with either... a) build without the system db and use the internal one, e.g. --without-system-db b) maybe patch configure.in to accept a later db, e.g. see http://qa.openoffice.org/issues/show_bug.cgi?id=107058, and run autoconf afterwards to regenerate configure and try again c) or install db 4.X.Y Though I wonder if it might be a better idea to start by crosscompiling something easier, and work your way up to crosscompiling OOo C. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
