texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] Re: compilation bug


From: Joris van der Hoeven
Subject: [Texmacs-dev] Re: compilation bug
Date: Sun, 9 Jun 2002 09:30:43 +0200 (MET DST)

Hi,

Thanks for reporting this bug. Please try to replace line 188 of
src/Typeset/Basic/Boxes/rubber.gen.cc by

empty_box (path ip, int x1, int y1, int x2, int y2) {

and tell me whether this helps.
Best wishes,

Joris


-----------------------------------------------------------
Joris van der Hoeven <address@hidden>
http://www.texmacs.org: GNU TeXmacs scientific text editor
http://www.math.u-psud.fr/~vdhoeven: personal homepage
-----------------------------------------------------------

On Sun, 9 Jun 2002, Brandon Barker wrote:

> This error happened on a Redhat 7.3 using:
> 
> address@hidden brandon]$ gcc -v
> Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
> gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)
> 
> Here is the error:
> 
> make[3]: Entering directory `/usr/src/redhat/BUILD/TeXmacs-1.0.0.6-src/src'
> /usr/src/redhat/BUILD/TeXmacs-1.0.0.6-src/gencc/bin/gencc -I 
> Basic/Data:Basic/Misc:Basic/System:Basic/Types:Resource:Window:Typeset:Edit 
> Objects/boxes.gen.cc
> c++ -O3 -fexpensive-optimizations -malign-loops=2 -malign-jumps=2 
> -malign-functions=2 -fno-exceptions -fno-rtti -fno-implicit-templates -c 
> -Wall -Wno-return-type Objects/boxes.cc -o Objects/boxes.o
> cc1plus: warning: -malign-loops is obsolete, use -falign-loops
> cc1plus: warning: -malign-jumps is obsolete, use -falign-jumps
> cc1plus: warning: -malign-functions is obsolete, use -falign-functions
> In file included from /usr/local/include/g++-v3/backward/iostream.h:31,
>                  from Basic/Types/basic.gen.h:18:
> /usr/local/include/g++-v3/backward/backward_warning.h:32:2: warning: 
> #warning This file includes at least one deprecated or antiquated 
> header. Please consider using one of the 32 headers found in section 
> 17.4.1.2 of the C++ standard. Examples include substituting the <X> 
> header for the <X.h> header for C++ includes, or <sstream> instead of 
> the deprecated header <strstream.h>. To disable this warning use 
> -Wno-deprecated.
> Basic/Types/string.gen.h:78: warning: ignoring `volatile' qualifiers on 
> `void
>    ()(string, string, string)'
> Typeset/Boxes/Basic/rubber.gen.cc: In function `box empty_box(list_int, int,
>    int, int, int)':
> Typeset/Boxes/Basic/rubber.gen.cc:188: default argument given for 
> parameter 2
>    of `box empty_box(list_int, int = 0, int = 0, int = 0, int = 0)'
> Typeset/Boxes/construct.gen.h:33: after previous specification in `box
>    empty_box(list_int, int = 0, int = 0, int = 0, int = 0)'
> Typeset/Boxes/Basic/rubber.gen.cc:188: default argument given for 
> parameter 3
>    of `box empty_box(list_int, int = 0, int = 0, int = 0, int = 0)'
> Typeset/Boxes/construct.gen.h:33: after previous specification in `box
>    empty_box(list_int, int = 0, int = 0, int = 0, int = 0)'
> Typeset/Boxes/Basic/rubber.gen.cc:188: default argument given for 
> parameter 4
>    of `box empty_box(list_int, int = 0, int = 0, int = 0, int = 0)'
> Typeset/Boxes/construct.gen.h:33: after previous specification in `box
>    empty_box(list_int, int = 0, int = 0, int = 0, int = 0)'
> Typeset/Boxes/Basic/rubber.gen.cc:188: default argument given for 
> parameter 5
>    of `box empty_box(list_int, int = 0, int = 0, int = 0, int = 0)'
> Typeset/Boxes/construct.gen.h:33: after previous specification in `box
>    empty_box(list_int, int = 0, int = 0, int = 0, int = 0)'
> make[3]: *** [Objects/boxes.o] Error 1
> make[3]: Leaving directory `/usr/src/redhat/BUILD/TeXmacs-1.0.0.6-src/src'
> make[2]: *** [ALL] Error 2
> make[2]: Leaving directory `/usr/src/redhat/BUILD/TeXmacs-1.0.0.6-src/src'
> make[1]: *** [STATIC] Error 2
> make[1]: Leaving directory `/usr/src/redhat/BUILD/TeXmacs-1.0.0.6-src/src'
> make: *** [STATIC_TEXMACS] Error 2
> error: Bad exit status from /var/tmp/rpm-tmp.98483 (%build)
> 
> 
> RPM build errors:
>     Bad exit status from /var/tmp/rpm-tmp.98483 (%build)
> 
> 




reply via email to

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