mailing-list for TeXmacs Users

Text archives Help



Chronological Thread 
  • From: Johann Cohen-Tanugi <address@hidden>
  • To: address@hidden
  • Subject:
  • Date: 13 Nov 2003 15:24:55 +0100
  • Organization:

Hi there,
I tried to compile the sources of 1.0.2.7 on my RH9 box and go the
following compilation error:


g++ -I./System -I./System/Boot -I./System/Classes -I./System/Files
-I./System/Link -I./System/Misc -I./Classes/Abstract -I./Classes/Atomic
-I./Classes/Compound -I./Data/Drd -I./Data/String -I./Data/Tree
-I./Data/Convert -I./Guile -I./Resource -I./Window -I./Plugins
-I/usr/X11R6/include -I/usr/include/freetype2 -Wall -Wno-return-type -O3
-fexpensive-optimizations -fno-default-inline -fno-inline -fno-rtti
-fno-exceptions -c ./Plugins/Freetype/free_type.cpp -o
Objects/free_type.o
Plugins/Freetype/free_type.cpp: In function `bool ft_initialize()':
Plugins/Freetype/free_type.cpp:51: invalid conversion from `FT_Error
(*)(FT_GlyphSlotRec_*, FT_Render_Mode_)' to `FT_Error
(*)(FT_GlyphSlotRec_*,
unsigned int)'
gmake[1]: *** [Objects/free_type.o] Error 1


The output of the configuration was:

[cohen]$ ./configure --prefix=/data0/local/
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether GNU C++ compiler is default... yes
checking version of gcc... 3.2.2
checking version of g++... 3.2.2
checking for C++-compatible X header files... yes
checking for Guile... yes
checking version of guile... 1.6.0
checking how to run the C++ preprocessor... g++ -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for dlopen... (cached) no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes
checking for freetype... yes
checking for gettimeofday... yes
checking whether ... arguments behave correctly... no
checking the size_t of guile strings... size_t
checking if compiler supports -fno-rtti -fno-exceptions... yes
checking if statically linking with guile work... "no"
checking if it works with -lltdl... "no"
checking if it works with -lltdl -ldl... "yes"
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
final setup for an Intel/GNU-linux host
configure: WARNING: using g++ 3.*, optimize without inline by default
disabling debugging
enabling optimizations, -O3 -fexpensive-optimizations
-fno-default-inline -fno-inline
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/common.makefile
config.status: creating src/System/tm_configure.hpp
config.status: creating misc/admin/admin.makefile
config.status: creating misc/doxygen/Doxyfile
config.status: creating misc/man/texmacs.1
config.status: creating misc/rpm/TeXmacs.spec
config.status: creating misc/scripts/fig2ps
config.status: creating misc/scripts/texmacs
config.status: creating TeXmacs/examples/plugins/dynlink/Makefile


can you help? thanks,
Johann




  • [no subject], Johann Cohen-Tanugi, 11/13/2003

Archive powered by MHonArc 2.6.19.

Top of page