texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] Small compilation bug in 1.0.1.16


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] Small compilation bug in 1.0.1.16
Date: Sun, 29 Jun 2003 11:46:55 +0200 (CEST)

> g++
>
> I had to add this switch in order to get this file to compile.
> -I/home/nix/TeXmacs-1.0.1.16-src/TeXmacs/include
>
> -I./System -I./System/Boot -I./System/Classes -I./System/Files
> -I./System/Connect -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 -Wall
> -Wno-return-type -O3 -fexpensive-optimizations -fno-default-inline
> -fno-inline -fno-rtti -fno-exceptions -c
> ./Data/Convert/Connect/package.cpp -o Objects/package.o

Thanks for notifying this. If you change line 224

        $(call cxx_incl,$(data_incl))

in common.makefile.in into

        $(call cxx_incl,$(data_incl),-I$(tmsrc)/include)

and run autoconf, ./configure, make, does everything work?





reply via email to

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