mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Compile Error of TeXmacs 1.99.5


Chronological Thread 
  • From: address@hidden
  • To: Masaru Nomiya <address@hidden>
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] Compile Error of TeXmacs 1.99.5
  • Date: Mon, 18 Jul 2016 07:55:14 +0200

This looks like a forgotten backup file (which the makefile shouldn't be picking up anyway). Try deleting

System/Misc/._sys_utils.cpp 

Best,
Miguel.

On 18 Jul 2016 7:34 a.m., Masaru Nomiya <address@hidden> wrote:

Hello,

I got TeXmacs-1.99.5-src.ta.gz, and tried to conpile, but I got errors
as follows;

g++   -include config.h  -ISystem -ISystem/Files -ISystem/Classes -ISystem/Lang
age -ISystem/Link -ISystem/Boot -ISystem/Misc -IKernel -IKernel/Abstractions -I
ernel/Types -IKernel/Containers -IData -IData/Convert -IData/History -IData/Drd
-IData/Observers -IData/Tree -IData/String -IData/Document -IGraphics -IGraphic
/Gui -IGraphics/Pictures -IGraphics/Handwriting -IGraphics/Colors -IGraphics/Ty
es -IGraphics/Renderer -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Math
matics -IGraphics/Spacial -I../TeXmacs/include -IScheme -IPlugins -IPlugins/Ico
v -DQT_WEBKIT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share
qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/inclu
e -D_REENTRANT  -DG_gr_system_ -c ./System/Misc/._sys_utils.cpp -o Objects/._sy
_utils.o
./System/Misc/._sys_utils.cpp:1:1: warning: null character(s) ignored [enabled
y default]
./System/Misc/._sys_utils.cpp:1:2: error: stray '\5' in program
./System/Misc/._sys_utils.cpp:1:2: error: stray '\26' in program
./System/Misc/._sys_utils.cpp:1:2: error: stray '\7' in program
./System/Misc/._sys_utils.cpp:1:5: warning: null character(s) ignored [enabled
y default]
./System/Misc/._sys_utils.cpp:1:2: error: stray '\2' in program
./System/Misc/._sys_utils.cpp:1:7: warning: null character(s) ignored [enabled
y default]
./System/Misc/._sys_utils.cpp:1:17: warning: null character(s) ignored [enabled
by default]
./System/Misc/._sys_utils.cpp:1:2: error: stray '\2' in program
./System/Misc/._sys_utils.cpp:1:27: warning: null character(s) ignored [enabled
by default]
./System/Misc/._sys_utils.cpp:1:35: warning: null character(s) ignored [enabled
by default]
./System/Misc/._sys_utils.cpp:1:39: warning: null character(s) ignored [enabled
by default]
./System/Misc/._sys_utils.cpp:1:2: error: stray '\2' in program
./System/Misc/._sys_utils.cpp:1:43: warning: null character(s) ignored [enabled
by default]
./System/Misc/._sys_utils.cpp:1:2: error: stray '\253' in program
./System/Misc/._sys_utils.cpp:1:47: warning: null character(s) ignored [enabled
by default]
./System/Misc/._sys_utils.cpp:1:55: warning: null character(s) ignored [enabled
by default]
./System/Misc/._sys_utils.cpp:1:89: warning: null character(s) ignored [enabled
by default]
./System/Misc/._sys_utils.cpp:1:2: error: stray '\253' in program
./System/Misc/._sys_utils.cpp:1:97: warning: null character(s) ignored [enabled
by default]
./System/Misc/._sys_utils.cpp:1:2: error: stray '\234' in program
./System/Misc/._sys_utils.cpp:1:101: warning: null character(s) ignored [enable
by default]
./System/Misc/._sys_utils.cpp:1:2: error: stray '\17' in program
./System/Misc/._sys_utils.cpp:1:105: warning: null character(s) ignored [enable
by default]
./System/Misc/._sys_utils.cpp:1:2: error: stray '\1' in program
./System/Misc/._sys_utils.cpp:1:121: warning: null character(s) ignored [enable
by default]
./System/Misc/._sys_utils.cpp:1:2: error: stray '\234' in program
./System/Misc/._sys_utils.cpp:1:125: warning: null character(s) ignored [enable
by default]
./System/Misc/._sys_utils.cpp:1:2: error: stray '\17' in program
./System/Misc/._sys_utils.cpp:1:129: warning: null character(s) ignored [enable
by default]
./System/Misc/._sys_utils.cpp:1:2: error: stray '\27' in program
./System/Misc/._sys_utils.cpp:1:154: warning: null character(s) ignored [enable
by default]
./System/Misc/._sys_utils.cpp:1:9: error: 'Mac' does not name a type
./System/Misc/._sys_utils.cpp:1:163: error: expected unqualified-id before nume
ic constant
makefile:214: recipe for target '._sys_utils.o' failed
make[1]: *** [._sys_utils.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/tmp/nom/TeXmacs-1.99.5-src/src'
Makefile:57: recipe for target 'TEXMACS' failed
make: *** [TEXMACS] Error 2

I tried compile on openSUSE 12.3.

> gcc --version
gcc (SUSE Linux) 4.8.2 20131210 [gcc-4_8-branch revision 205857]
Copyright (C) 2013 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.

> g++ --version
g++ (SUSE Linux) 4.8.2 20131210 [gcc-4_8-branch revision 205857]
Copyright (C) 2013 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.

Any help?

Thanks in advance,

Regards,

---
Masaru Nomiya




Archive powered by MHonArc 2.6.19.

Top of page