texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] bug install fedora 8


From: Alvaro Tejero Cantero
Subject: Re: [Texmacs-dev] bug install fedora 8
Date: Tue, 30 Sep 2008 14:58:40 +0200

Hi,

Fix to QTMWidget.cpp line 33 by Joris worked for me, now compilation stops here:

./Plugins/Qt/qt_widget.cpp: In member function 'virtual blackbox
qt_view_widget_rep::query(slot, int)':
./Plugins/Qt/qt_widget.cpp:363: error: cast from 'QWidget*' to 'int'
loses precision
./Plugins/Qt/qt_widget.cpp: At global scope:
./Plugins/Qt/qt_widget.cpp:510: warning: unused parameter 'index'
./Plugins/Qt/qt_widget.cpp:510: warning: unused parameter 'w'
./Plugins/Qt/qt_widget.cpp: In member function 'virtual void
qt_tm_widget_rep::write(slot, blackbox, widget)':
./Plugins/Qt/qt_widget.cpp:904: warning: unused variable 'old_canvas'
./Plugins/Qt/qt_widget.cpp: In member function 'virtual blackbox
qt_window_widget_rep::query(slot, int)':
./Plugins/Qt/qt_widget.cpp:1141: error: cast from 'QWidget*' to 'int'
loses precision
./Plugins/Qt/qt_widget.cpp: At global scope:
./Plugins/Qt/qt_widget.cpp:1241: warning: unused parameter 'index'
./Plugins/Qt/qt_widget.cpp:1267: warning: unused parameter 'w'
./Plugins/Qt/qt_widget.cpp:1437: warning: unused parameter 'w'
./Plugins/Qt/qt_widget.cpp:1445: warning: unused parameter 'mask'
./Plugins/Qt/qt_widget.cpp:1445: warning: unused parameter 'quit'
./Plugins/Qt/qt_widget.cpp:1474: warning: unused parameter 'hx'
./Plugins/Qt/qt_widget.cpp:1474: warning: unused parameter 'vx'
./Plugins/Qt/qt_widget.cpp:1474: warning: unused parameter 'w'
./Plugins/Qt/qt_widget.cpp:1474: warning: unused parameter 'h'
./Plugins/Qt/qt_widget.cpp:1482: warning: unused parameter 'width'
./Plugins/Qt/qt_widget.cpp:1482: warning: unused parameter 'height'
./Plugins/Qt/qt_widget.cpp:1482: warning: unused parameter 'message'
make[1]: *** [Objects/qt_widget.o] Error 1
make[1]: Leaving directory `/home/tejero/tmp/CVSTeXmacs/src/src'
make: *** [TEXMACS] Error 2


(lots of warnings before, see attachment for details)


This points to the last line of the following snippet

blackbox
qt_view_widget_rep::query (slot s, int type_id) {
  if ((DEBUG_EVENTS) && (s != SLOT_RENDERER))
    cout << "qt_view_widget_rep::query " << slot_name(s) << LF;

  switch (s) {

  case SLOT_IDENTIFIER:
    if (type_id != type_helper<int>::id)
      fatal_error ("int expected (SLOT_IDENTIFIER)",
"qt_view_widget_rep::query");
    return close_box<int> ((int)view->window());


On Tue, Sep 30, 2008 at 14:47, Massimiliano Gubinelli
<address@hidden> wrote:
> Hi.
> It looks like you are using qt 3. The port work with qt 4.3 and higher.
> Also check again cvs for the last changes.
>
> Best,
> Max
>
> On 30 sept. 08, at 12:57, Grégoire Lecerf <address@hidden>
> wrote:
>
>> 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
>> 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 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 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 | #ifdef
>> HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include |
>> #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef
>> HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if
>> !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | #
>> include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef
>> HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include |
>> #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include
>> 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 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
>> declares dlopen. | For example, HP-UX 11i declares gettimeofday. */ |
>> #define dlopen innocuous_dlopen | | /* System header to define __stub macros
>> and hopefully few prototypes, | which can conflict with char dlopen ();
>> below. | Prefer to if __STDC__ is defined, since | exists even on
>> freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | #
>> include | #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 nam
>> _______________________________________________
>> Texmacs-dev mailing list
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/texmacs-dev
>
>
> _______________________________________________
> Texmacs-dev mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/texmacs-dev
>

Attachment: make.log
Description: Binary data


reply via email to

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