Displaying 1 result from an estimated 1 matches for "max_dim".
Did you mean:
map_div
2010 Jul 08
0
help compiling add-on package
...O2 -axSSE2,SSE3,SSEE3,SSE4.1,SSE4.2,AVX -c chfactor.c -o chfactor.o
icc: command line remark #10010: option '-mp' is deprecated and will be removed in a future release. See '-help deprecated'
matrix.h(49): error: identifier "u_int" is undefined
u_int dim, max_dim;
^
matrix.h(55): error: identifier "u_int" is undefined
u_int m, n;
^
<snip>
lots of similar u_int errors in matrix.h and matrix2.h
</snip>
compilation aborted for chfactor.c (code 2)
make: *** [chfactor.o] Error 2
ERROR: com...