fd00 / yacp

Yet Another Cygwin Ports
MIT License
111 stars 58 forks source link

cmatrix cygport error: lvalue required as left operand of assignment #5

Closed buzzbo closed 8 years ago

buzzbo commented 9 years ago

Using cygport on cygwin 1.7.33-2 and get this error:

/usr/src/cmatrix-1.2a-1bl2.x86_64/src/cmatrix-1.2a/cmatrix.c: In function ‘handle_sigwinch’:
/usr/src/cmatrix-1.2a-1bl2.x86_64/src/cmatrix-1.2a/cmatrix.c:226:10: error: lvalue required as left operand of assignment
     COLS = win.ws_col;
          ^
/usr/src/cmatrix-1.2a-1bl2.x86_64/src/cmatrix-1.2a/cmatrix.c:227:11: error: lvalue required as left operand of assignment
     LINES = win.ws_row;
           ^
Makefile:415: recipe for target 'cmatrix.o' failed
make[1]: *** [cmatrix.o] Error 1
make[1]: Leaving directory '/usr/src/cmatrix-1.2a-1bl2.x86_64/build'
Makefile:304: recipe for target 'all' failed
make: *** [all] Error 2
*** ERROR: make failed