You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your nice library, but I encountered into the below issue when trying to run make -
weichen@ny-lxdesk200:~/kdbml/src$ make
gcc -I /home/weichen/MATLAB/R2018b//extern/include -I /home/weichen/MATLAB/R2018b//simulink/include -std=c99 -D_GNU_SOURCE -DMATLAB_MEX_FILE -std=c99 -D_GNU_SOURCE -fexceptions -fPIC -fno-omit-frame-pointer -pthread -DMX_COMPAT_32 -O -DNDEBUG -c -o qdbc.o qdbc.c
In file included from qdbc.c:43:
kx/k.h:11: warning: declaration does not declare anything
kx/k.h:11: warning: declaration does not declare anything
qdbc.c: In function ‘kValue’:
qdbc.c:74: error: ‘struct k0’ has no member named ‘i’
qdbc.c:78: error: ‘struct k0’ has no member named ‘i’
qdbc.c:79: error: ‘struct k0’ has no member named ‘i’
qdbc.c: In function ‘makeatom’:
qdbc.c:95: error: ‘struct k0’ has no member named ‘g’
qdbc.c:98: error: ‘struct k0’ has no member named ‘g’
qdbc.c:101: error: ‘struct k0’ has no member named ‘h’
Any advice?
The text was updated successfully, but these errors were encountered:
Hi @dmarienko ,
Thanks for your nice library, but I encountered into the below issue when trying to run
make
-Any advice?
The text was updated successfully, but these errors were encountered: