ENABLE_CRASHDUMP defaults to NO

IMHO ENABLE_DBUS switch is ignored

SYSTEM_SERVLETAPI defaults to NO
ENABLE_GSTREAMER defaults to NO

ENABLE_OPENGL looks like the code tests for GL libs. And tzhe switch is 
overwritten / ignored.

The switch SYSTEM_STDLIBS will decide if the systemlib used is packaged into the delivery or not.

For me this option is most likely to cause Issues.

What do you think? I am not sure which state does add the stdlib to the binary.

3698 dnl ===================================================================
3699 dnl Check for system stdlibs
3700 dnl ===================================================================
3701 AC_MSG_CHECKING([whether to provide libstdc++/libgcc_s in the installset])
3702 if test -n "$with_system_stdlibs" -o -n "$with_system_libs" && \
3703    test "$with_system_stdlibs" != "no"; then
3704    AC_MSG_RESULT([no])
3705    SYSTEM_STDLIBS=YES
3706 else
3707    AC_MSG_RESULT([yes])
3708    SYSTEM_STDLIBS=NO
3709 fi


Am 13.10.20 um 20:48 schrieb Matthias Seidel:

Hi Jim,

Do you see a chance that this can be corrected by build options?

Or do we need RC3?

Regards,

    Matthias

Am 12.10.20 um 22:05 schrieb Jim Jagielski:
Diffs which seem important (mine are the '-'):

-ENABLE_CRASHDUMP='TRUE'
+ENABLE_CRASHDUMP=''

-ENABLE_DBUS='TRUE'
+ENABLE_DBUS=''

-SYSTEM_SERVLETAPI='NO'
+SYSTEM_SERVLETAPI=''

-SYSTEM_STDLIBS='YES'
+SYSTEM_STDLIBS='NO'

-ENABLE_GSTREAMER='TRUE'
+ENABLE_GSTREAMER=''

-ENABLE_MEDIAWIKI='YES'
+ENABLE_MEDIAWIKI='NO'

-ENABLE_OPENGL='TRUE'
+ENABLE_OPENGL=''

-JAVAFLAGS=''
+JAVAFLAGS='-source 1.5 -target 1.5'


Community builds include: --with-system-stdlibs --enable-crashdump=yes 
--enable-wiki-publisher --enable-opengl --enable-dbus --enable-gstreamer 
--without-junit

On Oct 12, 2020, at 1:50 PM, Andrea Pescetti <pesce...@apache.org> wrote:

Jim Jagielski wrote:
Can you provide a copy of the config.log file?
Sure, uploaded at
http://people.apache.org/~pescetti/openoffice-4.1.8-rc2/

Just a remark about those builds: those are not release builds, I just build 
with flags that are good for me in general. All details in the log file.

Regards,
  Andrea.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to