sxemacs-builds
[Top] [All Lists]

[Success] hroptatyr@xxxxxxxxxxxxxxxxxxxx/sxemacs--hrop--22.1.9--patch-18

From: Sebastian Freundt <hroptatyr@xxxxxxxxxxx>
Subject: [Success] hroptatyr@xxxxxxxxxxxxxxxxxxxx/sxemacs--hrop--22.1.9--patch-18 on core2-unknown-linux-gnu
Date: Tue, 01 Apr 2008 14:14:53 +0000
Sender: sxemacs-builds-bounces@xxxxxxxxxxx
User-agent: Gnus/5.110007 (No Gnus v0.7) SXEmacs/22.1.9 (linux)
> SXEmacs Build Report generated by emacs-version
> hroptatyr@xxxxxxxxxxxxxxxxxxxx/sxemacs--hrop--22.1.9--patch-18
> with system-configuration
> core2-unknown-linux-gnu
> follows:

> Contents of /home/kantmp/freundt/src/editors/sxemacs/=build/Installation:
> (Output from ./configure)

uname -a: Linux muck 2.6.18.8-0.5-default #1 SMP Fri Jun 22 12:17:53 UTC 2007 
x86_64 x86_64 x86_64 GNU/Linux

../configure  '--prefix=/homes/algebra/freundt/usr/local64' '--with-x' 
'--with-ent=all' '--with-menubars=lucid' '--with-scrollbars=athena' 
'--with-dialogs=athena' '--with-widgets=athena' '--with-memory-usage-stats' 
'--with-mule' '--with-regex-malloc' '--with-pdump' '--with-ffi' 
'--with-sound=all,nonas' '--with-media=all,nosox,nomad' '--with-ncurses' 
'--with-gpm' '--with-image=all' '--without-wmcommand' '--with-postgresql' 
'--with-openssl' '--with-ipv6-cname' '--with-dynamic' '--with-pop' 
'--with-xim=xlib' '--with-xfs' '--with-modules' '--with-site-lisp' 
'--with-error-checking=all' 
'--with-site-prefixes=/homes/algebra/freundt/usr/local64' 
'--with-ridiculously-aggressive-optimisations' '--with-maximum-warning-output' 
--enable-ltdl-install=no


SXEmacs hroptatyr@xxxxxxxxxxxxxxxxxxxx/sxemacs--hrop--22.1.9--patch-18 "Edsel" 
configured for `core2-unknown-linux-gnu'.


Compilation Environment and Installation Defaults:
  Source code location:              /home/kantmp/freundt/src/editors/sxemacs
  Installation prefix:               /homes/algebra/freundt/usr/local64
  Arch-dependent files go to:        
/homes/algebra/freundt/usr/local64/lib/sxemacs-22.1.9/core2-unknown-linux-gnu
  Modules go to:                     
/homes/algebra/freundt/usr/local64/lib/sxemacs-22.1.9/core2-unknown-linux-gnu/modules
  Core lisp files go to:             
/homes/algebra/freundt/usr/local64/share/sxemacs-22.1.9/lisp
  Additional external data goes to:  
/homes/algebra/freundt/usr/local64/share/sxemacs-22.1.9/etc
  Operating system description file: `s/linux.h'
  Not using any machine description file
  Compiler version:                  gcc (GCC) 4.4.0 20080328 (experimental)
    - GCC specs file:                specs.
    - Compiler command:              gcc -std=gnu99 -fgnu89-inline -ggdb3 -O3 
-ftree-vectorize -msse2 -mfpmath=sse -fstrict-aliasing -fearly-inlining 
-fdelete-null-pointer-checks -fmodulo-sched -fstack-protector 
-fbranch-target-load-optimize2 -fgcse -fgcse-lm -fgcse-sm -fgcse-las 
-fgcse-after-reload -funsafe-loop-optimizations -funswitch-loops 
-funswitch-loops -frename-registers -fno-signaling-nans -fno-trapping-math 
-fno-signed-zeros -fassociative-math -fno-rounding-math -fno-math-errno 
-funsafe-math-optimizations -ffast-math -Wall -Wsign-compare 
-Wno-char-subscripts -Wundef -Wpacked -Wpointer-arith -Wshadow 
-Wmissing-declarations -Winline -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wswitch -Wswitch-default -Wswitch-enum
    - Global CPPFLAGS:                
-I/homes/algebra/freundt/usr/local64/include -I/usr/local/include
    - Global LDFLAGS:                 -L/homes/algebra/freundt/usr/local64/lib 
-L/usr/local/lib -Wl,--export-dynamic
  libc version:                      2.5(20061011).
  Relocating allocator for buffers:  yes
  GNU version of malloc:             yes
    - Using Doug Lea's new malloc from the Linux C Library.

Build Options:
  Additional prefixes:               /homes/algebra/freundt/usr/local64
  Runtime behaviour:
    - Value of $prefix is compiled into the binary.
    - Site-modules directory is obeyed.
    - Package search path:
       ~/.sxemacs/site-packages
       ~/.sxemacs/xemacs-packages
       ~/.sxemacs/mule-packages
       ~/.sxemacs/sxemacs-packages
       
       /homes/algebra/freundt/usr/local64/share/sxemacs/site-packages
       /homes/algebra/freundt/usr/local64/share/sxemacs/xemacs-packages
       /homes/algebra/freundt/usr/local64/share/sxemacs/mule-packages
       /homes/algebra/freundt/usr/local64/share/sxemacs/sxemacs-packages

Debugging options:
  Runtime Error Checking:
    Enabled Runtime Error Checking:  extents types gc malloc byte_code bufpos 
glyphs
      - extents (checks on extents)
      - types (checks on types)
      - gc (checks on garbage collection)
      - malloc (checks on memory allocation)
      - byte_code (checks on byte compiled code)
      - bufpos (checks on buffer position)
      - glyphs (checks on glyph data)
    Disabled Runtime Error Checking: None.
    WARNING: ---------------------------------------------------------
    WARNING: SXEmacs will run noticeably more slowly as a result.
    WARNING: Error checking is on by default for SXEmacs beta releases.
    WARNING: ---------------------------------------------------------

Internals:
  How to link external libraries:  dynamic
  Foreign Function Interface:
    No support for FFI.
  Enhanced Number Types:
    Enabled Enhanced Number Types:  int fpfloat indef gmp mpfr mpc pseug quatern
      - int (native integer arithmetics)
      - fpfloat (native fixed precision floats)
      - indef (native abstract indefinites)
      + mpz (Arbitrary precision integers)
        (X) GMP (GNU multiprecision library)
      - MPFR (Multiprecision Floats with correct Rounding)
      + complex (Complex numbers as in C/R)
        (X) MPC (Multiprecision Complex numbers (C/R))
        ( ) pseudoC (native Complex Numbers (C/R)) available but omitted
      - pseudoG (native Gaussian Numbers (Z+Z))
      - Quaternions (native Quaternions (Z+Z+Z+Z))
    Omitted Enhanced Number Types:  pseuc
    Disabled Enhanced Number Types:  ecm*
  Experimental Features:
    Enabled Experimental Features:  compre asyneq
      - compre (exhaustive caching of compiled regexps)
      - asyneq (asynchronous event queues)
    Disabled Experimental Features:  pom

Window System:
  Compiling in support for the X window system:
    - X Windows headers location:                 /usr/include
    - X Windows libraries location:               /usr/lib64
    - Xau (X authority) not available.
  Compiling in support for the Athena widget set:
    - Athena headers location:                    X11/Xaw3d
    - Athena library to link:                     Xaw3d
  Using Lucid menubars.
  Using Athena scrollbars.
  Using Athena dialog boxes.
  Using Athena native widgets.
  Support for toolbars.

TTY:
  Compiling in support for ncurses.
  Compiling in support for GPM (General Purpose Mouse).

Databases:
  File-based Databases:
    Enabled File-based Databases:  berkdb gdbm
      - berkdb (Berkeley DB support)
      - gdbm (GNU DBM support)
    Disabled File-based Databases:  dbm*
  Compiling in support for further database interfaces:

Media:
  Image Formats:
    Enabled Image Formats:  gif xpm png jpeg tiff xface
      - GIF (GIF image format)
      - XPM (X PixMap image format)
      - PNG (Portable Network Graphic format)
      - JPEG (jpeg image format)
      - TIFF (TIFF image format)
      - xface (base64 encoded xbm)
    Disabled Image Formats: None.
  Audio Outputs:
    Enabled Audio Outputs:  alsa ao jack oss pulse
      - ALSA (kernel-based linux sound standard)
      - ao (generic audio output layer)
      - Jack (a low-latency audio server)
      - OSS (Open Sound System)
      - PulseAudio (versatile audio server)
    Disabled Audio Outputs:  arts* esd* nas
  Media Stream Handlers:
    Enabled Media Stream Handlers:  ffmpeg internal sndfile
      - FFmpeg (media streams handled by ffmpeg)
      - internal (media streams handled internally)
      - sndfile (media streams handled by sndfile)
    Disabled Media Stream Handlers:  mad sox magic*

Cryptography:
  Compiling in support for OpenSSL ciphers and digests.
    - Submodules: RAND MD HMAC CIPHER HYBRID SIGN RSA DSA EC DH PEM SSL

Internationalization:
  Compiling in support for Mule (multi-lingual Emacs).
  Compiling in support for XIM (X11R5+ I18N input method).
    - Using raw Xlib to provide XIM support.
    - Using XFontSet to provide bilingual menubar.

Mail:
  Compiling in support for POP mail retrieval.
  Compiling in support for "file" mail spool file locking method.

Modules:
  Dynamic Shared Object Modules:
    Enabled Dynamic Shared Object Modules:  ase cl
      - ase (algebraic structures)
      - cl (fast Common Lisp implementation)
    Disabled Dynamic Shared Object Modules: None.
  Static Modules:
    Enabled Static Modules: None.
    Disabled Static Modules:  ase cl

Other Features:
  Using the new portable dumper.
  Compiling in support for extra debugging code.

Footnotes:
  + means not requested but enabled
  * means requested but disabled

The following option were unrecognised and will be ignored:
----------------------------------------------------------
 --with-site-lisp

I'm tempted to remove the entire directory now ...
... fortunately I think I'm in a good mood, so have a nice build anyway.


> shared library dependencies:
libsxelw-Xt.so.0 => /homes/algebra/freundt/usr/local64/lib/libsxelw-Xt.so.0 
(0x00002ab7491a4000)
libssl.so.0.9.9 => /homes/algebra/freundt/usr/local64/lib/libssl.so.0.9.9 
(0x00002ab7493c2000)
libcrypto.so.0.9.9 => /homes/algebra/freundt/usr/local64/lib/libcrypto.so.0.9.9 
(0x00002ab749618000)
libdb-4.4.so => /usr/lib64/libdb-4.4.so (0x00002ab7499fd000)
libgdbm_compat.so.3 => /usr/lib64/libgdbm_compat.so.3 (0x00002ab749d08000)
libgdbm.so.3 => /usr/lib64/libgdbm.so.3 (0x00002ab749f0b000)
libmpfr.so.1 => /homes/algebra/freundt/usr/local64/lib/libmpfr.so.1 
(0x00002ab74a112000)
libgmp.so.3 => /homes/algebra/freundt/usr/local64/lib/libgmp.so.3 
(0x00002ab74a35f000)
libao.so.2 => /usr/lib64/libao.so.2 (0x00002ab74a59f000)
libasound.so.2 => /usr/lib64/libasound.so.2 (0x00002ab74a7a5000)
libresmgr.so.1 => /lib64/libresmgr.so.1 (0x00002ab74aa81000)
libjack.so.0 => /usr/lib64/libjack.so.0 (0x00002ab74ac88000)
libpulse.so.0 => /homes/algebra/freundt/usr/local64/lib/libpulse.so.0 
(0x00002ab74aea4000)
libiconv.so.2 => /homes/algebra/freundt/usr/local64/lib/libiconv.so.2 
(0x00002ab74b0e4000)
librt.so.1 => /lib64/librt.so.1 (0x00002ab74b3c6000)
libavformat.so.52 => /homes/algebra/freundt/usr/local64/lib/libavformat.so.52 
(0x00002ab74b5d0000)
libavcodec.so.51 => /homes/algebra/freundt/usr/local64/lib/libavcodec.so.51 
(0x00002ab74b869000)
libfaac.so.0 => /homes/algebra/freundt/usr/local64/lib/libfaac.so.0 
(0x00002ab74c076000)
libfaad.so.0 => /homes/algebra/freundt/usr/local64/lib/libfaad.so.0 
(0x00002ab74c288000)
libmp3lame.so.0 => /homes/algebra/freundt/usr/local64/lib/libmp3lame.so.0 
(0x00002ab74c4c8000)
libx264.so.58 => /homes/algebra/freundt/usr/local64/lib/libx264.so.58 
(0x00002ab74c747000)
libvorbisenc.so.2 => /homes/algebra/freundt/usr/local64/lib/libvorbisenc.so.2 
(0x00002ab74c9f5000)
libavutil.so.49 => /homes/algebra/freundt/usr/local64/lib/libavutil.so.49 
(0x00002ab74cdcf000)
libvorbis.so.0 => /homes/algebra/freundt/usr/local64/lib/libvorbis.so.0 
(0x00002ab74cfdc000)
libogg.so.0 => /usr/lib64/libogg.so.0 (0x00002ab74d20e000)
libsndfile.so.1 => /homes/algebra/freundt/usr/local64/lib/libsndfile.so.1 
(0x00002ab74d414000)
libtiff.so.3 => /usr/lib64/libtiff.so.3 (0x00002ab74d690000)
libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x00002ab74d8eb000)
libjpeg.so.62 => /usr/lib64/libjpeg.so.62 (0x00002ab74db10000)
libXpm.so.4 => /usr/lib64/libXpm.so.4 (0x00002ab74dd32000)
libXaw3d.so.8 => /usr/lib64/libXaw3d.so.8 (0x00002ab74df44000)
libXmu.so.6 => /usr/lib64/libXmu.so.6 (0x00002ab74e1a3000)
libXt.so.6 => /usr/lib64/libXt.so.6 (0x00002ab74e3bc000)
libXext.so.6 => /usr/lib64/libXext.so.6 (0x00002ab74e61f000)
libX11.so.6 => /usr/lib64/libX11.so.6 (0x00002ab74e830000)
libXau.so.6 => /usr/lib64/libXau.so.6 (0x00002ab74eb6a000)
libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00002ab74ed6e000)
libSM.so.6 => /usr/lib64/libSM.so.6 (0x00002ab74ef74000)
libICE.so.6 => /usr/lib64/libICE.so.6 (0x00002ab74f17f000)
libutil.so.1 => /lib64/libutil.so.1 (0x00002ab74f39c000)
libltdl.so.7 => /homes/algebra/freundt/usr/local64/lib/libltdl.so.7 
(0x00002ab74f59f000)
libz.so.1 => /lib64/libz.so.1 (0x00002ab74f7a8000)
libgpm.so.1 => /usr/lib64/libgpm.so.1 (0x00002ab74f9be000)
libncurses.so.5 => /lib64/libncurses.so.5 (0x00002ab74fbc4000)
libc.so.6 => /lib64/libc.so.6 (0x00002ab74fe28000)
libdl.so.2 => /lib64/libdl.so.2 (0x00002ab75016b000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00002ab75036f000)
libm.so.6 => /lib64/libm.so.6 (0x00002ab75058a000)
libssp.so.0 => /homes/algebra/freundt/usr/local64/lib/libssp.so.0 
(0x00002ab7507e1000)
/lib64/ld-linux-x86-64.so.2 (0x00002ab748f86000)
libXp.so.6 => /usr/lib64/libXp.so.6 (0x00002ab7509e4000)

> Contents of `config-value-hash-table':
Empty keys: DESCEND_DYNO_SPARC_FALSE  CONVENIENCE_LTDL_TRUE  build_alias  
ENCAPSULATE_EXECVP  DB_LDFLAGS  target_alias  XML2_CONFIG  
ARCHLIBDIR_USER_DEFINED  SITELISPDIR_USER_DEFINED  libs_xauth  ENCAPSULATE_LINK 
 LISPDIR_USER_DEFINED  HAVE_LIBEVENT_TRUE  LIBADD_SHL_LOAD  sitelispdir  ARGZ_H 
 HAVE_BDWGC_TRUE  am__fastdepCC_TRUE  DESCEND_LIBLTDL_FALSE  HAVE_EVENTS_TRUE  
ENCAPSULATE_LSTAT  HAVE_LIBFFI  infopath  ARTSC_CONFIG  WITH_MULE_TRUE  
PACKAGE_PATH_USER_DEFINED  HAVE_OPENSSL_TRUE  ESD_CONFIG  extra_includes  
ENCAPSULATE_MKDIR  LTDLDEPS  sound_cflags  install_pp  NMEDIT  HAVE_TCPUDP_TRUE 
 ENCAPSULATE_OPENDIR  LTDLINCL  
XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE  LIBOBJS  
SITEMODULEDIR_USER_DEFINED  have_libst_config  ETCDIR_USER_DEFINED  
DESCEND_LWLIB_TRUE  C_SWITCH_SITE  STATIC_ASE_FALSE  ENCAPSULATE_READDIR  
MM_LDFLAGS  start_files  USE_MEMALLOC_TRUE  C_SWITCH_X_SITE  PG_CONFIG  
ENCAPSULATE_READLINK  ENCAPSULATE_RENAME  DESCEND_ASE_TRUE  X_EXTRA_LIBS  
LIBSTDCPP  start_flags  machfile  EXEC_PREFIX_USER_DEFINED  OBJECT_TO_BUILD  
DESCEND_MODULES_TRUE  DBX  STATIC_CL_FALSE  ENCAPSULATE_RMDIR  MODARCHDIR  
LTLIBOBJS  LIBST_CONFIG  EMOD_ASE_TRUE  statedir  LD_SWITCH_SITE  ECHO_T  
WITH_PDUMP_TRUE  ALLOCA  USR_CCS_BIN_AR  HAVE_MULTICAST_TRUE  INCLTDL  SDB  
EXEEXT  ld_switch_window_system  DB_CPPFLAGS  ac_ct_DUMPBIN  ENCAPSULATE_STAT  
MODCFLAGS  DESCEND_CL_TRUE  am__quote  statmod_archives  LD_SWITCH_X_SITE  
HAVE_LIBXML2_TRUE  FFI_CPPFLAGS  lib_gcc  MAKE_AM_SUBDIR  ENCAPSULATE_SYMLINK  
DESCEND_DYNODUMP_FALSE  BUILD_SHEAP_FALSE  EMOD_CL_TRUE  HAVE_UNIX_TRUE  
LD_SWITCH_X_SITE_AUX  have_xml2_config  HAVE_SETITIMER_TRUE  
INFODIR_USER_DEFINED  SET_MAKE  FFI_LDFLAGS  OPENSSL_CPPFLAGS  dnd_objs  
ENCAPSULATE_UNLINK  MODULEDIR_USER_DEFINED  YFLAGS  ENCAPSULATE_ACCESS  
$$tardir  HAVE_SOCKETS_TRUE  host_alias  AMDEP_TRUE  INFOPATH  FFI_LIBS  
OPENSSL_LDFLAGS  DOCDIR_USER_DEFINED  MOD_CC  ENCAPSULATE_CHDIR  
HAVE_METRONOME_TRUE  ELLCC  INSTALL_LTDL_FALSE  WITH_EXTW_FALSE  
INFOPATH_USER_DEFINED  MEMALLOC_LIBS  PRTDIAG  MOD_INSTALL_PROGRAM  
DESCEND_DYNO_I386_TRUE  ENCAPSULATE_CHMOD  AUTARKIC_FALSE  INSTALLPATH  
DSYMUTIL  DESCEND_DYNO_PPC_FALSE  ENCAPSULATE_CREAT  ld_switch_all  DUMPBIN  
NEED_ALLOCA_C_FALSE  ENCAPSULATE_EACCESS  bitmapdir  ld_switch_general  
HAVE_SYSVIPC_TRUE  LIBADD_DLD_LINK  HAVE_FFI_FALSE  XMKMF  SITELISPDIR  ECHO_C

NEED_ALLOCA_C_TRUE "#"
ERROR_CHECK_GLYPHS t
SXEMACS_CODENAME "Edsel"
HAVE_AO_AO_H t
REALPATH_ACCEPTS_PROTMEM 1
ac_cv_search_opendir "none required"
HAVE_XIM t
HAVE_MPF t
HAVE_STRSPN t
HAVE_INET_MAKEADDR t
HAVE_EVP_ENCRYPTINIT t
libmule_objs " mule.o mule-ccl.o mule-charset.o file-coding.o 
input-method-xlib.o"
HAVE_DECL_LT_DLOPENEXT t
PACKAGE_BUGREPORT "http://issues.sxemacs.org/";
FUNCPROTO 15
HAVE_BDWGC t
HAVE_POPUPS t
HAVE_ASM_EAX t
HAVE_RENAME t
HAVE_NET_ROUTE_H t
HAVE_LIBGC_GC_REALLOC t
HAVE_ISASTREAM t
WITH_MPC t
1\ (", (void *) 0},/p''' -e '''s/^[ABCDGIRSTW]* ([^ ]*) ([^ ]*)$/  {" ", (void 
*) 0},/p''' -e '''s/^[ABCDGIRSTW]* ([^ ]*) (lib[^ ]*)$/  {")
fpfloat_double_p 0
HAVE_RAND_STATUS t
HAVE_CLOCK_GETRES t
HAVE_SGTTY_H t
INSTALL_SCRIPT "${INSTALL}"
HAVE_MATH_INFINITY t
ARCHLIBDIR 
"/homes/algebra/freundt/usr/local64/lib/sxemacs-22.1.9/core2-unknown-linux-gnu"
HAVE_LIMITS_H t
HAVE_DECL_STRDUP t
HAVE_JACK_JACK_H t
HAVE_SSL_CIPHER_GET_BITS t
htmldir "${docdir}"
sbindir "${exec_prefix}/sbin"
HAVE_UINTPTR_T t
EMACS_BETA_VERSION 9
HAVE_LT_DLCALLER_SET_DATA t
HAVE_MKTIME t
HAVE_EC_GET_BUILTIN_CURVES t
HAVE_LIBEVENT t
AUTOCONF "${SHELL} /home/kantmp/freundt/src/editors/sxemacs/missing --run 
autoconf"
HAVE_SSL_GET_PEER_CERT_CHAIN t
LIBXML2_LDFLAGS "-L/homes/algebra/freundt/usr/local64/lib -lxml2  "
sysconfdir "${prefix}/etc"
HAVE_FTRUNCATE t
HAVE_UTIME_H t
SIZEOF_SIZE_T 8
HAVE_SYS_VLIMIT_H t
_NO_MALLOC_WARNING_ 1
HAVE_WCSLEN t
HAVE_STRCAT t
CONVENIENCE_LTDL_FALSE "#"
HAVE_ERROR_T t
LWLIB_DIALOGS_ATHENA3D t
HAVE_DECL_ISALNUM t
emodblddir "/home/kantmp/freundt/src/editors/sxemacs/=build/modules"
DESCEND_DYNO_PPC_TRUE "#"
ERROR_CHECK_GC t
SXEMACS_CC "gcc -std=gnu99 -fgnu89-inline"
HAVE_ALSA_VERSION_H t
RANLIB "ranlib"
ac_cv_prog_YACC "bison -y"
HAVE_XFACE t
HAVE_MPC_H t
HAVE_STRRCHR t
HAVE_INET_LNAOF t
HAVE_EVP_ENCRYPTFINAL t
MKDIR_P "/bin/mkdir -p"
libmm_objs " dgif_lib.o gif_io.o media-sndfile.o media-ffmpeg.o sound-oss.o 
sound-pulse.o sound-jack.o sound-alsa.o sound-ao.o media-internal.o"
HAVE_DECL_LT_DLOPEN t
PACKAGE "sxemacs"
FILE_CODING 1
HAVE_BALLOON_HELP t
HAVE_POLL t
HAVE_ASM_CL t
HAVE_REGCOMP t
SIGTYPE "RETSIGTYPE"
INSTALL_ARCH_DEP_SUBDIR " lib-src"
HAVE_NETINET_IN_H t
HAVE_ISASCII t
WITH_GMP t
lt_cv_sys_global_symbol_to_c_name_address "sed -n -e '''s/^: ([^ ]*) $/  {\\"
HAVE_RAND_QUERY_EGD_BYTES t
HAVE_CLEAN_FLOATOPS t
HAVE_SETSOCKOPT t
INSTALL_PROGRAM "${INSTALL}"
HAVE_LIBXT t
HAVE_MATH_FPCLASSIFY t
AR "ar"
XIM_XLIB 1
HAVE_DECL_STRCPY t
HAVE_ISXDIGIT t
HAVE_SSLV3_SERVER_METHOD t
host_vendor "unknown"
restrict "__restrict"
HAVE_FCNTL_H t
HAVE_UINTMAX_T t
EMACS "/home/kantmp/freundt/src/editors/sxemacs/=build/src/sxemacs"
LIBADD_DL "-ldl "
HAVE_LT_DLCALLER_GET_DATA t
HAVE_MKSTEMP t
HAVE_SYSVIPC_FALSE "#"
HAVE_EACCESS t
HAVE_LIBDLLOADER t
AUTARKIC_TRUE "#"
HAVE_SSL_GET_PEER_CERTIFICATE t
sys_symbol_underscore "no"
HAVE_FTIME t
bindir "${exec_prefix}/bin"
HAVE_UTIME t
SIZEOF_SHORT 2
HAVE_SYS_UN_H t
_GNU_SOURCE 1
HAVE_STRCASECMP t
CFLAGS "-ggdb3 -O3 -ftree-vectorize -msse2 -mfpmath=sse -fstrict-aliasing 
-fearly-inlining -fdelete-null-pointer-checks -fmodulo-sched -fstack-protector 
-fbranch-target-load-optimize2 -fgcse -fgcse-lm -fgcse-sm -fgcse-las 
-fgcse-after-reload -funsafe-loop-optimizations -funswitch-loops 
-funswitch-loops -frename-registers -fno-signaling-nans -fno-trapping-math 
-fno-signed-zeros -fassociative-math -fno-rounding-math -fno-math-errno 
-funsafe-math-optimizations -ffast-math -Wall -Wsign-compare 
-Wno-char-subscripts -Wundef -Wpacked -Wpointer-arith -Wshadow 
-Wmissing-declarations -Winline -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wswitch -Wswitch-default -Wswitch-enum"
HAVE_ERRNO_H t
LWLIB_DIALOGS_ATHENA t
HAVE_GIF t
HAVE_DECL_IOCTLSOCKET 0
MULE ("yes" 1)
ERROR_CHECK_EXTENTS t
SXEMACS_ARCH_VERSION 
"hroptatyr@xxxxxxxxxxxxxxxxxxxx/sxemacs--hrop--22.1.9--patch-18"
dynodump_arch "i386"
HAVE_ALSA_SOUND t
PULSE_VERSION 9
ac_cv_prog_CPP "gcc -E"
HAVE_XCONVERTCASE t
HAVE_MPC t
HAVE_STROPTS_H t
HAVE_INET_ATON t
HAVE_EVP_DIGESTUPDATE t
MEMORY_USAGE_STATS 1
libmemalloc_objs " ralloc.o vm-limit.o free-hook.o"
HAVE_DECL_LT_DLEXIT t
OPENSSL_SSL 1
FGREP "/bin/grep -F"
HAVE_A_OUT_H t
HAVE_PNG_H t
HAVE_ASM_CH t
HAVE_REALPATH t
SIGRETURN "return"
HAVE_NETDB_H t
HAVE_ISALPHA t
WITH_EXTW_TRUE "#"
lt_cv_sys_global_symbol_pipe "sed -n -e '''s/^.*[        
]([ABCDGIRSTW][ABCDGIRSTW]*)[   ][      ]*([_A-Za-z][_A-Za-z0-9]*)$/. . ./p'''"
HAVE_RAND_BYTES t
HAVE_CBRT t
HAVE_SETSID t
INSTALL_LTDL_TRUE "#"
HAVE_OPENSSL_PEM_H t
HAVE_LIBXML_XMLWRITER_H t
HAVE_MATHERR t
AO_VERSION "0.8.6"
XEMACS 1
HAVE_DECL_STRCMP t
HAVE_ISUPPER t
HAVE_SSLV3_CLIENT_METHOD t
host_os "linux-gnu"
psdir "${docdir}"
HAVE_TZSET t
ELLMAKEDOC 
"/home/kantmp/freundt/src/editors/sxemacs/=build/lib-src/make-docfile"
LEX_OUTPUT_ROOT "lex.yy"
HAVE_LT_DLADDSEARCHDIR t
HAVE_MKDIR t
HAVE_SYSVIPC t
HAVE_DUP2 t
HAVE_LIBDL t
HAVE_SSL_GET_ERROR t
ld_libs_window_system "-lXaw3d -lXmu -lXt -lXext -lX11 -lSM -lICE"
prefix "/homes/algebra/freundt/usr/local64"
sxe_srcdir "/home/kantmp/freundt/src/editors/sxemacs"
HAVE_FSYNC t
archlibdir "${libdir}/${instvardir}/${configuration}"
HAVE_USLEEP t
SIZEOF_LONG_LONG_INT 8
HAVE_SYS_TYPES_H t
_ALL_SOURCE 1
HAVE_STPNCPY t
CCDEPMODE "depmode=gcc3"
HAVE_ENDPWENT t
LT_OBJDIR (".libs" ".libs/")
HAVE_GETWD t
HAVE_DECL_IOCTL t
ERROR_CHECK_BYTE_CODE t
SXEMACS 1
dvidir "${docdir}"
HAVE_ALSA_PCM_H t
ac_cv_path_install "/usr/bin/install -c"
HAVE_X509_VERIFY_CERT_ERROR_STRING t
HAVE_STRNCPY t
HAVE_INET_ADDR t
HAVE_EVP_DIGESTINIT_EX t
libexecdir "${exec_prefix}/libexec"
HAVE_DECL_LT_DLCLOSE t
DOUG_LEA_MALLOC 1
OPENSSL_LIBS "-lssl -lcrypto"
FFMPEG_URL_FOPEN_BIOCTX_STAR_STAR 1
HAVE_AVFORMAT_H t
HAVE_PNG t
HAVE_ASM_ADCB t
HAVE_REALLOC t
SIGNALS_VIA_CHARACTERS 1
HAVE_NESTED_FUNS t
HAVE_ISALNUM t
lt_cv_path_NM "/homes/algebra/freundt/usr/local64/bin/nm -B"
HAVE_RANDOM t
HAVE_CALLOC t
HAVE_SETPGID t
HAVE_OPENSSL_FALSE "#"
HAVE_LIBXML_XMLREADER_H t
HAVE_MALLOC_H t
AMTAR "${SHELL} /home/kantmp/freundt/src/editors/sxemacs/missing --run tar"
X11_RELEASE 6
HAVE_DECL_STRCAT t
HAVE_ISSPACE t
HAVE_SSLV2_SERVER_METHOD t
host_cpu "core2"
program_transform_name "s,x,x,"
HAVE_SOCKLEN_T t
HAVE_TTY t
LEXLIB "-lfl"
HAVE_LTDL_H t
HAVE_SYMLINK t
HAVE_DSA_GENERATE_PARAMETERS t
HAVE_LIBC t
ATHENA_XawInit_h_ "X11/Xaw3d/XawInit.h"
HAVE_SSL_GET_CURRENT_CIPHER t
ld_libs_general "-lz -lgpm -lncurses -lncurses -lc -lc -ldl -ldl -lpthread -lm 
-lssp -lutil"
sxe_cv_tmp_ffmpeg_url_fopen "ByteIOContext**"
HAVE_FREXP t
am__untar "${AMTAR} xf -"
HAVE_UNSIGNED_LONG_LONG_INT t
SIZEOF_LONG_DOUBLE 16
HAVE_SYS_TIME_H t
YYTEXT_POINTER 1
HAVE_STPCPY t
CC "gcc -std=gnu99 -fgnu89-inline"
HAVE_EMODULES t
LT_DLPREOPEN "-dlpreopen libltdl/dlopen.la "
HAVE_GETTIMEOFDAY t
HAVE_DECL_GETNAMEINFO 0
DESCEND_DYNO_I386_FALSE "#"
ERROR_CHECK_BUFPOS t
SUBDIR_MAKEFILES "lib-src/Makefile lib-src/Makefile lwlib/Makefile 
lwlib/Makefile"
docdir "${archlibdir}"
HAVE_TIMEVAL t
HAVE_ALSA_OUTPUT_H t
PROTOTYPES 1
ac_cv_path_FGREP "/bin/grep -F"
HAVE_X11_XPM_H t
fpfloat "long double"
HAVE_STRNCMP t
HAVE_H_ERRNO t
HAVE_EVP_DIGESTFINAL_EX t
MAKE_SUBDIR " lib-src lwlib"
libent_objs " ent-gmp.o ent-mpfr.o ent-gaussian.o ent-mpc.o ent-quatern.o"
HAVE_DECL_ISXDIGIT t
HAVE_PERROR t
HAVE_AVCODEC_DECODE_AUDIO2 t
HAVE_ARPA_NAMESER_H t
SHELL "/bin/sh"
HAVE_NCURSES t
HAVE_IOCTL t
WITH_EMODULES t
HAVE_FCNTL t
lt_cv_nm_interface "BSD nm"
HAVE_QUATERN t
HAVE_BIO_SET_CALLBACK_ARG t
HAVE_SETLOCALE t
INSTALL_DATA "${INSTALL} -m 644"
HAVE_OPENSSL_CRYPTO_H t
HAVE_LIBXML_TREE_H t
HAVE_MALLOC t
WITH_QUATERN t
HAVE_DECL_STPNCPY t
HAVE_ISPUNCT t
HAVE_SSLV2_CLIENT_METHOD t
host "core2-unknown-linux-gnu"
pdfdir "${docdir}"
HAVE_TOOLBARS t
EGREP "/bin/grep -E"
LEX "flex"
HAVE_LTDL t
HAVE_METRONOME_FALSE "#"
HAVE_DSA_GENERATE_KEY t
HAVE_LARGEFILE t
ATHENA_Toggle_h_ "X11/Xaw3d/Toggle.h"
HAVE_SSL_GET_CERTIFICATE t
ld_libs_all "-lssl -lcrypto -ldb -lgdbm_compat -lgdbm -lgmp -lmpfr -lmpc -lgmp 
-lmpfr -lgmp -L/usr/lib64 -lao -lasound -L/usr/lib64 -ljack -lpthread -lrt 
-L/homes/algebra/freundt/usr/local64/lib -lpulse -pthread 
-L/homes/algebra/freundt/usr/local64/lib -L/usr/lib64 -lavformat -lavcodec -lz 
-lfaac -lfaad -lmp3lame -lx264 -lxvidcore -ldl -lX11 -lXext -lvorbisenc 
-lavutil -lvorbis -lm -logg -L/homes/algebra/freundt/usr/local64/lib -lsndfile 
-ltiff -lpng -ljpeg -lcompface -lXpm -lpthread -lXaw3d -lXmu -lXt -lXext -lX11 
-lSM -lICE -lz -lgpm -lncurses -lncurses -lc -lc -ldl -ldl -lpthread -lm -lssp 
-lutil"
sxe_cv_proc_flags "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm 
constant_tsc pni monitor ds_cpl vmx smx est tm2 cx16 xtpr lahf_lm"
HAVE_FREE t
HAVE_UNLOCKPT t
SIZEOF_LONG 8
LIBXML2_CPPFLAGS "-I/homes/algebra/freundt/usr/local64/include/libxml2  "
HAVE_SYS_TIMES_H t
HAVE_STDLIB_H t
BUILD_SHEAP_TRUE "#"
LT_DLLOADERS " libltdl/dlopen.la"
HAVE_GETRLIMIT t
HAVE_DECL_GETHOSTNAME 0
DESCEND_DYNODUMP_TRUE "#"
STRIP "strip"
HAVE_TIFFIO_H t
HAVE_ALSA_INPUT_H t
PROGNAME "sxemacs"
ac_cv_path_EGREP "/bin/grep -E"
HAVE_X11_XLOCALE_H t
HAVE_STRNCAT t
HAVE_HMAC_UPDATE t
HAVE_EVP_DECRYPTUPDATE t
MAKE_DOCFILE 
"/home/kantmp/freundt/src/editors/sxemacs/=build/lib-src/make-docfile"
libdir "${exec_prefix}/lib"
HAVE_DECL_ISUPPER t
DOCDIR 
"/homes/algebra/freundt/usr/local64/lib/sxemacs-22.1.9/core2-unknown-linux-gnu"
HAVE_PEM_WRITE_PUBKEY t
HAVE_AVCODEC_DECODE_AUDIO t
HAVE_ARPA_INET_H t
HAVE_NAN t
HAVE_INVERSE_HYPERBOLIC t
WITH_ECM t
HAVE_EVP_VERIFYFINAL t
lt_cv_file_magic_cmd "$MAGIC_CMD"
HAVE_PUTENV t
HAVE_BIO_SET_CALLBACK t
HAVE_OPENSSL_BIO_H t
HAVE_LIBXML_PARSER_H t
HAVE_LT_DLSYM t
AMDEP_FALSE "#"
WITH_PSEUG t
HAVE_DECL_STPCPY t
HAVE_ISPRINT t
HAVE_SSLV23_SERVER_METHOD t
package_path 
"~/.sxemacs/site-packages:~/.sxemacs/xemacs-packages:~/.sxemacs/mule-packages:~/.sxemacs/sxemacs-packages::/homes/algebra/freundt/usr/local64/share/sxemacs/site-packages:/homes/algebra/freundt/usr/local64/share/sxemacs/xemacs-packages:/homes/algebra/freundt/usr/local64/share/sxemacs/mule-packages:/homes/algebra/freundt/usr/local64/share/sxemacs/sxemacs-packages"
HAVE_SOCKETS_FALSE "#"
HAVE_TM_ZONE t
EF_USE_COMPRE 1
HAVE_LRAND48 t
HAVE_METRONOME t
ATHENA_Scrollbar_h_ "X11/Xaw3d/Scrollbar.h"
HAVE_DLFCN_H t
HAVE_KRB5_KRB5_H t
ATHENA_ToggleP_h_ "X11/Xaw3d/ToggleP.h"
HAVE_SSL_DO_HANDSHAKE t
ld "$(CC) $(CFLAGS)"
subdirs " libltdl"
HAVE_FPFLOAT t
am__tar "${AMTAR} chof - "
SIZEOF_INT 4
LIBTOOL_VERSION "ltmain.sh (GNU libtool 1.2600 2008/03/02 02:19:16) 2.3a"
HAVE_SYS_TIMEB_H t
YACC "bison -y"
HAVE_STDIO_H t
LT_CONVENIENCE_PREFIX "lt-"
HAVE_GETPT t
HAVE_DECL_GETHOSTBYNAME 0
MODULEDIR 
"/homes/algebra/freundt/usr/local64/lib/sxemacs-22.1.9/core2-unknown-linux-gnu/modules"
STDC_HEADERS 1
datarootdir "${prefix}/share"
HAVE_TIFF t
HAVE_ALSA_GLOBAL_H t
PREFIX_USER_DEFINED ("" 1)
ac_cv_have_x "have_x=yes        ac_x_includes='''/usr/include'''        
ac_x_libraries='''/usr/lib64'''"
HAVE_X11_XLIB_H t
HAVE_STRLEN t
DB_H_FILE "db.h"
HAVE_HMAC_INIT t
HAVE_EVP_DECRYPTINIT t
HAVE_DECL_ISSPACE t
DIRNAME_USER_OWNS_RETVAL 1
OPENSSL_BIN "/homes/algebra/freundt/usr/local64/bin/openssl"
HAVE_PEM_WRITE_PKCS8PRIVATEKEY t
HAVE_AUDIO t
HAVE_ARGZ_STRINGIFY t
SED "/bin/sed"
INFODIR "/homes/algebra/freundt/usr/local64/share/info"
HAVE_MUNMAP t
HAVE_STRUCT_TM_TM_ZONE t
HAVE_INTTYPES_H t
VERSION ("22.1.9" 
"hroptatyr@xxxxxxxxxxxxxxxxxxxx/sxemacs--hrop--22.1.9--patch-18")
HAVE_EVP_SIGNFINAL t
lt_ECHO "echo"
HAVE_PULSE_SOUND t
HAVE_BIO_READ t
HAVE_SETITIMER_FALSE "#"
HAVE_OPENSSL_ADD_ALL_DIGESTS t
HAVE_LT_DLOPENEXT t
AMDEPBACKSLASH "\\"
WITH_PSEUC t
HAVE_DECL_SOCKET t
HAVE_ISNAN t
version "hroptatyr@xxxxxxxxxxxxxxxxxxxx/sxemacs--hrop--22.1.9--patch-18"
HAVE_SSLV23_CLIENT_METHOD t
have_tla "yes"
opsysfile "s/linux.h"
HAVE_SOCKETS t
HAVE_TLSV1_SERVER_METHOD t
EF_USE_ASYNEQ 1
HAVE_LONG_LONG_INT t
HAVE_MENUBARS t
ATHENA_Label_h_ "X11/Xaw3d/Label.h"
HAVE_DLERROR t
HAVE_KRB5_H t
HAVE_SSL_CTX_USE_PRIVATEKEY_FILE t
internal_makefile_list "Makefile.in lib-src/Makefile.in lwlib/Makefile.in"
HAVE_FPCLASSIFY t
HAVE_UNIX_PROCESSES t
SIZEOF_DOUBLE 8
EMOD_CL_FALSE "#"
LIBTOOL "$(SHELL) $(top_builddir)/libtool"
HAVE_SYS_STAT_H t
X_PRE_LIBS " -lSM -lICE"
BROKEN_ALLOCA_IN_FUNCTION_CALLS 1
LT_CONFIG_H "src/config.h"
HAVE_GETPGRP t
HAVE_DECL_GETADDRINFO 0
STATIC_CL_TRUE "#"
datadir "${datarootdir}"
HAVE_THREADS t
HAVE_ALSA_ERROR_H t
PREFIX "/homes/algebra/freundt/usr/local64"
HAVE_X11_XAW3D_XAWINIT_H t
HAVE_STRING_H t
HAVE_HMAC_FINAL t
HAVE_EVP_DECRYPTFINAL t
MAKEINFO "${SHELL} /home/kantmp/freundt/src/editors/sxemacs/missing --run 
makeinfo"
HAVE_DECL_ISPUNCT t
DIRNAME_RET_T "char*"
OBJEXT "o"
HAVE_PEM_READ_X509 t
HAVE_ATHENA_3D t
HAVE_ARGZ_NEXT t
HAVE_STRUCT_TIMEVAL_TV_USEC t
HAVE_INTERNAL_SOUND t
HAVE_EVP_SEALINIT t
localstatedir "${prefix}/var"
HAVE_PULSE_PULSEAUDIO_H t
HAVE_BIO_PRINTF t
HAVE_SETITIMER t
HAVE_OPENSSL_ADD_ALL_CIPHERS t
HAVE_LIBXML2_FALSE "#"
HAVE_LT_DLOPEN t
HAVE_DECL_SETSOCKOPT 0
HAVE_ISLOWER t
HAVE_SQRT t
have_pkg_config "yes"
oldincludedir "/usr/include"
HAVE_SOCKET t
HAVE_TLSV1_CLIENT_METHOD t
HAVE_LONG_FILE_NAMES t
HAVE_MEMSET t
ATHENA_LabelP_h_ "X11/Xaw3d/LabelP.h"
HAVE_DIRNAME t
HAVE_KILLPG t
HAVE_SSL_CTX_USE_PRIVATEKEY t
instvarsepdir "${PROGNAME}/${old_version}"
2 (", (void *) &.},/p'''" ", (void *) &.},/p''' -e '''s/^[ABCDGIRSTW]* ([^ ]*) 
([^ ]*)$/  {")
HAVE_FPATHCONF t
am__leading_dot "."
HAVE_UNIX_FALSE "#"
SIZEOF_CHAR_P 8
HAVE_SYS_SOUNDCARD_H t
X_LIBS " -L/usr/lib64"
BITMAPDIR "/usr/include/X11/bitmaps"
HAVE_STDINT_H t
HAVE_GETPAGESIZE t
HAVE_DECL_FREE t
DESCEND_CL_FALSE "#"
config_opsysfile "s/linux.h"
HAVE_TERMIO_H t
HAVE_ALSA_CONF_H t
PKG_CONFIG "/homes/algebra/freundt/usr/local64/bin/pkg-config"
ac_ct_CC "gcc"
HAVE_X11_XAW3D_THREED_H t
HAVE_STRINGS_H t
HAVE_HMAC_CTX_INIT t
HAVE_EVP_CLEANUP t
MAIL_USE_POP 1
ld_switch_shared "-c"
HAVE_DECL_ISPRINT t
fpfloat_cand_long_double_p 1
HAVE_PEM_READ_PUBKEY t
HAVE_ASM_SARL t
HAVE_ARGZ_INSERT t
RETSIGTYPE "void"
HAVE__BOOL t
HAVE_MULTICAST_FALSE "#"
HAVE_STRUCT_TIMEVAL_TV_SEC t
HAVE_INTERNAL_MEDIA t
USE_XFONTSET 1
HAVE_EVP_SEALFINAL t
localedir "${datarootdir}/locale"
HAVE_PTY_H t
HAVE_BIO_NEW t
HAVE_SELECT t
HAVE_OPENSSL t
HAVE_LIBXML2 t
HAVE_LT_DLINTERFACE_REGISTER t
ACLOCAL_VERSION "aclocal (GNU automake) 1.10a"
WITH_PDUMP_FALSE "#"
HAVE_DECL_REALPATH t
HAVE_ISINF t
have_pg_config "no"
old_version "22.1.9"
HAVE_SNPRINTF t
HAVE_TIME_T t
ECHO_N "-n"
LDFLAGS " -L/homes/algebra/freundt/usr/local64/lib -L/usr/local/lib 
-Wl,--export-dynamic"
HAVE_LONG_DOUBLE_WIDER t
HAVE_MEMORY_H t
ATHENA_Form_h_ "X11/Xaw3d/Form.h"
HAVE_DIRENT_H t
HAVE_KERBEROSIV_KRB_H t
HAVE_SSL_CTX_USE_CERTIFICATE_FILE t
instvardir "${PROGNAME}-${old_version}"
HAVE_FMOD t
HAVE_UNIXOID_EVENT_LOOP t
SIZEOF_CHAR 1
EMOD_ASE_FALSE "#"
HAVE_SYS_SOCKET_H t
BISON "bison"
HAVE_STDDEF_H t
LTDL_DLOPEN_SELF_WORKS 1
HAVE_GETNAMEINFO t
HAVE_DECL_FCNTL t
MM_LIBS "-L/usr/lib64 -lao   -lasound -L/usr/lib64 -ljack -lpthread -lrt   
-L/homes/algebra/freundt/usr/local64/lib -lpulse   -pthread 
-L/homes/algebra/freundt/usr/local64/lib -L/usr/lib64 -lavformat -lavcodec -lz 
-lfaac -lfaad -lmp3lame -lx264 -lxvidcore -ldl -lX11 -lXext -lvorbisenc 
-lavutil -lvorbis -lm -logg   -L/homes/algebra/freundt/usr/local64/lib 
-lsndfile   -ltiff -lpng -ljpeg -lcompface -lXpm -lpthread "
STATIC_ASE_TRUE "#"
HAVE_TERMIOS_H t
HAVE_ALSA t
__PROTOTYPES 1
HAVE_X11_STRINGDEFS_H t
c_switch_window_system "-I/usr/include"
HAVE_STRINGIZE t
HAVE_HMAC_CTX_CLEANUP t
HAVE_EVP_CIPHER_CTX_INIT t
MAIL_LOCK_DOT 1
HAVE_DECL_ISLOWER t
fpfloat_cand_double_p 0
DESCEND_MODULES_FALSE "#"
NeedFunctionPrototypes 1
EXEC_PREFIX "/homes/algebra/freundt/usr/local64"
HAVE_ASM_SALL t
HAVE_PEM_READ_PRIVATEKEY t
HAVE_ARGZ_H t
REL_ALLOC 1
HAVE_X_WINDOWS t
HAVE_MULTICAST t
HAVE_STRUCT_TIMEVAL t
HAVE_INFINITY t
HAVE_EVP_PKEY_NEW t
lispdir "${datadir}/${instvardir}/lisp"
GREP "/bin/grep"
HAVE_BIO_GET_CALLBACK_ARG t
HAVE_PTSNAME t
HAVE_SCROLLBARS t
HAVE_OPENPTY t
HAVE_LIBSSP t
HAVE_LT_DLINFO t
ACLOCAL "${SHELL} /home/kantmp/freundt/src/editors/sxemacs/missing --run 
aclocal-1.10a"
WITH_PDUMP t
HAVE_DECL_REALLOC t
HAVE_ISGRAPH t
lwlib_objs " lwlib-Xaw.o xlwradio.o xlwcheckbox.o xlwgauge.o lwlib-Xlw.o 
xlwmenu.o xlwtabs.o xlwgcs.o"
have_openssl_bin "yes"
moduledir "${libdir}/${instvardir}/${configuration}/modules"
HAVE_TIME_H t
HAVE_SNDFILE_H t
LD "/net/muck.home/kantmp/usr/local64/x86_64-unknown-linux-gnu/bin/ld"
HAVE_LONG_DOUBLE t
HAVE_MEMMOVE t
ATHENA_Dialog_h_ "X11/Xaw3d/Dialog.h"
HAVE_DIALOGS t
HAVE_KERBEROSIV_KRB_ERR_H t
HAVE_SSL_CTX_USE_CERTIFICATE t
inststaticdir "${PROGNAME}"
HAVE_FLOOR t
HAVE_UNIX t
SIZEOF_BOOL 1
EMACS_VERSION "hroptatyr@xxxxxxxxxxxxxxxxxxxx/sxemacs--hrop--22.1.9--patch-18"
LIBS "-lz -lgpm -lncurses -lncurses -lc -lc -ldl -ldl -lpthread -lm -lssp "
HAVE_SYS_RESOURCE_H t
X_CFLAGS " -I/usr/include"
AWK "gawk"
HAVE_STDBOOL_H t
LTDLOPEN "libltdl"
HAVE_GETLOADAVG t
HAVE_DECL_DIRNAME t
HAVE_WCSCMP t
DESCEND_ASE_FALSE "#"
HAVE_TERMIOS t
HAVE_ALLOCA_H t
PDUMP 1
__EXTENSIONS__ 1
HAVE_X11_SHELL_H t
c_switch_general "-DHAVE_CONFIG_H -pthread"
HAVE_STRERROR t
HAVE_GRANTPT t
HAVE_EVP_CIPHER_CTX_CLEANUP t
LWLIB_WIDGETS_ATHENA t
HAVE_DECL_ISGRAPH t
fpfloat_cand "long double"
NO_TERMIO 1
HAVE_ASM_RETVAL_IN_EBX t
HAVE_OSS_SOUND t
HAVE_ARGZ_CREATE_SEP t
REGEX_MALLOC 1
configuration "core2-unknown-linux-gnu"
HAVE_XTREGISTERDRAWABLE t
HAVE_MSGGET t
HAVE_STRUCT_TIMESPEC t
HAVE_INET_PTON t
USE_MEMALLOC_FALSE "#"
HAVE_EVP_OPENINIT t
libsxeui_objs " console-x.o device-x.o event-Xt.o frame-x.o glyphs-x.o 
objects-x.o redisplay-x.o select-x.o xgccache.o balloon_help.o balloon-x.o 
menubar-x.o scrollbar-x.o dialog-x.o toolbar-x.o gui-x.o menubar.o scrollbar.o 
dialog.o toolbar.o console-tty.o device-tty.o event-tty.o frame-tty.o 
objects-tty.o redisplay-tty.o cm.o terminfo.o gpmevent.o"
GNU_MALLOC 1
HAVE_BIO_FREE t
HAVE_PTRDIFF_T t
HAVE_RSA_GENERATE_KEY t
HAVE_OPENDIR t
HAVE_LIBPTHREAD t
HAVE_LT_DLHANDLE_FETCH t
sxe_blddir "/home/kantmp/freundt/src/editors/sxemacs/=build"
WITH_NUMBER_TYPES t
HAVE_DECL_MALLOC t
HAVE_ISDIGIT t
ltdl_LTLIBOBJS " lt__strl.lo"
HAVE_CTYPE_H t
mkdir_p "/bin/mkdir -p"
HAVE_SNDFILE t
JMP_BUF "sigjmp_buf"
HAVE_LOGB t
HAVE_MEMCHR t
ATHENA_Command_h_ "X11/Xaw3d/Command.h"
HAVE_DECL_SYS_SIGLIST t
HAVE_KERBEROS5 t
HAVE_SSL_CTX_NEW t
install_sh "$(SHELL) /home/kantmp/freundt/src/editors/sxemacs/install-sh"
srcdir_equals_blddir_p "no"
HAVE_FLOCK t
HAVE_UNISTD_H t
EMACS_PROGNAME "sxemacs"
HAVE_SYS_PARAM_H t
HAVE_ELF_H t
HAVE_LIBGC_GC_MALLOC t
AUTOMAKE_VERSION "automake (GNU automake) 1.10a"
HAVE_SSL_VERIFY_CERT_CHAIN t
HAVE_GETHOSTNAME t
HAVE_DECL_CONNECT t
HAVE_WCHAR_T t
MM_CPPFLAGS "-I/homes/algebra/freundt/usr/local64/include/ffmpeg 
-I/homes/algebra/freundt/usr/local64/include   "
DEPDIR ".deps"
STACK_TRACE_EYE_CATCHER 
"sxemacs_hroptatyr_sxemacs_org__sxemacs_sxemacs__hrop__22_1_9__patch_18_core2_unknown_linux_gnu"
HAVE_ALLOCA t
PATH_SEPARATOR ":"
_XOPEN_SOURCE_EXTENDED 1
HAVE_X11_SHELLP_H t
c_switch_all "-DHAVE_CONFIG_H -pthread -I/usr/include"
HAVE_STRDUP t
CYGPATH_W "echo"
HAVE_GPM t
HAVE_EVP_BYTESTOKEY t
LWLIB_USES_ATHENA t
HAVE_DECL_ISDIGIT t
extra_objs "debug.o tests.o emodules-ng.o openssl.o"
DESCEND_LWLIB_FALSE "#"
ETCDIR "/homes/algebra/freundt/usr/local64/share/sxemacs-22.1.9/etc"
HAVE_OPENSSL_X509_H t
TIME_WITH_SYS_TIME 1
HAVE_ARGZ_COUNT t
RECURSIVE_MAKE_ARGS "$(MFLAGS) CC='''$(CC)''' CFLAGS='''$(CFLAGS)''' 
LDFLAGS='''$(LDFLAGS)''' CPPFLAGS='''$(CPPFLAGS)'''"
am__isrc " -I$(srcdir)"
HAVE_XREGISTERIMINSTANTIATECALLBACK t
HAVE_MPZ t
HAVE_STRUCT_STAT_ST_RDEV t
HAVE_INET_NTOP t
USE_GCC 1
HAVE_EVP_OPENFINAL t
libsxeevents_objs " event-queue.o workers.o worker-asyneq.o"
PACKAGE_STRING "SXEmacs 22.1.9"
GETTIMEOFDAY_NARGS 2
HAVE_BIO_DUMP t
HAVE_PSEUG t
HAVE_RMDIR t
HAVE_NONBLOCKING_SOCKETSO_NONBLOCK t
HAVE_LIBNCURSES t
HAVE_LT_DLHANDLE t
WITH_NONBLOCKING_SOCKET_O_NONBLOCK t
ltdl_LIBOBJS " lt__strl.o"
have_isc_config_sh "no"
HAVE_CONNECT t
mandir "${datarootdir}/man"
HAVE_SIGSETJMP t
JACK_VERSION "0.103.0"
HAVE_LOCKF t
ATHENA_AsciiText_h_ "X11/Xaw3d/AsciiText.h"
HAVE_MCHECK_H t
HAVE_DECL_STRNCPY t
HAVE_KERBEROS t
HAVE_SSL_CTX_LOAD_VERIFY_LOCATIONS t
HAVE_FLOAT_H t
HAVE_UNAME t
EMACS_MINOR_VERSION 1
LIBM "-lm"
HAVE_SYS_MSG_H t
HAVE_EC_KEY_SET_PRIVATE_KEY t
HAVE_LIBGC_GC_INIT t
AUTOMAKE "${SHELL} /home/kantmp/freundt/src/editors/sxemacs/missing --run 
automake-1.10a"
HAVE_SSL_PENDING t
HAVE_GETHOSTBYNAME t
HAVE_DECL_CALLOC t
HAVE_WCHAR_H t
DEFS "-DHAVE_CONFIG_H"
SRC_SUBDIR_DEPS " lwlib"
build_vendor "unknown"
HAVE_TCPUDP_FALSE "#"
HAVE_ALARM t
PACKAGE_VERSION "22.1.9"
_XOPEN_SOURCE 500
HAVE_X11_INTRINSIC_H t
HAVE_STRCPY t
CURSES_H_FILE "curses.h"
HAVE_GMP_H t
HAVE_EVENT_H t
LWLIB_TABS_LUCID t
HAVE_DECL_ISCNTRL t
DESCEND_LIBLTDL_TRUE "#"
NM "/homes/algebra/freundt/usr/local64/bin/nm -B"
TERM_H_FILE "term.h"
HAVE_ARGZ_APPEND t
REALPATH_USER_OWNS_RETVAL 1
am__include "include"
HAVE_XPM t
HAVE_MPQ t
HAVE_STRTOLD t
HAVE_INET_NTOA t
USE_ASSERTIONS 1
HAVE_EVP_MD_CTX_INIT t
libsxedb_objs " database.o"
GETTIMEOFDAY_HANDLES_STRUCT_TIMESPEC "yes"
HAVE_BERKELEY_DB t
HAVE_PSEUC t
HAVE_RINT t
HAVE_NONBLOCKING_SOCKETO_NONBLOCK t
HAVE_LIBM t
HAVE_LT_DLGETINFO t
build "core2-unknown-linux-gnu"
lt_cv_sys_global_symbol_to_cdecl "sed -n -e '''s/^T .* (.*)$/extern int 
.();/p''' -e '''s/^[ABCDGIRSTW]* .* (.*)$/extern char .;/p'''"
have_esd_config "no"
HAVE_COMPFACE_H t
HAVE_SIGPROCMASK t
ISC_CONFIG_SH "echo"
HAVE_LOCALE_H t
HAVE_MATH_NAN t
HAVE_DECL_STRNCMP t
HAVE_JPEGLIB_H t
HAVE_SSL_CTX_FREE t
sitemoduledir "${datadir}/${inststaticdir}/site-modules"
HAVE_FFMPEG_AVFORMAT_H t
HAVE_UMASK t
EMACS_MAJOR_VERSION 22
LIBLTDL "-lltdl"
HAVE_SYS_IPC_H t
HAVE_EC_KEY_NEW_BY_CURVE_NAME t
AUTOHEADER_VERSION "autoheader (GNU Autoconf) 2.61a.356-8957a"
HAVE_SSL_LOAD_ERROR_STRINGS t
LN_S "ln -s"
HAVE_GETCWD t
HAVE_DECL_ACCEPT t
HAVE_WAITPID t
DEBUG_SXEMACS 1
SNDFILE_VERSION "1.0.18pre7"
build_os "linux-gnu"
HAVE_TCPUDP t
HAVE_ACCEPT t
PACKAGE_TARNAME "sxemacs"
_TANDEM_SOURCE 1
HAVE_WORKING_ARGZ t
HAVE_STRCOLL t
CPPFLAGS " -I/homes/algebra/freundt/usr/local64/include -I/usr/local/include"
HAVE_GMP t
LWLIB_SCROLLBARS_ATHENA3D t
HAVE_DECL_ISBLANK t
exec_prefix "${prefix}"
NEED_LUCID 1
ERROR_CHECK_TYPECHECK t
HAVE_OPENSSL_SSL_H t
SYSV_SYSTEM_DIR 1
HAVE_ARGZ_ADD t
REALPATH_SANE_ON_NON_EXISTENT 1
HAVE_XM_XM_H t
HAVE_MPFR_H t
HAVE_STRTOL t
HAVE_INET_NETWORK t
USER_FULL_NAME "pw->pw_gecos"
HAVE_EVP_MD_CTX_CLEANUP t
libsxecore_objs " dumper.o"
PACKAGE_PATH 
"~/.sxemacs/site-packages:~/.sxemacs/xemacs-packages:~/.sxemacs/mule-packages:~/.sxemacs/sxemacs-packages::/homes/algebra/freundt/usr/local64/share/sxemacs/site-packages:/homes/algebra/freundt/usr/local64/share/sxemacs/xemacs-packages:/homes/algebra/freundt/usr/local64/share/sxemacs/mule-packages:/homes/algebra/freundt/usr/local64/share/sxemacs/sxemacs-packages"
GETPGRP_VOID 1
HAVE_PRELOADED_SYMBOLS t
HAVE_RE_COMP t
SITEMODULEDIR "/homes/algebra/freundt/usr/local64/share/sxemacs/site-modules"
HAVE_NONBLOCKING_SOCKETIoctlSocket t
HAVE_LIBINTL_H t
HAVE_LT_DLEXIT t
HAVE_ISCNTRL t
WITH_MULE_FALSE "#"
lib2 ", (void *) &.},/p'''"
have_artsc_config "no"
HAVE_READLINK t
HAVE_CLOSEDIR t
HAVE_SIGHOLD t
IPV6_CANONICALIZE 1
HAVE_LINUX_SOUNDCARD_H t
HAVE_MATH_ISNAN t
HAVE_DECL_STRNCAT t
HAVE_JPEG t
HAVE_SSL_CTX_CHECK_PRIVATE_KEY t
infodir "${datarootdir}/info"
HAVE_FFMPEG t
HAVE_ULIMIT_H t
EMACS_CONFIG_OPTIONS " '--prefix=/homes/algebra/freundt/usr/local64' '--with-x' 
'--with-ent=all' '--with-menubars=lucid' '--with-scrollbars=athena' 
'--with-dialogs=athena' '--with-widgets=athena' '--with-memory-usage-stats' 
'--with-mule' '--with-regex-malloc' '--with-pdump' '--with-ffi' 
'--with-sound=all,nonas' '--with-media=all,nosox,nomad' '--with-ncurses' 
'--with-gpm' '--with-image=all' '--without-wmcommand' '--with-postgresql' 
'--with-openssl' '--with-ipv6-cname' '--with-dynamic' '--with-pop' 
'--with-xim=xlib' '--with-xfs' '--with-modules' '--with-site-lisp' 
'--with-error-checking=all' 
'--with-site-prefixes=/homes/algebra/freundt/usr/local64' 
'--with-ridiculously-aggressive-optimisations' '--with-maximum-warning-output' 
--enable-ltdl-install=no"
HAVE_SYS_IOCTL_H t
HAVE_EC_KEY_GENERATE_KEY t
AUTOHEADER "${SHELL} /home/kantmp/freundt/src/editors/sxemacs/missing --run 
autoheader"
HAVE_SSL_LIBRARY_INIT t
with_modules "yes"
HAVE_GETADDRINFO t
HAVE_DBM t
HAVE_VSNPRINTF t
DB_LIBS "-ldb -lgdbm_compat -lgdbm "
SIZEOF_WCHAR_T 4
build_cpu "core2"
HAVE_TCGETPGRP t
GTK_CONFIG "no"
_POSIX_PTHREAD_SEMANTICS 1
HAVE_WINDOW_SYSTEM t
HAVE_STRCMP t
CPP "gcc -E"
HAVE_EVENTS_FALSE "#"
LWLIB_SCROLLBARS_ATHENA t
HAVE_DECL_ISASCII t
etcdir "${datadir}/${instvardir}/etc"
DESCEND_DYNO_SPARC_TRUE "#"
NEED_ATHENA 1
ERROR_CHECK_MALLOC t
SXE_CFLAGS " -ggdb3  -O3 -ftree-vectorize  -msse2 -mfpmath=sse 
-fstrict-aliasing -fearly-inlining -fdelete-null-pointer-checks -fmodulo-sched 
-fstack-protector -fbranch-target-load-optimize2 -fgcse -fgcse-lm -fgcse-sm 
-fgcse-las -fgcse-after-reload -funsafe-loop-optimizations -funswitch-loops 
-funswitch-loops -frename-registers -fno-signaling-nans -fno-trapping-math 
-fno-signed-zeros -fassociative-math -fno-rounding-math -fno-math-errno 
-funsafe-math-optimizations -ffast-math -Wall -Wsign-compare 
-Wno-char-subscripts -Wundef  -Wpacked -Wpointer-arith -Wshadow 
-Wmissing-declarations -Winline -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wswitch -Wswitch-default -Wswitch-enum"
HAVE_AO_SOUND t
REALPATH_RET_T "char*"
am__fastdepCC_FALSE "#"
HAVE_XMU t
HAVE_MPFR t
HAVE_STRTOD t
HAVE_INET_NETOF t
TYPEOF "__typeof__"
HAVE_EVP_ENCRYPTUPDATE t
PACKAGE_NAME "SXEmacs"
GDB "/usr/bin/gdb"
HAVE_BDWGC_FALSE "#"
HAVE_POW t
HAVE_ASM_MASSIVE_REGS t
HAVE_RESOLV_H t
HAVE_NONBLOCKING_SOCKETFIONBIO t
HAVE_LIBGEN_H t
HAVE_LT_DLCLOSE t
HAVE_ISBLANK t
WITH_MPFR t
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix "sed -n -e '''s/^: ([^ ]*) 
$/  {\\"
fpfloat_long_double_p 1
HAVE_READDIR t
HAVE_CLOCK_GETTIME t
HAVE_SIGBLOCK t
INSTALL_STRIP_PROGRAM "$(install_sh) -c -s"
HAVE_LINK t
HAVE_MATH_ISINF t
HAVE_DECL_STRLEN t
HAVE_JACK_SOUND t
HAVE_SSL_CTX_ADD_CLIENT_CA t
includedir "${prefix}/include"
sharedstatedir "${prefix}/com"
HAVE_FFI_TRUE "#"
HAVE_ULIMIT t
EMACS_CONFIGURATION "core2-unknown-linux-gnu"
LIBADD_DLOPEN "-ldl"
HAVE_MMAP t
HAVE_SYS_FILE_H t
HAVE_EC_KEY_DUP t
HAVE_LIBEVENT_FALSE "#"
AUTOCONF_VERSION "autoconf (GNU Autoconf) 2.61a.356-8957a"
HAVE_SSL_GET_VERIFY_RESULT t
LISPDIR "/homes/algebra/freundt/usr/local64/share/sxemacs-22.1.9/lisp"
HAVE_GC_H t
HAVE_DATABASE t
HAVE_VLIMIT t
SIZEOF_VOID_P 8
HAVE_SYS_WAIT_H t
_POSIX_C_SOURCE "199506L"
HAVE_WIDGETS t
HAVE_STRCHR t
HAVE_EVENTS t
LWLIB_MENUBARS_LUCID t
HAVE_DECL_ISALPHA t
emodsrcdir "/home/kantmp/freundt/src/editors/sxemacs/modules"


> Contents of /home/kantmp/freundt/src/editors/sxemacs/=build/,,make-all.out
../../src/regex.c:6168: warning: assignment discards qualifiers from pointer 
target type
../../src/regex.c:6168: warning: assignment discards qualifiers from pointer 
target type
../../src/regex.c:6168: warning: assignment discards qualifiers from pointer 
target type
../../src/regex.c:6168: warning: assignment discards qualifiers from pointer 
target type
cd ../.. && /bin/sh /home/kantmp/freundt/src/editors/sxemacs/missing --run 
autoheader
cd .. && /bin/sh ./config.status lwlib/config.h
make  all-am
../../lwlib/lwlib.c:363: warning: cast discards qualifiers from pointer target 
type
../../lwlib/lwlib.c:942: warning: cast discards qualifiers from pointer target 
type
../../lwlib/lwlib.c:1254: warning: cast discards qualifiers from pointer target 
type
../../lwlib/lwlib.c:1255: warning: cast discards qualifiers from pointer target 
type
../../lwlib/lwlib.c:1258: warning: cast discards qualifiers from pointer target 
type
../../lwlib/lwlib.c:1259: warning: cast discards qualifiers from pointer target 
type
../../lwlib/lwlib-Xaw.c:85: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:86: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:87: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:88: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:93: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:140: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:147: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:155: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:173: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:174: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:176: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:179: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:180: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:221: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:367: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:369: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:371: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:390: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:416: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:420: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:422: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:424: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:430: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:447: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:476: warning: switch missing default case
../../lwlib/lwlib-Xaw.c:610: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:649: warning: cast from pointer to integer of different 
size
../../lwlib/lwlib-Xaw.c:652: warning: cast from pointer to integer of different 
size
../../lwlib/lwlib-Xaw.c:711: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:713: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:745: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:747: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:749: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:778: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:779: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:799: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:801: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:803: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:837: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:841: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:843: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:874: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:876: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:882: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xaw.c:891: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwcheckbox.c:85: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwcheckbox.c:86: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:75: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:75: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:75: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:76: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:77: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:78: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:79: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:80: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:81: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:82: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:83: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:84: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:85: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:86: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:88: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:89: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:91: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:92: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:94: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:94: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:94: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:95: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:97: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:97: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:97: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:98: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:99: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:99: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:100: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:228: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:228: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwgauge.c:782: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xlw.c:396: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xlw.c:398: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xlw.c:400: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xlw.c:410: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xlw.c:411: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xlw.c:444: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xlw.c:445: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xlw.c:456: warning: comparison between signed and unsigned
../../lwlib/lwlib-Xlw.c:489: warning: cast discards qualifiers from pointer 
target type
../../lwlib/lwlib-Xlw.c:491: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:87: warning: cast discards qualifiers from pointer target 
type
../../lwlib/xlwmenu.c:87: warning: cast discards qualifiers from pointer target 
type
../../lwlib/xlwmenu.c:87: warning: cast discards qualifiers from pointer target 
type
../../lwlib/xlwmenu.c:88: warning: cast discards qualifiers from pointer target 
type
../../lwlib/xlwmenu.c:93: warning: cast discards qualifiers from pointer target 
type
../../lwlib/xlwmenu.c:93: warning: cast discards qualifiers from pointer target 
type
../../lwlib/xlwmenu.c:93: warning: cast discards qualifiers from pointer target 
type
../../lwlib/xlwmenu.c:94: warning: cast discards qualifiers from pointer target 
type
../../lwlib/xlwmenu.c:98: warning: cast discards qualifiers from pointer target 
type
../../lwlib/xlwmenu.c:98: warning: cast discards qualifiers from pointer target 
type
../../lwlib/xlwmenu.c:98: warning: cast discards qualifiers from pointer target 
type
../../lwlib/xlwmenu.c:99: warning: cast discards qualifiers from pointer target 
type
../../lwlib/xlwmenu.c:101: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:102: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:105: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:107: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:110: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:111: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:114: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:114: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:115: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:119: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:123: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:126: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:128: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:129: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:137: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:139: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:142: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:143: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:145: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:146: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:148: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:149: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:151: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:152: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:154: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:156: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:159: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:159: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:160: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:162: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:162: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:163: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:165: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:166: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:168: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:168: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:169: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:171: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:172: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:173: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:174: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:176: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:177: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:179: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:180: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:533: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:534: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwmenu.c:977: warning: enumeration value 'SHADOW_ETCHED_OUT_DASH' 
not handled in switch
../../lwlib/xlwmenu.c:977: warning: enumeration value 'SHADOW_ETCHED_IN_DASH' 
not handled in switch
../../lwlib/xlwmenu.c:977: warning: enumeration value 'SHADOW_SINGLE_LINE' not 
handled in switch
../../lwlib/xlwmenu.c:977: warning: enumeration value 'SHADOW_DOUBLE_LINE' not 
handled in switch
../../lwlib/xlwmenu.c:977: warning: enumeration value 
'SHADOW_SINGLE_DASHED_LINE' not handled in switch
../../lwlib/xlwmenu.c:977: warning: enumeration value 
'SHADOW_DOUBLE_DASHED_LINE' not handled in switch
../../lwlib/xlwmenu.c:977: warning: enumeration value 'SHADOW_NO_LINE' not 
handled in switch
../../lwlib/xlwmenu.c:977: warning: enumeration value 
'SHADOW_DOUBLE_ETCHED_OUT' not handled in switch
../../lwlib/xlwmenu.c:977: warning: enumeration value 'SHADOW_DOUBLE_ETCHED_IN' 
not handled in switch
../../lwlib/xlwmenu.c:977: warning: enumeration value 
'SHADOW_DOUBLE_ETCHED_OUT_DASH' not handled in switch
../../lwlib/xlwmenu.c:977: warning: enumeration value 
'SHADOW_DOUBLE_ETCHED_IN_DASH' not handled in switch
../../lwlib/xlwmenu.c:1284: warning: enumeration value 'SHADOW_BACKGROUND' not 
handled in switch
../../lwlib/xlwmenu.c:1284: warning: enumeration value 'SHADOW_OUT' not handled 
in switch
../../lwlib/xlwmenu.c:1284: warning: enumeration value 'SHADOW_IN' not handled 
in switch
../../lwlib/xlwmenu.c:1834: warning: enumeration value 'SHADOW_BACKGROUND' not 
handled in switch
../../lwlib/xlwmenu.c:1834: warning: enumeration value 'SHADOW_OUT' not handled 
in switch
../../lwlib/xlwmenu.c:1834: warning: enumeration value 'SHADOW_IN' not handled 
in switch
../../lwlib/xlwmenu.c:1834: warning: enumeration value 'SHADOW_ETCHED_OUT_DASH' 
not handled in switch
../../lwlib/xlwmenu.c:1834: warning: enumeration value 'SHADOW_ETCHED_IN_DASH' 
not handled in switch
../../lwlib/xlwmenu.c:1919: warning: enumeration value 'UNSPECIFIED_TYPE' not 
handled in switch
../../lwlib/xlwmenu.c:1998: warning: enumeration value 'UNSPECIFIED_TYPE' not 
handled in switch
../../lwlib/xlwmenu.c:1998: warning: enumeration value 'PUSHRIGHT_TYPE' not 
handled in switch
../../lwlib/xlwtabs.c:134: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:136: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:138: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:138: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:138: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:139: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:141: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:141: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:141: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:142: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:144: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:144: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:144: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:145: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:147: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:147: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:147: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:148: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:151: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:152: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:154: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:155: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:157: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:157: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:157: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:158: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:160: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:160: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:160: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:161: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:163: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:164: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:166: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:167: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:168: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:169: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:170: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:171: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:172: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:172: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:172: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:174: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:183: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:183: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:184: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:186: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:187: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:189: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:189: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:190: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:192: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:193: warning: cast discards qualifiers from pointer 
target type
../../lwlib/xlwtabs.c:633: warning: comparison between signed and unsigned
../../lwlib/xlwtabs.c:678: warning: comparison between signed and unsigned
../../lwlib/xlwtabs.c:888: warning: switch missing default case
../../lwlib/xlwtabs.c:1062: warning: comparison between signed and unsigned
../../lwlib/xlwtabs.c:1362: warning: comparison between signed and unsigned
../../lwlib/xlwtabs.c:1373: warning: comparison between signed and unsigned
make  all-am
../../../modules/ase/ase-interval.c:2836: warning: enumeration value 
'ASE_ITYPE_OBJECT' not handled in switch
../../../modules/ase/ase-interval.c:2836: warning: enumeration value 
'NUMBER_OF_ASE_ITYPES' not handled in switch
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3422: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3423: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3398: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3399: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:701: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:708: warning: called from here
../../../modules/ase/ase.h:163: warning: inlining failed in call to 
'_ase_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:740: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:740: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:797: warning: called from here
../../../modules/ase/ase-interval.c:3176: warning: inlining failed in call to 
'ase_interval_lebesgue_measure': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3967: warning: called from here
../../../modules/ase/ase-interval.c:2887: warning: inlining failed in call to 
'_ase_interval_update_lebesgue': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2961: warning: called from here
../../../modules/ase/ase-interval.c:2887: warning: inlining failed in call to 
'_ase_interval_update_lebesgue': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3057: warning: called from here
../../../modules/ase/ase-interval.c:2887: warning: inlining failed in call to 
'_ase_interval_update_lebesgue': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2961: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2924: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3102: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2989: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2989: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3184: warning: called from here
../../../modules/ase/ase-interval.c:3183: warning: inlining failed in call to 
'ase_interval_rational_measure': call is unlikely and code size would grow
../../../modules/ase/ase-interval.c:3986: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2989: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3102: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2989: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1400: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:755: warning: called from here
../../../modules/ase/ase-interval.c:1386: warning: inlining failed in call to 
'_ase_unite_intervals': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1478: warning: called from here
../../../modules/ase/ase-interval.c:1386: warning: inlining failed in call to 
'_ase_unite_intervals': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1497: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:755: warning: called from here
../../../modules/ase/ase-interval.c:2285: warning: inlining failed in call to 
'_ase_normalise_union_intr': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2452: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1037: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1842: warning: called from here
../../../modules/ase/ase-interval.c:1790: warning: inlining failed in call to 
'_ase_subtract_intv_intv': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1874: warning: called from here
../../../modules/ase/ase-interval.c:1790: warning: inlining failed in call to 
'_ase_subtract_intv_intv': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1989: warning: called from here
../../../modules/ase/ase-interval.c:1790: warning: inlining failed in call to 
'_ase_subtract_intv_intv': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1989: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1037: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:1031: warning: inlining failed in call to 
'_ase_interval_disjoint_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1546: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2836: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2836: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3764: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3765: warning: called from here
../../../modules/ase/ase-interval.c:3646: warning: inlining failed in call to 
'ase_interval_intersection_maybe_empty': --param inline-unit-growth limit 
reached
../../../modules/ase/ase-interval.c:3667: warning: called from here
../../../modules/ase/ase-interval.c:787: warning: inlining failed in call to 
'ase_interval_or_union_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:206: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:797: warning: called from here
../../../modules/ase/ase-interval.c:787: warning: inlining failed in call to 
'ase_interval_or_union_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:206: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:797: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3675: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3676: warning: called from here
../../../modules/ase/ase-interval.c:3646: warning: inlining failed in call to 
'ase_interval_intersection_maybe_empty': --param inline-unit-growth limit 
reached
../../../modules/ase/ase-interval.c:3696: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3702: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3703: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2820: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2823: warning: called from here
../../../modules/ase/ase-interval.c:2229: warning: inlining failed in call to 
'_ase_interval_union_explode_array': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3538: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:206: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:208: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:206: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:208: warning: called from here
../../../modules/ase/ase-interval.c:582: warning: inlining failed in call to 
'_ase_make_interval_union': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3556: warning: called from here
../../../modules/ase/ase-interval.c:2285: warning: inlining failed in call to 
'_ase_normalise_union_intr': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3602: warning: called from here
../../../modules/ase/ase-interval.c:582: warning: inlining failed in call to 
'_ase_make_interval_union': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3605: warning: called from here
../../../modules/ase/ase-interval.c:2229: warning: inlining failed in call to 
'_ase_interval_union_explode_array': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2738: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:206: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:208: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:206: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:208: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2789: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2792: warning: called from here
../../../modules/ase/ase-interval.c:1031: warning: inlining failed in call to 
'_ase_interval_disjoint_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1546: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1842: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1037: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1037: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:2285: warning: inlining failed in call to 
'_ase_normalise_union_intr': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1761: warning: called from here
../../../modules/ase/ase-interval.c:1790: warning: inlining failed in call to 
'_ase_subtract_intv_intv': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1989: warning: called from here
../../../modules/ase/ase-interval.c:1790: warning: inlining failed in call to 
'_ase_subtract_intv_intv': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1912: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:968: warning: inlining failed in call to 
'_ase_interval_interior_connected_p': call is unlikely and code size would grow
../../../modules/ase/ase-interval.c:1946: warning: called from here
../../../modules/ase/ase-interval.c:968: warning: inlining failed in call to 
'_ase_interval_interior_connected_p': call is unlikely and code size would grow
../../../modules/ase/ase-interval.c:1900: warning: called from here
../../../modules/ase/ase-interval.c:1790: warning: inlining failed in call to 
'_ase_subtract_intv_intv': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1912: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1037: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:968: warning: inlining failed in call to 
'_ase_interval_interior_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1946: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1037: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1842: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:582: warning: inlining failed in call to 
'_ase_make_interval_union': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2153: warning: called from here
../../../modules/ase/ase-metric.c:82: warning: cast from pointer to integer of 
different size
../../../modules/ase/ase-metric.c:224: warning: function 
'_ase_metric_euclidean_ndim' can never be inlined because it uses alloca 
(override using the always_inline attribute)
../../../modules/ase/ase-metric.c:371: warning: function '_ase_metric_p_ndim' 
can never be inlined because it uses alloca (override using the always_inline 
attribute)
../../../modules/ase/ase-metric.c:224: warning: inlining failed in call to 
'_ase_metric_euclidean_ndim': function not inlinable
../../../modules/ase/ase-metric.c:239: warning: called from here
../../../modules/ase/ase-metric.c:371: warning: inlining failed in call to 
'_ase_metric_p_ndim': function not inlinable
../../../modules/ase/ase-metric.c:387: warning: called from here
../../../modules/ase/ase-neighbourhood.c:204: warning: function 
'_ase_make_neighbourhood' can never be inlined because it uses alloca (override 
using the always_inline attribute)
../../../modules/ase/ase-neighbourhood.c:267: warning: inlining failed in call 
to 'ase_neighbourhood_contains_nbh_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:445: warning: called from here
../../../modules/ase/ase-neighbourhood.c:276: warning: inlining failed in call 
to 'ase_neighbourhood_less_obj_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:521: warning: called from here
../../../modules/ase/ase-neighbourhood.c:295: warning: inlining failed in call 
to 'ase_neighbourhood_greater_obj_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:524: warning: called from here
../../../modules/ase/ase-neighbourhood.c:303: warning: inlining failed in call 
to 'ase_neighbourhood_greater_nbh_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:527: warning: called from here
../../../modules/ase/ase-neighbourhood.c:295: warning: inlining failed in call 
to 'ase_neighbourhood_greater_obj_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:493: warning: called from here
../../../modules/ase/ase-neighbourhood.c:276: warning: inlining failed in call 
to 'ase_neighbourhood_less_obj_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:496: warning: called from here
../../../modules/ase/ase-neighbourhood.c:285: warning: inlining failed in call 
to 'ase_neighbourhood_less_nbh_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:499: warning: called from here
../../../modules/ase/ase-neighbourhood.c:204: warning: inlining failed in call 
to '_ase_make_neighbourhood': function not inlinable
../../../modules/ase/ase-neighbourhood.c:239: warning: called from here
../../../modules/ase/ase-neighbourhood.c:204: warning: inlining failed in call 
to '_ase_make_neighbourhood': function not inlinable
../../../modules/ase/ase-neighbourhood.c:239: warning: called from here
../../../modules/ase/ase-permutation.c:79: warning: function 
'_ase_permutation_prnt' can never be inlined because it uses alloca (override 
using the always_inline attribute)
../../../modules/ase/ase-permutation.c:147: warning: inlining failed in call to 
'_ase_wrap_permutation': call is unlikely and code size would grow
../../../modules/ase/ase-permutation.c:308: warning: called from here
../../../modules/ase/ase-permutation.c:79: warning: inlining failed in call to 
'_ase_permutation_prnt': function not inlinable
../../../modules/ase/ase-permutation.c:111: warning: called from here
../../../modules/ase/ase-permutation.c:292: warning: inlining failed in call to 
'ase_make_permutation_cycr': --param max-inline-insns-single limit reached
../../../modules/ase/ase-permutation.c:356: warning: called from here
../../../modules/ase/ase-permutation.c:292: warning: inlining failed in call to 
'ase_make_permutation_cycr': --param max-inline-insns-single limit reached
../../../modules/ase/ase-permutation.c:356: warning: called from here
../../../modules/ase/ase-resclass.c:763: warning: inlining failed in call to 
'ase_resclass_check_rings': --param max-inline-insns-single limit reached
../../../modules/ase/ase-resclass.c:1297: warning: called from here
../../../modules/ase/ase-resclass.c:763: warning: inlining failed in call to 
'ase_resclass_check_rings': --param max-inline-insns-single limit reached
../../../modules/ase/ase-resclass.c:1282: warning: called from here
../../../modules/ase/ase-resclass.c:446: warning: inlining failed in call to 
'__ase_make_resc_elm_bigz': call is unlikely and code size would grow
../../../modules/ase/ase-resclass.c:555: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:590: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:600: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:614: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:619: warning: called from here
../../../modules/ase/ase-resclass.c:397: warning: inlining failed in call to 
'_ase_make_resc_elm': --param max-inline-insns-single limit reached
../../../modules/ase/ase-resclass.c:463: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:1272: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:1232: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:979: warning: called from here
../../../modules/ase/ase-resclass.c:446: warning: inlining failed in call to 
'__ase_make_resc_elm_bigz': call is unlikely and code size would grow
../../../modules/ase/ase-resclass.c:984: warning: called from here
../../../modules/ase/ase-resclass.c:372: warning: inlining failed in call to 
'_ase_resc_elm_canonicalise_big': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:987: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:988: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:1207: warning: called from here
../../../modules/ase/ase-resclass.c:763: warning: inlining failed in call to 
'ase_resclass_check_rings': --param max-inline-insns-single limit reached
../../../modules/ase/ase-resclass.c:810: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:803: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:863: warning: called from here
../../../modules/ase/ase-resclass.c:446: warning: inlining failed in call to 
'__ase_make_resc_elm_bigz': call is unlikely and code size would grow
../../../modules/ase/ase-resclass.c:868: warning: called from here
../../../modules/ase/ase-resclass.c:372: warning: inlining failed in call to 
'_ase_resc_elm_canonicalise_big': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:871: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:872: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:863: warning: called from here
../../../modules/ase/ase-resclass.c:446: warning: inlining failed in call to 
'__ase_make_resc_elm_bigz': call is unlikely and code size would grow
../../../modules/ase/ase-resclass.c:868: warning: called from here
../../../modules/ase/ase-resclass.c:372: warning: inlining failed in call to 
'_ase_resc_elm_canonicalise_big': call is unlikely and code size would grow
../../../modules/ase/ase-resclass.c:871: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:872: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:1088: warning: called from here
../../../modules/ase/ase-resclass.c:446: warning: inlining failed in call to 
'__ase_make_resc_elm_bigz': call is unlikely and code size would grow
../../../modules/ase/ase-resclass.c:1093: warning: called from here
../../../modules/ase/ase-resclass.c:372: warning: inlining failed in call to 
'_ase_resc_elm_canonicalise_big': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:1096: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:1097: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:1088: warning: called from here
../../../modules/ase/ase-resclass.c:446: warning: inlining failed in call to 
'__ase_make_resc_elm_bigz': call is unlikely and code size would grow
../../../modules/ase/ase-resclass.c:1093: warning: called from here
../../../modules/ase/ase-resclass.c:372: warning: inlining failed in call to 
'_ase_resc_elm_canonicalise_big': call is unlikely and code size would grow
../../../modules/ase/ase-resclass.c:1096: warning: called from here
../../../modules/ase/ase-resclass.c:335: warning: inlining failed in call to 
'_ase_wrap_resc_elm': --param inline-unit-growth limit reached
../../../modules/ase/ase-resclass.c:1097: warning: called from here
../../../modules/ase/ase-resclass.c:763: warning: inlining failed in call to 
'ase_resclass_check_rings': --param max-inline-insns-single limit reached
../../../modules/ase/ase-resclass.c:1036: warning: called from here
../../../modules/ase/ase-resclass.c:763: warning: inlining failed in call to 
'ase_resclass_check_rings': --param max-inline-insns-single limit reached
../../../modules/ase/ase-resclass.c:926: warning: called from here
../../../modules/ase/ase-heap.c:87: warning: invalid application of 'sizeof' to 
a void type
../../../modules/ase/ase-heap.c:76: warning: packed attribute is unnecessary 
for 'data'
../../../modules/ase/ase-heap.c:77: warning: packed attribute is unnecessary 
for 'colour'
../../../modules/ase/ase-heap.c:79: warning: packed attribute is unnecessary 
for 'left'
../../../modules/ase/ase-heap.c:80: warning: packed attribute is unnecessary 
for 'right'
../../../modules/ase/ase-heap.c:82: warning: packed attribute is unnecessary 
for 'mother'
../../../modules/ase/ase-heap.c:83: warning: packed attribute is unnecessary 
for 'father'
../../../modules/ase/ase-heap.c:85: warning: packed attribute is unnecessary 
for 'prev'
../../../modules/ase/ase-heap.c:86: warning: packed attribute is unnecessary 
for 'next'
../../../modules/ase/ase-heap.c:87: warning: packed attribute is unnecessary 
for 'ase_yheap_cell_s'
../../../modules/ase/ase-heap.c:1027: warning: inlining failed in call to 
'_ase_yheapify': --param max-inline-insns-single limit reached
../../../modules/ase/ase-heap.c:1036: warning: called from here
../../../modules/ase/ase-heap.c:1027: warning: inlining failed in call to 
'_ase_yheapify': --param max-inline-insns-single limit reached
../../../modules/ase/ase-heap.c:1039: warning: called from here
../../../modules/ase/ase-heap.c:956: warning: inlining failed in call to 
'_ase_yheapify_sink': call is unlikely and code size would grow
../../../modules/ase/ase-heap.c:1042: warning: called from here
../../../modules/ase/ase-heap.c:1027: warning: inlining failed in call to 
'_ase_yheapify': --param max-inline-insns-single limit reached
../../../modules/ase/ase-heap.c:1036: warning: called from here
../../../modules/ase/ase-heap.c:1027: warning: inlining failed in call to 
'_ase_yheapify': --param max-inline-insns-single limit reached
../../../modules/ase/ase-heap.c:1036: warning: called from here
../../../modules/ase/ase-heap.c:1027: warning: inlining failed in call to 
'_ase_yheapify': --param max-inline-insns-single limit reached
../../../modules/ase/ase-heap.c:1039: warning: called from here
../../../modules/ase/ase-heap.c:956: warning: inlining failed in call to 
'_ase_yheapify_sink': call is unlikely and code size would grow
../../../modules/ase/ase-heap.c:1042: warning: called from here
../../../modules/ase/ase-heap.c:956: warning: inlining failed in call to 
'_ase_yheapify_sink': call is unlikely and code size would grow
../../../modules/ase/ase-heap.c:1042: warning: called from here
../../../modules/ase/ase-heap.c:956: warning: inlining failed in call to 
'_ase_yheapify_sink': call is unlikely and code size would grow
../../../modules/ase/ase-heap.c:1042: warning: called from here
../../../modules/ase/ase-heap.c:1027: warning: inlining failed in call to 
'_ase_yheapify': --param max-inline-insns-single limit reached
../../../modules/ase/ase-heap.c:1036: warning: called from here
../../../modules/ase/ase-heap.c:1027: warning: inlining failed in call to 
'_ase_yheapify': --param max-inline-insns-single limit reached
../../../modules/ase/ase-heap.c:1039: warning: called from here
../../../modules/ase/ase-heap.c:956: warning: inlining failed in call to 
'_ase_yheapify_sink': call is unlikely and code size would grow
../../../modules/ase/ase-heap.c:1042: warning: called from here
../../../modules/ase/ase-heap.c:1027: warning: inlining failed in call to 
'_ase_yheapify': --param max-inline-insns-single limit reached
../../../modules/ase/ase-heap.c:1036: warning: called from here
../../../modules/ase/ase-heap.c:1027: warning: inlining failed in call to 
'_ase_yheapify': --param max-inline-insns-single limit reached
../../../modules/ase/ase-heap.c:1039: warning: called from here
../../../modules/ase/ase-heap.c:956: warning: inlining failed in call to 
'_ase_yheapify_sink': call is unlikely and code size would grow
../../../modules/ase/ase-heap.c:1042: warning: called from here
../../../modules/ase/ase-heap.c:956: warning: inlining failed in call to 
'_ase_yheapify_sink': call is unlikely and code size would grow
../../../modules/ase/ase-heap.c:1042: warning: called from here
../../../modules/ase/ase-heap.c:1027: warning: inlining failed in call to 
'_ase_yheapify': --param max-inline-insns-single limit reached
../../../modules/ase/ase-heap.c:1036: warning: called from here
../../../modules/ase/ase-heap.c:1027: warning: inlining failed in call to 
'_ase_yheapify': --param max-inline-insns-single limit reached
../../../modules/ase/ase-heap.c:1039: warning: called from here
../../../modules/ase/ase-heap.c:956: warning: inlining failed in call to 
'_ase_yheapify_sink': call is unlikely and code size would grow
../../../modules/ase/ase-heap.c:1042: warning: called from here
../../../modules/ase/ase-heap.c:1027: warning: inlining failed in call to 
'_ase_yheapify': --param max-inline-insns-single limit reached
../../../modules/ase/ase-heap.c:1036: warning: called from here
../../../modules/ase/ase-heap.c:1027: warning: inlining failed in call to 
'_ase_yheapify': --param max-inline-insns-single limit reached
../../../modules/ase/ase-heap.c:1039: warning: called from here
../../../modules/ase/ase-heap.c:956: warning: inlining failed in call to 
'_ase_yheapify_sink': call is unlikely and code size would grow
../../../modules/ase/ase-heap.c:1042: warning: called from here
../../../modules/ase/ase-heap.c:956: warning: inlining failed in call to 
'_ase_yheapify_sink': call is unlikely and code size would grow
../../../modules/ase/ase-heap.c:1042: warning: called from here
../../../modules/ase/ase-heap.c:956: warning: inlining failed in call to 
'_ase_yheapify_sink': call is unlikely and code size would grow
../../../modules/ase/ase-heap.c:1042: warning: called from here
../../../modules/ase/ase-set.c:52: warning: no previous declaration for 
'ase_set_LTX_init'
../../../modules/ase/ase-set.c:64: warning: no previous declaration for 
'ase_set_LTX_reinit'
../../../modules/ase/ase-set.c:73: warning: no previous declaration for 
'ase_set_LTX_deinit'
../../../modules/ase/ase-interval.c:2836: warning: enumeration value 
'ASE_ITYPE_OBJECT' not handled in switch
../../../modules/ase/ase-interval.c:2836: warning: enumeration value 
'NUMBER_OF_ASE_ITYPES' not handled in switch
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3422: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3423: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3398: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3399: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:701: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:708: warning: called from here
../../../modules/ase/ase.h:163: warning: inlining failed in call to 
'_ase_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:740: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:740: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:797: warning: called from here
../../../modules/ase/ase-interval.c:3176: warning: inlining failed in call to 
'ase_interval_lebesgue_measure': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3967: warning: called from here
../../../modules/ase/ase-interval.c:2887: warning: inlining failed in call to 
'_ase_interval_update_lebesgue': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2961: warning: called from here
../../../modules/ase/ase-interval.c:2887: warning: inlining failed in call to 
'_ase_interval_update_lebesgue': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3057: warning: called from here
../../../modules/ase/ase-interval.c:2887: warning: inlining failed in call to 
'_ase_interval_update_lebesgue': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2961: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2924: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3102: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2989: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2989: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3184: warning: called from here
../../../modules/ase/ase-interval.c:3183: warning: inlining failed in call to 
'ase_interval_rational_measure': call is unlikely and code size would grow
../../../modules/ase/ase-interval.c:3986: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2989: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3102: warning: called from here
../../../modules/ase/ase-interval.c:2941: warning: inlining failed in call to 
'_ase_interval_update_rational': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2989: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1400: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:755: warning: called from here
../../../modules/ase/ase-interval.c:1386: warning: inlining failed in call to 
'_ase_unite_intervals': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1478: warning: called from here
../../../modules/ase/ase-interval.c:1386: warning: inlining failed in call to 
'_ase_unite_intervals': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1497: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:755: warning: called from here
../../../modules/ase/ase-interval.c:2285: warning: inlining failed in call to 
'_ase_normalise_union_intr': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2452: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1037: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1842: warning: called from here
../../../modules/ase/ase-interval.c:1790: warning: inlining failed in call to 
'_ase_subtract_intv_intv': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1874: warning: called from here
../../../modules/ase/ase-interval.c:1790: warning: inlining failed in call to 
'_ase_subtract_intv_intv': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1989: warning: called from here
../../../modules/ase/ase-interval.c:1790: warning: inlining failed in call to 
'_ase_subtract_intv_intv': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1989: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1037: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:1031: warning: inlining failed in call to 
'_ase_interval_disjoint_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1546: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2836: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2836: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3764: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3765: warning: called from here
../../../modules/ase/ase-interval.c:3646: warning: inlining failed in call to 
'ase_interval_intersection_maybe_empty': --param inline-unit-growth limit 
reached
../../../modules/ase/ase-interval.c:3667: warning: called from here
../../../modules/ase/ase-interval.c:787: warning: inlining failed in call to 
'ase_interval_or_union_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:206: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:797: warning: called from here
../../../modules/ase/ase-interval.c:787: warning: inlining failed in call to 
'ase_interval_or_union_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:206: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:797: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3675: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3676: warning: called from here
../../../modules/ase/ase-interval.c:3646: warning: inlining failed in call to 
'ase_interval_intersection_maybe_empty': --param inline-unit-growth limit 
reached
../../../modules/ase/ase-interval.c:3696: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3702: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3703: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2820: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2823: warning: called from here
../../../modules/ase/ase-interval.c:2229: warning: inlining failed in call to 
'_ase_interval_union_explode_array': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3538: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:206: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:208: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:206: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:208: warning: called from here
../../../modules/ase/ase-interval.c:582: warning: inlining failed in call to 
'_ase_make_interval_union': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3556: warning: called from here
../../../modules/ase/ase-interval.c:2285: warning: inlining failed in call to 
'_ase_normalise_union_intr': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3602: warning: called from here
../../../modules/ase/ase-interval.c:582: warning: inlining failed in call to 
'_ase_make_interval_union': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:3605: warning: called from here
../../../modules/ase/ase-interval.c:2229: warning: inlining failed in call to 
'_ase_interval_union_explode_array': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2738: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:206: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:208: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:206: warning: called from here
../../../modules/ase/ase-interval.c:767: warning: inlining failed in call to 
'ase_interval_less_p': --param inline-unit-growth limit reached
../../../modules/ase/ase.h:208: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2789: warning: called from here
../../../modules/ase/ase-interval.c:2693: warning: inlining failed in call to 
'ase_interval_type': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2792: warning: called from here
../../../modules/ase/ase-interval.c:1031: warning: inlining failed in call to 
'_ase_interval_disjoint_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1546: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1842: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1037: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1037: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:2285: warning: inlining failed in call to 
'_ase_normalise_union_intr': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1761: warning: called from here
../../../modules/ase/ase-interval.c:1790: warning: inlining failed in call to 
'_ase_subtract_intv_intv': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1989: warning: called from here
../../../modules/ase/ase-interval.c:1790: warning: inlining failed in call to 
'_ase_subtract_intv_intv': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1912: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:968: warning: inlining failed in call to 
'_ase_interval_interior_connected_p': call is unlikely and code size would grow
../../../modules/ase/ase-interval.c:1946: warning: called from here
../../../modules/ase/ase-interval.c:968: warning: inlining failed in call to 
'_ase_interval_interior_connected_p': call is unlikely and code size would grow
../../../modules/ase/ase-interval.c:1900: warning: called from here
../../../modules/ase/ase-interval.c:1790: warning: inlining failed in call to 
'_ase_subtract_intv_intv': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1912: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1037: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:968: warning: inlining failed in call to 
'_ase_interval_interior_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1946: warning: called from here
../../../modules/ase/ase.h:173: warning: inlining failed in call to 
'_ase_equal_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1037: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1842: warning: called from here
../../../modules/ase/ase-interval.c:947: warning: inlining failed in call to 
'_ase_interval_connected_p': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:1552: warning: called from here
../../../modules/ase/ase-interval.c:582: warning: inlining failed in call to 
'_ase_make_interval_union': --param inline-unit-growth limit reached
../../../modules/ase/ase-interval.c:2153: warning: called from here
../../../modules/ase/ase-metric.c:82: warning: cast from pointer to integer of 
different size
../../../modules/ase/ase-metric.c:224: warning: function 
'_ase_metric_euclidean_ndim' can never be inlined because it uses alloca 
(override using the always_inline attribute)
../../../modules/ase/ase-metric.c:371: warning: function '_ase_metric_p_ndim' 
can never be inlined because it uses alloca (override using the always_inline 
attribute)
../../../modules/ase/ase-metric.c:224: warning: inlining failed in call to 
'_ase_metric_euclidean_ndim': function not inlinable
../../../modules/ase/ase-metric.c:239: warning: called from here
../../../modules/ase/ase-metric.c:371: warning: inlining failed in call to 
'_ase_metric_p_ndim': function not inlinable
../../../modules/ase/ase-metric.c:387: warning: called from here
../../../modules/ase/ase-neighbourhood.c:204: warning: function 
'_ase_make_neighbourhood' can never be inlined because it uses alloca (override 
using the always_inline attribute)
../../../modules/ase/ase-neighbourhood.c:267: warning: inlining failed in call 
to 'ase_neighbourhood_contains_nbh_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:445: warning: called from here
../../../modules/ase/ase-neighbourhood.c:276: warning: inlining failed in call 
to 'ase_neighbourhood_less_obj_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:521: warning: called from here
../../../modules/ase/ase-neighbourhood.c:295: warning: inlining failed in call 
to 'ase_neighbourhood_greater_obj_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:524: warning: called from here
../../../modules/ase/ase-neighbourhood.c:303: warning: inlining failed in call 
to 'ase_neighbourhood_greater_nbh_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:527: warning: called from here
../../../modules/ase/ase-neighbourhood.c:295: warning: inlining failed in call 
to 'ase_neighbourhood_greater_obj_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:493: warning: called from here
../../../modules/ase/ase-neighbourhood.c:276: warning: inlining failed in call 
to 'ase_neighbourhood_less_obj_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:496: warning: called from here
../../../modules/ase/ase-neighbourhood.c:285: warning: inlining failed in call 
to 'ase_neighbourhood_less_nbh_p': call is unlikely and code size would grow
../../../modules/ase/ase-neighbourhood.c:499: warning: called from here
../../../modules/ase/ase-neighbourhood.c:204: warning: inlining failed in call 
to '_ase_make_neighbourhood': function not inlinable
../../../modules/ase/ase-neighbourhood.c:239: warning: called from here
../../../modules/ase/ase-neighbourhood.c:204: warning: inlining failed in call 
to '_ase_make_neighbourhood': function not inlinable
../../../modules/ase/ase-neighbourhood.c:239: warning: called from here
../../../modules/ase/ase-permutation.c:79: warning: function 
'_ase_permutation_prnt' can never be inlined because it uses alloca (override 
using the always_inline attribute)
../../../modules/ase/ase-permutation.c:147: warning: inlining failed in call to 
'_ase_wrap_permutation'