[Libreoffice] compilation issues of apple_remote

Tor Lillqvist tml at iki.fi
Wed Oct 26 23:32:45 PDT 2011


> --with-macosx-version-min=10.5

I think this might be the problem. As our code doesn't use any 10.5 or
later API anyway, you currently don't win anything by using this. Use
--with-macosx-version-min=10.4. Also, you I think you need to use
CC=gcc-4.2 and CXX=g++-4.2. Possibly add -arch i386
-mmacosx-version-min=10.4 to those, that is what I do.

--tml


More information about the LibreOffice mailing list