texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] bug install fedora 8


From: Grégoire Lecerf
Subject: [Texmacs-dev] bug install fedora 8
Date: Tue, 30 Sep 2008 12:57:13 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Hello,
I ran into the following errors (file toto.log here attached)
when running the command make after a ./configure --enable-qt.
I use fedora 8 x86_64 -- see details in config.log.
Thanks for help,
Grégoire Lecerf.
Univ. Versailles, France.
mkdir -p src/Deps
mkdir -p src/Objects
mkdir -p TeXmacs/bin
mkdir -p TeXmacs/lib
cd src; make -f makefile link=shared
make[1]: entrant dans le répertoire « /home/lecerf/tmp/texmacs/src/src »
g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link 
-ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKernel/Containers 
-IKernel/Types -IData/Convert -IData/Drd -IData/Observers -IData/String 
-IData/Tmfs -IData/Tree -IGuile -IGraphics/Bitmap_fonts -IGraphics/Fonts 
-IGraphics/Gui -IGraphics/Mathematics -IGraphics/Renderer -IPlugins -pipe -Os 
-Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/lib64/qt4/mkspecs/macx-g++ -I. -I/usr/include/QtCore 
-I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include 
-I. -I. -I. -I/usr/include/freetype2 -pthread -DQT_NO_DEBUG -DQT_GUI_LIB 
-DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt4/mkspecs/macx-g++ -I. 
-I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtGui 
-I/usr/include/QtGui -I/usr/include -I. -I. -I. -Wall -Wno-return-type -O3 
-fexpensive-optimizations -fno-rtti -fno-exceptions -c ./Plugins/Qt/qt_gui.cpp 
-o Objects/qt_gui.o 
Dans le fichier inclus à partir de ./Plugins/Qt/QTMGuiHelper.moc:10,
          à partir de ./Plugins/Qt/qt_gui.cpp:484:
./Plugins/Qt/QTMGuiHelper.hpp:16:21: erreur: QMacStyle : Aucun fichier ou 
répertoire de ce type
./Plugins/Qt/QTMGuiHelper.hpp:52:7: attention : pas de retour chariot à la fin 
du fichier
./Plugins/Qt/qt_gui.cpp:615: attention : ignoring #pragma mark GUI
Kernel/Types/tree.hpp:225: attention : unused parameter ‘x’
./Plugins/Qt/qt_gui.hpp: In constructor ‘qt_gui_rep::qt_gui_rep(int, 
char**)’:
./Plugins/Qt/qt_gui.hpp:122: attention : ‘qt_gui_rep::selection’ will be 
initialized after
./Plugins/Qt/qt_gui.hpp:120: attention :   ‘hashmap<x_character, qt_image> 
qt_gui_rep::character_image’
./Plugins/Qt/qt_gui.cpp:52: attention :   when initialized here
./Plugins/Qt/qt_gui.hpp:120: attention : ‘qt_gui_rep::character_image’ will 
be initialized after
./Plugins/Qt/qt_gui.hpp:116: attention :   ‘bool qt_gui_rep::interrupted’
./Plugins/Qt/qt_gui.cpp:52: attention :   when initialized here
./Plugins/Qt/qt_gui.cpp: At global scope:
./Plugins/Qt/qt_gui.cpp:52: attention : unused parameter ‘argc2’
./Plugins/Qt/qt_gui.cpp:52: attention : unused parameter ‘argv2’
./Plugins/Qt/qt_gui.cpp: In function ‘QColor alloc_color(int, int, int)’:
./Plugins/Qt/qt_gui.cpp:126: attention : passing ‘double’ for argument 1 to 
‘QColor::QColor(int, int, int, int)’
./Plugins/Qt/qt_gui.cpp:126: attention : passing ‘double’ for argument 2 to 
‘QColor::QColor(int, int, int, int)’
./Plugins/Qt/qt_gui.cpp:126: attention : passing ‘double’ for argument 3 to 
‘QColor::QColor(int, int, int, int)’
./Plugins/Qt/qt_gui.cpp: At global scope:
./Plugins/Qt/qt_gui.cpp:339: attention : unused parameter ‘family’
./Plugins/Qt/qt_gui.cpp:339: attention : unused parameter ‘size’
./Plugins/Qt/qt_gui.cpp:339: attention : unused parameter ‘dpi’
./Plugins/Qt/qt_gui.cpp:339: attention : unused parameter ‘fnm’
./Plugins/Qt/qt_gui.cpp:339: attention : unused parameter ‘fng’
./Plugins/Qt/qt_gui.cpp:403: attention : unused parameter ‘name’
./Plugins/Qt/qt_gui.cpp:404: attention : unused parameter ‘name’
./Plugins/Qt/qt_gui.cpp:405: attention : unused parameter ‘curs_name’
./Plugins/Qt/qt_gui.cpp:405: attention : unused parameter ‘mask_name’
./Plugins/Qt/qt_gui.cpp:454: attention : unused parameter ‘type’
./Plugins/Qt/qt_gui.cpp:461: attention : unused parameter ‘w’
./Plugins/Qt/qt_gui.cpp:461: attention : unused parameter ‘message’
./Plugins/Qt/qt_gui.cpp:461: attention : unused parameter ‘arg’
./Plugins/Qt/QTMGuiHelper.hpp:36: erreur: expected class-name before ‘{’ 
token
./Plugins/Qt/QTMGuiHelper.hpp:43: erreur: ‘PrimitiveElement’ has not been 
declared
./Plugins/Qt/QTMGuiHelper.hpp:43: erreur: expected ‘,’ or ‘...’ before 
‘*’ token
./Plugins/Qt/QTMGuiHelper.hpp:44: erreur: ISO C++ forbids declaration of 
‘QStyleOption’ with no type
./Plugins/Qt/QTMGuiHelper.hpp:45: erreur: ‘PixelMetric’ has not been 
declared
./Plugins/Qt/QTMGuiHelper.hpp:45: erreur: expected ‘,’ or ‘...’ before 
‘*’ token
./Plugins/Qt/QTMGuiHelper.hpp:45: erreur: ISO C++ forbids declaration of 
‘QStyleOption’ with no type
./Plugins/Qt/QTMGuiHelper.hpp:45: erreur: extra qualification ‘QTMStyle::’ 
on member ‘pixelMetric’
./Plugins/Qt/QTMGuiHelper.hpp:36: attention : ‘class QTMStyle’ has virtual 
functions but non-virtual destructor
./Plugins/Qt/QTMGuiHelper.moc:88: erreur: ‘QCommonStyle’ has not been 
declared
./Plugins/Qt/QTMGuiHelper.moc: In member function ‘virtual void* 
QTMStyle::qt_metacast(const char*)’:
./Plugins/Qt/QTMGuiHelper.moc:102: erreur: ‘QCommonStyle’ has not been 
declared
./Plugins/Qt/QTMGuiHelper.moc: In member function ‘virtual int 
QTMStyle::qt_metacall(QMetaObject::Call, int, void**)’:
./Plugins/Qt/QTMGuiHelper.moc:107: erreur: ‘QCommonStyle’ has not been 
declared
./Plugins/Qt/qt_gui.cpp: At global scope:
./Plugins/Qt/qt_gui.cpp:487: erreur: variable or field ‘drawPrimitive’ 
declared void
./Plugins/Qt/qt_gui.cpp:487: erreur: ‘int QTMStyle::drawPrimitive’ is not a 
static member of ‘class QTMStyle’
./Plugins/Qt/qt_gui.cpp:487: erreur: ‘PrimitiveElement’ was not declared in 
this scope
./Plugins/Qt/qt_gui.cpp:487: erreur: expected primary-expression before 
‘const’
./Plugins/Qt/qt_gui.cpp:488: erreur: expected primary-expression before ‘*’ 
token
./Plugins/Qt/qt_gui.cpp:488: erreur: ‘painter’ was not declared in this 
scope
./Plugins/Qt/qt_gui.cpp:488: erreur: expected primary-expression before 
‘const’
./Plugins/Qt/qt_gui.cpp:488: erreur: initializer liste d'expressions traitée 
comme une expression composée
./Plugins/Qt/qt_gui.cpp:488: erreur: expected ‘,’ or ‘;’ before 
‘const’
./Plugins/Qt/qt_gui.cpp:494: erreur: ‘int QTMStyle::pixelMetric’ is not a 
static member of ‘class QTMStyle’
./Plugins/Qt/qt_gui.cpp:494: erreur: ‘PixelMetric’ was not declared in this 
scope
./Plugins/Qt/qt_gui.cpp:494: erreur: expected primary-expression before 
‘const’
./Plugins/Qt/qt_gui.cpp:494: erreur: expected primary-expression before 
‘const’
./Plugins/Qt/qt_gui.cpp:494: erreur: initializer liste d'expressions traitée 
comme une expression composée
./Plugins/Qt/qt_gui.cpp:494: erreur: expected ‘,’ or ‘;’ before 
‘const’
make[1]: *** [Objects/qt_gui.o] Erreur 1
make[1]: quittant le répertoire « /home/lecerf/tmp/texmacs/src/src »
make: *** [TEXMACS] Erreur 2
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --enable-qt

## --------- ##
## Platform. ##
## --------- ##

hostname = pushkin
uname -m = x86_64
uname -r = 2.6.25.14-69.fc8
uname -s = Linux
uname -v = #1 SMP Mon Aug 4 14:00:45 EDT 2008

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/lib64/qt4/bin
PATH: /usr/lib64/bin
PATH: /home/lecerf/lib/bibtools/formats/
PATH: /home/lecerf/lib/bibtools/formats/
PATH: /usr/lib64/qt-3.3/bin
PATH: /usr/kerberos/bin
PATH: /usr/lib64/ccache
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/java/jre1.6.0_01/bin
PATH: /home/lecerf/bin
PATH: /usr/java/jre1.6.0_01/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1865: checking for gcc
configure:1881: found /usr/lib64/ccache/gcc
configure:1892: result: gcc
configure:2130: checking for C compiler version
configure:2137: gcc --version >&5
gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2140: $? = 0
configure:2147: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk 
--disable-dssi --enable-plugin 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--enable-libgcj-multifile --enable-java-maintainer-mode 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic 
--host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)
configure:2150: $? = 0
configure:2157: gcc -V >&5
gcc: '-V' option must have argument
configure:2160: $? = 1
configure:2183: checking for C compiler default output file name
configure:2210: gcc    conftest.c  >&5
configure:2213: $? = 0
configure:2251: result: a.out
configure:2268: checking whether the C compiler works
configure:2278: ./a.out
configure:2281: $? = 0
configure:2298: result: yes
configure:2305: checking whether we are cross compiling
configure:2307: result: no
configure:2310: checking for suffix of executables
configure:2317: gcc -o conftest    conftest.c  >&5
configure:2320: $? = 0
configure:2344: result: 
configure:2350: checking for suffix of object files
configure:2376: gcc -c   conftest.c >&5
configure:2379: $? = 0
configure:2402: result: o
configure:2406: checking whether we are using the GNU C compiler
configure:2435: gcc -c   conftest.c >&5
configure:2441: $? = 0
configure:2458: result: yes
configure:2463: checking whether gcc accepts -g
configure:2493: gcc -c -g  conftest.c >&5
configure:2499: $? = 0
configure:2598: result: yes
configure:2615: checking for gcc option to accept ISO C89
configure:2689: gcc  -c -g -O2  conftest.c >&5
configure:2695: $? = 0
configure:2718: result: none needed
configure:2794: checking for g++
configure:2810: found /usr/lib64/ccache/g++
configure:2821: result: g++
configure:2852: checking for C++ compiler version
configure:2859: g++ --version >&5
g++ (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2862: $? = 0
configure:2869: g++ -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk 
--disable-dssi --enable-plugin 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--enable-libgcj-multifile --enable-java-maintainer-mode 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic 
--host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)
configure:2872: $? = 0
configure:2879: g++ -V >&5
g++: '-V' option must have argument
configure:2882: $? = 1
configure:2885: checking whether we are using the GNU C++ compiler
configure:2914: g++ -c   conftest.cpp >&5
configure:2920: $? = 0
configure:2937: result: yes
configure:2942: checking whether g++ accepts -g
configure:2972: g++ -c -g  conftest.cpp >&5
configure:2978: $? = 0
configure:3077: result: yes
configure:3106: checking whether GNU C++ compiler is default
configure:3112: result: yes
configure:3114: checking version of gcc
configure:3116: result: 4.1.2
configure:3118: checking version of g++
configure:3120: result: 4.1.2
configure:3140: checking for Guile
configure:3153: result: yes
configure:3156: checking version of guile
configure:3159: result: 1.8.5
configure:3181: checking for C++-compatible X header files
configure:3207: g++ -c -g -O2   conftest.cpp >&5
configure:3213: $? = 0
configure:3282: checking how to run the C++ preprocessor
configure:3318: g++ -E  conftest.cpp
configure:3324: $? = 0
configure:3355: g++ -E  conftest.cpp
conftest.cpp:8:28: error: ac_nonexistent.h: No such file or directory
configure:3361: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3394: result: g++ -E
configure:3423: g++ -E  conftest.cpp
configure:3429: $? = 0
configure:3460: g++ -E  conftest.cpp
conftest.cpp:8:28: error: ac_nonexistent.h: No such file or directory
configure:3466: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3504: checking for grep that handles long lines and -e
configure:3578: result: /bin/grep
configure:3583: checking for egrep
configure:3661: result: /bin/grep -E
configure:3666: checking for ANSI C header files
configure:3696: g++ -c -g -O2  conftest.cpp >&5
configure:3702: $? = 0
configure:3801: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:3804: $? = 0
configure:3810: ./conftest
configure:3813: $? = 0
configure:3830: result: yes
configure:3854: checking for sys/types.h
configure:3875: g++ -c -g -O2  conftest.cpp >&5
configure:3881: $? = 0
configure:3897: result: yes
configure:3854: checking for sys/stat.h
configure:3875: g++ -c -g -O2  conftest.cpp >&5
configure:3881: $? = 0
configure:3897: result: yes
configure:3854: checking for stdlib.h
configure:3875: g++ -c -g -O2  conftest.cpp >&5
configure:3881: $? = 0
configure:3897: result: yes
configure:3854: checking for string.h
configure:3875: g++ -c -g -O2  conftest.cpp >&5
configure:3881: $? = 0
configure:3897: result: yes
configure:3854: checking for memory.h
configure:3875: g++ -c -g -O2  conftest.cpp >&5
configure:3881: $? = 0
configure:3897: result: yes
configure:3854: checking for strings.h
configure:3875: g++ -c -g -O2  conftest.cpp >&5
configure:3881: $? = 0
configure:3897: result: yes
configure:3854: checking for inttypes.h
configure:3875: g++ -c -g -O2  conftest.cpp >&5
configure:3881: $? = 0
configure:3897: result: yes
configure:3854: checking for stdint.h
configure:3875: g++ -c -g -O2  conftest.cpp >&5
configure:3881: $? = 0
configure:3897: result: yes
configure:3854: checking for unistd.h
configure:3875: g++ -c -g -O2  conftest.cpp >&5
configure:3881: $? = 0
configure:3897: result: yes
configure:3909: checking for FILE
configure:3939: g++ -c -g -O2  conftest.cpp >&5
configure:3945: $? = 0
configure:3960: result: yes
configure:3971: checking for intptr_t
configure:4001: g++ -c -g -O2  conftest.cpp >&5
configure:4007: $? = 0
configure:4022: result: yes
configure:4033: checking for time_t
configure:4063: g++ -c -g -O2  conftest.cpp >&5
configure:4069: $? = 0
configure:4084: result: yes
configure:4095: checking for X
configure:4330: result: libraries /usr/lib64, headers 
configure:4352: checking whether -R must be followed by a space
configure:4378: g++ -o conftest -g -O2   conftest.cpp  -R/usr/lib64 >&5
g++: unrecognized option '-R/usr/lib64'
configure:4384: $? = 0
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FILE 1
| #define HAVE_INTPTR_T 1
| #define HAVE_TIME_T 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4419: g++ -o conftest -g -O2   conftest.cpp  -R /usr/lib64 >&5
g++: unrecognized option '-R'
/usr/lib64: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure:4425: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FILE 1
| #define HAVE_INTPTR_T 1
| #define HAVE_TIME_T 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4438: result: neither works
configure:4491: g++ -o conftest -g -O2   conftest.cpp   -L/usr/lib64 -lX11 >&5
configure:4497: $? = 0
configure:4654: checking for gethostbyname
configure:4710: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:4716: $? = 0
configure:4733: result: yes
configure:4878: checking for connect
configure:4934: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:4940: $? = 0
configure:4957: result: yes
configure:5029: checking for remove
configure:5085: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:5091: $? = 0
configure:5108: result: yes
configure:5180: checking for shmat
configure:5236: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:5242: $? = 0
configure:5259: result: yes
configure:5340: checking for IceConnectionNumber in -lICE
configure:5375: g++ -o conftest -g -O2   -L/usr/lib64 conftest.cpp -lICE   >&5
configure:5381: $? = 0
configure:5399: result: yes
configure:5425: checking pty.h usability
configure:5442: g++ -c -g -O2  conftest.cpp >&5
configure:5448: $? = 0
configure:5462: result: yes
configure:5466: checking pty.h presence
configure:5481: g++ -E  conftest.cpp
configure:5487: $? = 0
configure:5501: result: yes
configure:5529: checking for pty.h
configure:5537: result: yes
configure:5425: checking util.h usability
configure:5442: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp:55:18: error: util.h: No such file or directory
configure:5448: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FILE 1
| #define HAVE_INTPTR_T 1
| #define HAVE_TIME_T 1
| #define HAVE_PTY_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <util.h>
configure:5462: result: no
configure:5466: checking util.h presence
configure:5481: g++ -E  conftest.cpp
conftest.cpp:22:18: error: util.h: No such file or directory
configure:5487: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FILE 1
| #define HAVE_INTPTR_T 1
| #define HAVE_TIME_T 1
| #define HAVE_PTY_H 1
| /* end confdefs.h.  */
| #include <util.h>
configure:5501: result: no
configure:5529: checking for util.h
configure:5537: result: no
configure:5554: checking for gettimeofday
configure:5610: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:5616: $? = 0
configure:5634: result: yes
configure:5649: checking for dlopen
configure:5705: g++ -o conftest -g -O2   conftest.cpp  >&5
/tmp/cc4zTwyC.o: In function `main':
/home/lecerf/tmp/texmacs/src/conftest.cpp:57: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:5711: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FILE 1
| #define HAVE_INTPTR_T 1
| #define HAVE_TIME_T 1
| #define HAVE_PTY_H 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:5728: result: no
configure:5739: checking for dlopen in -ldl
configure:5774: g++ -o conftest -g -O2   conftest.cpp -ldl   >&5
configure:5780: $? = 0
configure:5798: result: yes
configure:5814: checking for dlopen
configure:5894: result: no
configure:6237: checking how to run the C preprocessor
configure:6277: gcc -E  conftest.c
configure:6283: $? = 0
configure:6314: gcc -E  conftest.c
conftest.c:25:28: error: ac_nonexistent.h: No such file or directory
configure:6320: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FILE 1
| #define HAVE_INTPTR_T 1
| #define HAVE_TIME_T 1
| #define HAVE_PTY_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LIBDL 1
| #define DYNAMIC_LINKING 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6353: result: gcc -E
configure:6382: gcc -E  conftest.c
configure:6388: $? = 0
configure:6419: gcc -E  conftest.c
conftest.c:25:28: error: ac_nonexistent.h: No such file or directory
configure:6425: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FILE 1
| #define HAVE_INTPTR_T 1
| #define HAVE_TIME_T 1
| #define HAVE_PTY_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LIBDL 1
| #define DYNAMIC_LINKING 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6473: checking iconv.h usability
configure:6490: gcc -c -g -O2  conftest.c >&5
configure:6496: $? = 0
configure:6510: result: yes
configure:6514: checking iconv.h presence
configure:6529: gcc -E  conftest.c
configure:6535: $? = 0
configure:6549: result: yes
configure:6577: checking for iconv.h
configure:6584: result: yes
configure:6589: checking for iconv
configure:6619: gcc -o conftest -g -O2   conftest.c -ldl  >&5
configure:6625: $? = 0
configure:6632: result: yes
configure:6766: checking ft2build.h usability
configure:6783: g++ -c -g -O2 -I/usr/include/freetype2 conftest.cpp >&5
configure:6789: $? = 0
configure:6803: result: yes
configure:6807: checking ft2build.h presence
configure:6822: g++ -E -I/usr/include/freetype2 conftest.cpp
configure:6828: $? = 0
configure:6842: result: yes
configure:6870: checking for ft2build.h
configure:6877: result: yes
configure:6882: checking for freetype
configure:6911: g++ -o conftest -g -O2 -I/usr/include/freetype2  conftest.cpp 
-lfreetype >&5
configure:6917: $? = 0
configure:6924: result: yes
configure:6979: result: disabling imlib2 support
configure:7197: checking whether ... arguments behave correctly
configure:7228: g++ -c   -pthread  conftest.cpp >&5
conftest.cpp: In function 'void declare()':
conftest.cpp:33: error: invalid conversion from 'scm_unused_struct* (*)(...)' 
to 'scm_unused_struct* (*)()'
conftest.cpp:33: error:   initializing argument 2 of 'scm_unused_struct* 
gh_new_procedure(const char*, scm_unused_struct* (*)(), int, int, int)'
configure:7234: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FILE 1
| #define HAVE_INTPTR_T 1
| #define HAVE_TIME_T 1
| #define HAVE_PTY_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LIBDL 1
| #define DYNAMIC_LINKING 1
| #define USE_ICONV 1
| #define USE_FREETYPE 1
| #define LINKED_FREETYPE 1
| /* end confdefs.h.  */
| 
|   #include <guile/gh.h>
|   #include <libguile.h>
|   typedef SCM (*FN)(...);
|   static SCM identity (SCM x) { return x; }
|   void declare () { gh_new_procedure ("identity", (FN) identity, 1, 0, 0); }
| 
| int
| main ()
| {
| 
| 
|   ;
|   return 0;
| }
configure:7253: result: no
configure:7261: checking the size_t of guile strings
configure:7292: g++ -c   -pthread  conftest.cpp >&5
conftest.cpp: In function 'void print_string(scm_unused_struct*)':
conftest.cpp:33: error: cannot convert 'int*' to 'size_t*' for argument '2' to 
'char* gh_scm2newstr(scm_unused_struct*, size_t*)'
configure:7298: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FILE 1
| #define HAVE_INTPTR_T 1
| #define HAVE_TIME_T 1
| #define HAVE_PTY_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LIBDL 1
| #define DYNAMIC_LINKING 1
| #define USE_ICONV 1
| #define USE_FREETYPE 1
| #define LINKED_FREETYPE 1
| /* end confdefs.h.  */
| 
|   #include <guile/gh.h>
|   #include <libguile.h>
|   void print_string (SCM s) {
|     int len_r;
|     char* r= gh_scm2newstr (s, &len_r); }
| 
| int
| main ()
| {
| 
| 
|   ;
|   return 0;
| }
configure:7322: result: size_t
configure:7330: checking if statically linking with guile works
configure:7371: g++ -o conftest    -pthread -static conftest.cpp  -pthread 
-lguile   >&5
/usr/bin/ld: cannot find -lguile
collect2: ld returned 1 exit status
configure:7377: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FILE 1
| #define HAVE_INTPTR_T 1
| #define HAVE_TIME_T 1
| #define HAVE_PTY_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LIBDL 1
| #define DYNAMIC_LINKING 1
| #define USE_ICONV 1
| #define USE_FREETYPE 1
| #define LINKED_FREETYPE 1
| #define guile_str_size_t size_t
| /* end confdefs.h.  */
| 
| #include <guile/gh.h>
| 
| 
| int
| main ()
| {
| 
|   struct dummy {
|     static void my_main (int argc, char** argv) {}
|     static void install_guile () {
| #ifdef DOTS_OK
|       gh_enter (0, NULL, (void (*)(...)) ((void*) my_main));
| #else
|       gh_enter (0, NULL, my_main);
| #endif
|     }
|   };
|   dummy::install_guile ();
| 
|   ;
|   return 0;
| }
configure:7394: result: "no"
configure:7397: checking if it works with -lltdl
configure:7436: g++ -o conftest    -pthread -static conftest.cpp  -pthread 
-lguile   -lltdl >&5
/usr/bin/ld: cannot find -lguile
collect2: ld returned 1 exit status
configure:7442: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FILE 1
| #define HAVE_INTPTR_T 1
| #define HAVE_TIME_T 1
| #define HAVE_PTY_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LIBDL 1
| #define DYNAMIC_LINKING 1
| #define USE_ICONV 1
| #define USE_FREETYPE 1
| #define LINKED_FREETYPE 1
| #define guile_str_size_t size_t
| /* end confdefs.h.  */
| 
| #include <guile/gh.h>
| 
| 
| int
| main ()
| {
| 
|   struct dummy {
|     static void my_main (int argc, char** argv) {}
|     static void install_guile () {
| #ifdef DOTS_OK
|       gh_enter (0, NULL, (void (*)(...)) ((void*) my_main));
| #else
|       gh_enter (0, NULL, my_main);
| #endif
|     }
|   };
|   dummy::install_guile ();
| 
|   ;
|   return 0;
| }
configure:7459: result: "no"
configure:7464: checking if it works with -lltdl -ldl
configure:7503: g++ -o conftest    -pthread -static conftest.cpp  -pthread 
-lguile   -lltdl -ldl >&5
/usr/bin/ld: cannot find -lguile
collect2: ld returned 1 exit status
configure:7509: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FILE 1
| #define HAVE_INTPTR_T 1
| #define HAVE_TIME_T 1
| #define HAVE_PTY_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LIBDL 1
| #define DYNAMIC_LINKING 1
| #define USE_ICONV 1
| #define USE_FREETYPE 1
| #define LINKED_FREETYPE 1
| #define guile_str_size_t size_t
| /* end confdefs.h.  */
| 
| #include <guile/gh.h>
| 
| 
| int
| main ()
| {
| 
|   struct dummy {
|     static void my_main (int argc, char** argv) {}
|     static void install_guile () {
| #ifdef DOTS_OK
|       gh_enter (0, NULL, (void (*)(...)) ((void*) my_main));
| #else
|       gh_enter (0, NULL, my_main);
| #endif
|     }
|   };
|   dummy::install_guile ();
| 
|   ;
|   return 0;
| }
configure:7526: result: "no"
configure:7531: WARNING: unable to link statically with guile
configure:7565: checking if we are on a 64-bits computer
configure:7595: g++ -o conftest    conftest.cpp  >&5
configure:7598: $? = 0
configure:7604: ./conftest
configure:7607: $? = 8
configure: program exited with status 8
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FILE 1
| #define HAVE_INTPTR_T 1
| #define HAVE_TIME_T 1
| #define HAVE_PTY_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LIBDL 1
| #define DYNAMIC_LINKING 1
| #define USE_ICONV 1
| #define USE_FREETYPE 1
| #define LINKED_FREETYPE 1
| #define guile_str_size_t size_t
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| return(sizeof(void*))
|   ;
|   return 0;
| }
configure:7623: result: yes
configure:7671: checking build system type
configure:7689: result: x86_64-unknown-linux-gnu
configure:7711: checking host system type
configure:7726: result: x86_64-unknown-linux-gnu
configure:7750: result: final adjustments for an Intel or AMD GNU/Linux host
configure:7937: result: disabling experimental style rewriting code
configure:7993: checking for qmake
configure:8012: found /usr/lib64/qt4/bin/qmake
configure:8024: result: /usr/lib64/qt4/bin/qmake
configure:8047: checking for moc
configure:8066: found /usr/lib64/qt4/bin/moc
configure:8078: result: /usr/lib64/qt4/bin/moc
configure:8101: checking for uic
configure:8120: found /usr/lib64/qt4/bin/uic
configure:8132: result: /usr/lib64/qt4/bin/uic
configure:8155: checking for rcc
configure:8174: found /usr/lib64/qt4/bin/rcc
configure:8186: result: /usr/lib64/qt4/bin/rcc
configure:8219: no TMPDIR or bad TMPDIR ()
configure:8225: setting TMPDIR=/tmp
configure:8305: Invoking /usr/lib64/qt4/bin/qmake on conftest3068.dir.pro
| ######################################################################
| # Automatically generated by qmake (2.01a) Tue Sep 30 12:44:34 2008
| ######################################################################
| 
| TEMPLATE = app
| TARGET = 
| DEPENDPATH += .
| INCLUDEPATH += .
| 
| # Input
| HEADERS += conftest.h
| SOURCES += conftest.cpp
configure:8314: checking whether we can build a simple Qt app
c++ -c -pipe -Os -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/lib64/qt4/mkspecs/macx-g++ -I. -I/usr/include/QtCore 
-I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include 
-I. -I. -I. -o conftest.o conftest.cpp
/usr/lib64/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/lib64/qt4/mkspecs/macx-g++ -I. -I/usr/include/QtCore 
-I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include 
-I. -I. -I. -D__APPLE__ -D__GNUC__ conftest.h -o moc_conftest.cpp
c++ -c -pipe -Os -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/lib64/qt4/mkspecs/macx-g++ -I. -I/usr/include/QtCore 
-I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include 
-I. -I. -I. -o moc_conftest.o moc_conftest.cpp
c++ -headerpad_max_install_names -o conftest3068 conftest.o moc_conftest.o    
-L/usr/lib64 -lQtGui -L/usr/lib64 -L/usr/X11R6/lib64 -lQtCore
c++: unrecognized option '-headerpad_max_install_names'
configure:8374: result: ok, looks like Qt 4
configure:8411: checking for the DEFINES to use with Qt
configure:8418: result: -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
configure:8424: checking for the CFLAGS to use with Qt
configure:8431: result: -pipe -Os -Wall -W $(QT_DEFINES)
configure:8437: checking for the CXXFLAGS to use with Qt
configure:8444: result: -pipe -Os -Wall -W $(QT_DEFINES)
configure:8450: checking for the INCPATH to use with Qt
configure:8457: result: -I/usr/lib64/qt4/mkspecs/macx-g++ -I. 
-I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtGui 
-I/usr/include/QtGui -I/usr/include -I. -I. -I.
configure:8466: checking for the LDFLAGS to use with Qt
configure:8473: result: -headerpad_max_install_names
configure:8480: checking whether host operating system is Darwin
configure:8488: result: no
configure:8492: checking for the LIBS to use with Qt
configure:8507: result: -L/usr/lib64 -lQtGui -L/usr/lib64 -L/usr/X11R6/lib64 
-lQtCore
configure:8520: result: enabling experimental Qt port
configure:8572: result: disabling experimental Cocoa port
configure:8613: checking if compiler supports -fno-rtti -fno-exceptions
configure:8640: g++ -c -fno-rtti -fno-exceptions  conftest.cpp >&5
configure:8646: $? = 0
configure:8653: result: yes
configure:8688: result: disabling debugging
configure:8723: result: enabling warning flags -Wall -Wno-return-type
configure:8771: result: enabling optimizations, -O3 -fexpensive-optimizations
configure:9037: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on pushkin

config.status:690: creating Makefile
config.status:690: creating src/makefile
config.status:690: creating src/System/tm_configure.hpp
config.status:690: creating misc/admin/admin.makefile
config.status:690: creating misc/doxygen/Doxyfile
config.status:690: creating misc/man/texmacs.1
config.status:690: creating misc/rpm/TeXmacs.spec
config.status:690: creating misc/scripts/fig2ps
config.status:690: creating misc/scripts/texmacs
config.status:690: creating TeXmacs/examples/plugins/dynlink/Makefile
config.status:690: creating src/System/config.h

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_TMPDIR_set=
ac_cv_env_TMPDIR_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_connect=yes
ac_cv_func_dlopen=no
ac_cv_func_gethostbyname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes        ac_x_includes='\'''\''  
ac_x_libraries='\''/usr/lib64'\'''
ac_cv_header_ft2build_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_MOC=/usr/lib64/qt4/bin/moc
ac_cv_path_QMAKE=/usr/lib64/qt4/bin/qmake
ac_cv_path_RCC=/usr/lib64/qt4/bin/rcc
ac_cv_path_UIC=/usr/lib64/qt4/bin/uic
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_type_FILE=yes
ac_cv_type_intptr_t=yes
ac_cv_type_time_t=yes
at_cv_env_QT_CFLAGS='-pipe -Os -Wall -W $(QT_DEFINES)'
at_cv_env_QT_CXXFLAGS='-pipe -Os -Wall -W $(QT_DEFINES)'
at_cv_env_QT_DEFINES='-DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED'
at_cv_env_QT_INCPATH='-I/usr/lib64/qt4/mkspecs/macx-g++ -I. 
-I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtGui 
-I/usr/include/QtGui -I/usr/include -I. -I. -I.'
at_cv_env_QT_LDFLAGS=-headerpad_max_install_names
at_cv_env_QT_LIBS='-L/usr/lib64 -lQtGui -L/usr/lib64 -L/usr/X11R6/lib64 
-lQtCore'
at_cv_qt_build='ok, looks like Qt 4'

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='gcc'
CFLAGS='-g -O2'
COCOA_CFLAGS=''
COCOA_LDFLAGS=''
CONFIG_BDL='-ldl'
CONFIG_BFLAGS=''
CONFIG_BPATH='-Wl,-rpath,'
CONFIG_BSHARED='-dynamic'
CONFIG_BSTATIC='-static'
CONFIG_CHMOD='chmod -f'
CONFIG_COCOA=''
CONFIG_CXXDEBUG=''
CONFIG_CXXDIALECT='-fno-rtti -fno-exceptions'
CONFIG_CXXFLAGS=''
CONFIG_CXXOPTIMIZE='-O3 -fexpensive-optimizations'
CONFIG_CXXTEMPLATE=''
CONFIG_CXXWARNING='-Wall -Wno-return-type'
CONFIG_EXPERIMENTAL=''
CONFIG_GUI='QT'
CONFIG_GUILE_SERIAL='C'
CONFIG_LIB_PATH='LD_LIBRARY_PATH'
CONFIG_MAX_FAST='264 // WORD_LENGTH more than power of 2'
CONFIG_OS='GNU_LINUX'
CONFIG_OS_SUFFIX='gnu-linux'
CONFIG_QT='Qt'
CONFIG_SO='so'
CONFIG_STD_SETENV='#define STD_SETENV'
CONFIG_STRIP='strip'
CONFIG_WORD_LENGTH='8'
CONFIG_WORD_LENGTH_INC='7'
CONFIG_WORD_MASK='0xfffffffffffffff8'
CONFIG_X11=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DEVEL_RELEASE='1'
DEVEL_VERSION='1.0.6.15'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FREETYPE_CFLAGS='-I/usr/include/freetype2'
FREETYPE_LDFLAGS='-lfreetype'
GREP='/bin/grep'
GUILE_CFLAGS='  -pthread'
GUILE_LDFLAGS=' -pthread -lguile  '
ICONV_CFLAGS=''
ICONV_LDFLAGS=''
IMLIB2_CFLAGS=''
IMLIB2_LDFLAGS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MOC='/usr/lib64/qt4/bin/moc'
OBJEXT='o'
PACKAGE='TeXmacs'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
QMAKE='/usr/lib64/qt4/bin/qmake'
QT_CFLAGS='-pipe -Os -Wall -W $(QT_DEFINES)'
QT_CPPFLAGS='-DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/lib64/qt4/mkspecs/macx-g++ -I. -I/usr/include/QtCore 
-I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include 
-I. -I. -I.'
QT_CXXFLAGS='-pipe -Os -Wall -W $(QT_DEFINES)'
QT_DEFINES='-DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED'
QT_INCPATH='-I/usr/lib64/qt4/mkspecs/macx-g++ -I. -I/usr/include/QtCore 
-I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include 
-I. -I. -I.'
QT_LDFLAGS='-headerpad_max_install_names'
QT_LFLAGS='-headerpad_max_install_names'
QT_LIBS='-L/usr/lib64 -lQtGui -L/usr/lib64 -L/usr/X11R6/lib64 -lQtCore'
QT_PATH='/usr/lib64/qt4/bin'
QT_VERSION_MAJOR='ok, looks like Qt 4'
RCC='/usr/lib64/qt4/bin/rcc'
SHELL='/bin/sh'
STABLE_RELEASE='1'
STABLE_VERSION='1.0.6'
TMPDIR='/tmp'
UIC='/usr/lib64/qt4/bin/uic'
X11_CFLAGS=''
X11_LDFLAGS=' -L/usr/lib64 -lXext -lX11'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/lib64'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
tmbin='${exec_prefix}/libexec/TeXmacs'
tmdata='${datarootdir}/TeXmacs'
tmdir='TeXmacs'
tmorig='/home/lecerf/tmp/texmacs/src'
tmrpm='TeXmacs-1.0.6.15-1'
tmsrc='/home/lecerf/tmp/texmacs/src/TeXmacs'
tmsrpm='TeXmacs-1.0.6-1'
tmstgz='TeXmacs-1.0.6'
tmtgz='TeXmacs-1.0.6.15'
tmwin='wintexmacs-1.0.5'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FILE 1
#define HAVE_INTPTR_T 1
#define HAVE_TIME_T 1
#define HAVE_PTY_H 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LIBDL 1
#define DYNAMIC_LINKING 1
#define USE_ICONV 1
#define USE_FREETYPE 1
#define LINKED_FREETYPE 1
#define guile_str_size_t size_t
#define NO_FAST_ALLOC 1
#define QTTEXMACS 1

configure: exit 0

reply via email to

[Prev in Thread] Current Thread [Next in Thread]