M109 on MacOSX 10.4
James McKenzie <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.porting |
|---|---|
| Message-ID | <[email protected]> |
Anyone try to build/configure M109 on OSX 10.4 yet? I used the following configure line: ./configure --with-x --with-lang="en-US" --with-jdk-home=/System/Library/Frameworks/JavaVM.framework/Home/ -with-ant-home=/usr/local/ant/ --with-epm=internal --enable-build-mozilla -enable-mozab --with-gnu-cp=/usr/local/bin/gcp --enable-pasf --with-gtk2 and got the following error: config.status: creating set_soenv Possible unintended interpolation of @ENABLE_EVOAB2 in string at ./set_soenv line 1698. Possible unintended interpolation of @GOBJECT_CFLAGS in string at ./set_soenv line 1699. Possible unintended interpolation of @GOBJECT_LIBS in string at ./set_soenv line 1700. Global symbol "@ENABLE_EVOAB2" requires explicit package name at ./set_soenv line 1698. Global symbol "@GOBJECT_CFLAGS" requires explicit package name at ./set_soenv line 1699. Global symbol "@GOBJECT_LIBS" requires explicit package name at ./set_soenv line 1700. Execution of ./set_soenv aborted due to compilation errors. Did I miss a patch on this? James McKenzie