OO conf fails: Possible unintended interpolation of @ENABLE

Issues with installing under all GNU/Linux Distributions
Post Reply
Michele
Posts: 2
Joined: Sat Apr 22, 2017 9:23 pm

OO conf fails: Possible unintended interpolation of @ENABLE

Post by Michele »

While doing ./configure, it ends with the following:

Code: Select all

...
configure: creating ./config.status
config.status: creating set_soenv
config.status: creating Makefile
Possible unintended interpolation of @ENABLE_CUPS in string at ./set_soenv line 1788.
Global symbol "@ENABLE_CUPS" requires explicit package name at ./set_soenv line 1788.
Execution of ./set_soenv aborted due to compilation errors.
# 
There is no "ENABLE_CUPS" env var set.

My command is:

Code: Select all

./configure --with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 --with-epm-url=http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz --disable-odk  --with-gnu-patch=/opt/csw/bin/gpatch \
--with-gnu-cp=/opt/csw/bin/gcp --without-junit
The line in set_soenv it's complaining about is:

Code: Select all

ToFile( "ENABLE_CUPS",       "@ENABLE_CUPS@",       "e" );
I've searched for this error without success. Adding "--disable-cups" to the command didn't fix the error. ???

Building Open Office 4.1.3 with gnu and OpenCSW toolchain on a Sun M3000 Sparc VII, Solaris 10U13 (sorry it's not Linux but this seemed like the closest place to ask).
Apache_OpenOffice_incubating_3.4.1_Solaris_Sparc
User avatar
robleyd
Moderator
Posts: 5080
Joined: Mon Aug 19, 2013 3:47 am
Location: Murbko, Australia

Re: OO conf fails: Possible unintended interpolation of @ENA

Post by robleyd »

This forum is for user support by users; likely no-one here has ever compiled AOO, let alone on a Sun :D

I suggest you join the Development Mailing List - see https://openoffice.apache.org/mailing-l ... ist-public - and ask your question there. Other questions about compilation have been resolved there recently.
Cheers
David
OS - Slackware 15 64 bit
Apache OpenOffice 4.1.15
LibreOffice 24.2.2.2; SlackBuild for 24.2.2 by Eric Hameleers
Michele
Posts: 2
Joined: Sat Apr 22, 2017 9:23 pm

Re: OO conf fails: Possible unintended interpolation of @ENA

Post by Michele »

Ah, OK thanks for the pointer. I'll try there.
Apache_OpenOffice_incubating_3.4.1_Solaris_Sparc
Post Reply