[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compile error, "OP_UNKNOWN", debian
From: |
Bill Heagy |
Subject: |
Compile error, "OP_UNKNOWN", debian |
Date: |
Sat, 7 Dec 2024 16:01:04 -0500 |
User-agent: |
Mozilla Thunderbird |
after make clean; ./configure;make -j2
......
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -Wno-parentheses -I sql -I
/home/wheagy/git/apl/trunk -I/usr/include/gtk-3.0
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6
-I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi
-I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu
-I/usr/include/webp -I/usr/include/gio-unix-2.0
-I/usr/include/cloudproviders -I/usr/include/atk-1.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-pthread -I/usr/include -I/usr/include/postgresql -g -O2 -I
/home/wheagy/git/apl/trunk -MT apl-Quad_MX.o -MD -MP -MF
.deps/apl-Quad_MX.Tpo -c -o apl-Quad_MX.o `test -f 'Quad_MX.cc' || echo
'./'`Quad_MX.cc
Quad_MX.def: In member function ‘virtual sAxis
Quad_MX::subfun_to_axis(const UCS_string&) const’:
Quad_MX.cc:1373:40: error: ‘OP_UNKNOWN’ was not declared in this scope;
did you mean ‘DT_UNKNOWN’?
1373 | if (!strcmp(sub, name_str)) return OP_ ## num;
| ^~~
Quad_MX.def:21:1: note: in expansion of macro ‘op_entry’
21 | op_entry( UNKNOWN, "", 0, "")
/* 0 */
| ^~~~~~~~
Quad_MX.cc:1373:40: error: ‘OP_DETERMINANT’ was not declared in this scope
1373 | if (!strcmp(sub, name_str)) return OP_ ## num;
| ^~~
Quad_MX.def:22:1: note: in expansion of macro ‘op_entry’
22 | op_entry( DETERMINANT, "Determinant", 1,
"determinant") /* 1 */
| ^~~~~~~~
Quad_MX.cc:1373:40: error: ‘OP_CROSS_PRODUCT’ was not declared in this scope
1373 | if (!strcmp(sub, name_str)) return OP_ ## num;
| ^~~
Quad_MX.def:23:1: note: in expansion of macro ‘op_entry’
23 | op_entry( CROSS_PRODUCT, "Cross product", 3,
"cross_product") /* 2 */
| ^~~~~~~~
Quad_MX.cc:1373:40: error: ‘OP_VECTOR_ANGLE’ was not declared in this scope
1373 | if (!strcmp(sub, name_str)) return OP_ ## num;
| ^~~
Quad_MX.def:24:1: note: in expansion of macro ‘op_entry’
24 | op_entry( VECTOR_ANGLE, "Vector angle", 2,
"vector_angle") /* 3 */
| ^~~~~~~~
Quad_MX.cc:1373:40: error: ‘OP_EIGENVECTORS’ was not declared in this scope
1373 | if (!strcmp(sub, name_str)) return OP_ ## num;
| ^~~
Quad_MX.def:25:1: note: in expansion of macro ‘op_entry’
25 | op_entry( EIGENVECTORS, "Eigenvector", 1,
"eigenvector") /* 4 */
| ^~~~~~~~
Quad_MX.cc:1373:40: error: ‘OP_EIGENVALUES’ was not declared in this scope
1373 | if (!strcmp(sub, name_str)) return OP_ ## num;
| ^~~
.......
- Compile error, "OP_UNKNOWN", debian,
Bill Heagy <=