texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] Re: TeXmacs-1.0.5.4-src: build comments


From: Martin Costabel
Subject: Re: [Texmacs-dev] Re: TeXmacs-1.0.5.4-src: build comments
Date: Sun, 17 Jul 2005 21:49:38 +0200
User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)

Joris van der Hoeven wrote:
[]
Machinetype:            Apple PowerMac G4 (2 1400 MHz PowerPC 7450 CPUs, 2GB 
RAM);   Darwin 7.2.0 (Mac OS 10.3.2 (7D26))
Remote gcc version:     cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
Remote g++ version:     c++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)

c++ -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/local/include/freetype2 -I/usr/local/include -I/usr/local/include -Wall 
-Wno-return-type -O2 -fno-rtti -fno-exceptions -INONE/include -c 
./Plugins/Ghostscript/ghostscript.cpp -o Objects/ghostscript.o
c++ -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./Typeset 
-I./Typeset/Bridge -I./Typeset/Concat -I./Typeset/Page -I./Edit -I./Plugins 
-I./Texmacs -I/usr/local/include/freetype2 -I/usr/local/include 
-I/usr/local/include -Wall -Wno-return-type -O2 -fno-rtti -fno-exceptions 
-INONE/include -c ./Guile/Glue/glue_all.cpp -o Objects/glue_all.o
In file included from ./Guile/Glue/glue_all.cpp:1:
./Guile/Glue/glue.cpp: In function `void initialize_glue()':
./Guile/Glue/glue.cpp:877: error: invalid conversion from 
`scm_unused_struct*(*)()' to `scm_unused_struct*(*)(...)'
./Guile/Glue/glue.cpp:877: error:   initializing argument 2 of 
`scm_unused_struct* gh_new_procedure(const char*, scm_unused_struct*(*)(...), 
int, int, int)'
...many more...


Do you have a line

#define DOTS_OK 1

in tm_configure.hpp?

With all compilers on MacOSX I have seen, this gives warnings, not errors. In tm_configure.hpp I see indeed #define DOTS_OK 1, because the configure script also sees only warnings and decides this is OK. There don't seem to be any ill effects from this "invalid conversion".

--
Martin






reply via email to

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