Created
March 17, 2025 12:14
-
-
Save axtens/b759a234d427c39035950ef98cf09a90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make code-page-db interpreter translator library debug-library backend lib818 | |
( /home/bugmagnet/Applications/euphoria/source/build/eui -i /home/bugmagnet/Applications/euphoria/include /home/bugmagnet/Applications/euphoria/bin/buildcpdb.ex -p/home/bugmagnet/Applications/euphoria/source/codepage -o/home/bugmagnet/Applications/euphoria/source/build ) || eui -i /home/bugmagnet/Applications/euphoria/include /home/bugmagnet/Applications/euphoria/bin/buildcpdb.ex -p/home/bugmagnet/Applications/euphoria/source/codepage -o/home/bugmagnet/Applications/euphoria/source/build | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/8596.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/0852.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/8595.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/8599.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/1255.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/1253.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/0858.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/0720.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/8605.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/0775.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/8598.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/8591.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/0850.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/1254.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/1250.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/0862.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/8592.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/8593.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/0437.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/1251.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/8594.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/0857.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/1257.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/0874.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/0737.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/1258.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/8597.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/0866.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/1256.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/0855.ecp ... done. | |
Loading /home/bugmagnet/Applications/euphoria/source/codepage/1252.ecp ... done. | |
The Code Page table '/home/bugmagnet/Applications/euphoria/source/build/ecp.dat' has been built. | |
cp -fl /home/bugmagnet/Applications/euphoria/source/build/ecp.dat /home/bugmagnet/Applications/euphoria/tests/ecp.dat || cp -f /home/bugmagnet/Applications/euphoria/source/build/ecp.dat /home/bugmagnet/Applications/euphoria/tests/ecp.dat | |
make[1]: Nothing to be done for 'interpreter'. | |
make[1]: Nothing to be done for 'translator'. | |
make[1]: Nothing to be done for 'library'. | |
make[1]: Nothing to be done for 'debug-library'. | |
mkdir -p /home/bugmagnet/Applications/euphoria/source/build/backobj/back | |
make backendsource EBACKEND=1 OBJDIR=backobj CONFIG=/home/bugmagnet/Applications/euphoria/source/config.gnu EDEBUG= EPROFILE= | |
make[2]: Nothing to be done for 'backendsource'. | |
make /home/bugmagnet/Applications/euphoria/source/build/eub EBACKEND=1 OBJDIR=backobj CONFIG=/home/bugmagnet/Applications/euphoria/source/config.gnu EDEBUG= EPROFILE= | |
gcc -DEX86_64 -m64 -pthread -Wno-unused-variable -Wno-unused-but-set-variable -c -fsigned-char -ffast-math -O3 -Os -ffast-math -fomit-frame-pointer -ffast-math -O3 -Os -I/home/bugmagnet/Applications/euphoria/source -I/home/bugmagnet/Applications/euphoria -DARCH=ix86_64 -DEREL_TYPE="development" -O3 -no-pie /home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c -I/usr/share/euphoria -o/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.o | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c: In function ‘init_literal’: | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:8162:24: warning: missing terminating " character | |
8162 | _23297 = NewString("opPOSITIONtypedef signed int intptr ; | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:8162:24: error: missing terminating " character | |
8162 | _23297 = NewString("opPOSITIONtypedef signed int intptr ; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:8164:1: error: expected expression before ‘object’ | |
8164 | object _2interpret_150 = NOVALUE; | |
| ^~~~~~ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:8280:34: warning: missing terminating " character | |
8280 | object _3ADDRESS_LENGTH_1015 = NO"); | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:8280:34: error: missing terminating " character | |
8280 | object _3ADDRESS_LENGTH_1015 = NO"); | |
| ^~~ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:8599:1: warning: missing terminating " character | |
8599 | "\xF7\x5B\x8B\xF7\x6E\x8B\xF7\x81\x8B\xF7\x83\x8B\xF7822 = NOVALUE; | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:8599:1: error: missing terminating " character | |
8599 | "\xF7\x5B\x8B\xF7\x6E\x8B\xF7\x81\x8B\xF7\x83\x8B\xF7822 = NOVALUE; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9051:44: error: stray ‘\’ in program | |
9051 | object _29THICK_UNDERLINE_CURSOR_14381 = 12\x85\x8B" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9051:48: error: stray ‘\’ in program | |
9051 | object _29THICK_UNDERLINE_CURSOR_14381 = 12\x85\x8B" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9051:52: warning: missing terminating " character | |
9051 | object _29THICK_UNDERLINE_CURSOR_14381 = 12\x85\x8B" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9051:52: error: missing terminating " character | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9117:1: warning: missing terminating " character | |
9117 | "\x59\x4B87; | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9117:1: error: missing terminating " character | |
9117 | "\x59\x4B87; | |
| ^~~~~~~~~~~~ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:22: error: stray ‘\’ in program | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:26: error: stray ‘\’ in program | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:30: error: stray ‘\’ in program | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:34: error: stray ‘\’ in program | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:38: error: stray ‘\’ in program | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:42: error: stray ‘\’ in program | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:46: error: stray ‘\’ in program | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:50: error: stray ‘\’ in program | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:54: error: stray ‘\’ in program | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:58: error: stray ‘\’ in program | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:62: error: stray ‘\’ in program | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:66: error: stray ‘\’ in program | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:70: error: stray ‘\’ in program | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:74: warning: missing terminating " character | |
9242 | object _38IS_AN_INTEG\x56\x45\x4A\xFE\x08\x50\x51\x56\x61\x44\x4B\x56\x55" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9242:74: error: missing terminating " character | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9307:1: warning: missing terminating " character | |
9307 | "\x43\x50\ER_14897 = 94; | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9307:1: error: missing terminating " character | |
9307 | "\x43\x50\ER_14897 = 94; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:10: error: stray ‘\’ in program | |
9431 | objectx46\xFE\x05\x48\x51\x54\x61\x4B\xFE\x0E\x47\x50\x46" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:14: error: stray ‘\’ in program | |
9431 | objectx46\xFE\x05\x48\x51\x54\x61\x4B\xFE\x0E\x47\x50\x46" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:18: error: stray ‘\’ in program | |
9431 | objectx46\xFE\x05\x48\x51\x54\x61\x4B\xFE\x0E\x47\x50\x46" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:22: error: stray ‘\’ in program | |
9431 | objectx46\xFE\x05\x48\x51\x54\x61\x4B\xFE\x0E\x47\x50\x46" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:26: error: stray ‘\’ in program | |
9431 | objectx46\xFE\x05\x48\x51\x54\x61\x4B\xFE\x0E\x47\x50\x46" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:30: error: stray ‘\’ in program | |
9431 | objectx46\xFE\x05\x48\x51\x54\x61\x4B\xFE\x0E\x47\x50\x46" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:34: error: stray ‘\’ in program | |
9431 | objectx46\xFE\x05\x48\x51\x54\x61\x4B\xFE\x0E\x47\x50\x46" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:38: error: stray ‘\’ in program | |
9431 | objectx46\xFE\x05\x48\x51\x54\x61\x4B\xFE\x0E\x47\x50\x46" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:42: error: stray ‘\’ in program | |
9431 | objectx46\xFE\x05\x48\x51\x54\x61\x4B\xFE\x0E\x47\x50\x46" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:46: error: stray ‘\’ in program | |
9431 | objectx46\xFE\x05\x48\x51\x54\x61\x4B\xFE\x0E\x47\x50\x46" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:50: error: stray ‘\’ in program | |
9431 | objectx46\xFE\x05\x48\x51\x54\x61\x4B\xFE\x0E\x47\x50\x46" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:54: error: stray ‘\’ in program | |
9431 | objectx46\xFE\x05\x48\x51\x54\x61\x4B\xFE\x0E\x47\x50\x46" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:58: warning: missing terminating " character | |
9431 | objectx46\xFE\x05\x48\x51\x54\x61\x4B\xFE\x0E\x47\x50\x46" | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9431:58: error: missing terminating " character | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9503:24: warning: missing terminating " character | |
9503 | _22796 = NewString(" _38STARTLINE_BREAK_15069 = 218; | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9503:24: error: missing terminating " character | |
9503 | _22796 = NewString(" _38STARTLINE_BREAK_15069 = 218; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9778:49: error: stray ‘@’ in program | |
9778 | object _39EXPECTIN((cleanup_ptr)_1)->func.rid = @;\n"); | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9778:51: error: stray ‘\’ in program | |
9778 | object _39EXPECTIN((cleanup_ptr)_1)->func.rid = @;\n"); | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9778:53: warning: missing terminating " character | |
9778 | object _39EXPECTIN((cleanup_ptr)_1)->func.rid = @;\n"); | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:9778:53: error: missing terminating " character | |
9778 | object _39EXPECTIN((cleanup_ptr)_1)->func.rid = @;\n"); | |
| ^~~ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:11102:24: warning: missing terminating " character | |
11102 | _17993 = NewString("if (@2 <= INT23 && @2 >= -INT23) {\_62might_be_namespace_28800 = NOVALUE; | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:11102:24: error: missing terminating " character | |
11102 | _17993 = NewString("if (@2 <= INT23 && @2 >= -INT23) {\_62might_be_namespace_28800 = NOVALUE; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:11213:23: warning: missing terminating " character | |
11213 | object _58BB_OBJ_4451n"); | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:11213:23: error: missing terminating " character | |
11213 | object _58BB_OBJ_4451n"); | |
| ^~~ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:12038:24: warning: missing terminating " character | |
12038 | _14314 = NewString("BAect _44active_references_64760 = NOVALUE; | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:12038:24: error: missing terminating " character | |
12038 | _14314 = NewString("BAect _44active_references_64760 = NOVALUE; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:12149:14: warning: missing terminating " character | |
12149 | objecDRETURNF"); | |
| ^ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:12149:14: error: missing terminating " character | |
12149 | objecDRETURNF"); | |
| ^~~ | |
/home/bugmagnet/Applications/euphoria/source/build/backobj/init-.c:15507:1: error: expected declaration or statement at end of input | |
15507 | } | |
| ^ | |
make[2]: *** [/home/bugmagnet/Applications/euphoria/source/Makefile.gnu:1119: /home/bugmagnet/Applications/euphoria/source/build/backobj/init-.o] Error 1 | |
make[1]: *** [/home/bugmagnet/Applications/euphoria/source/Makefile.gnu:733: /home/bugmagnet/Applications/euphoria/source/build/eub] Error 2 | |
make: *** [/home/bugmagnet/Applications/euphoria/source/Makefile.gnu:456: all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment