madsen / vbindiff

Visual Binary Diff (VBinDiff) displays files in hex & ASCII and can highlight the differences between 2 files
479 stars 52 forks source link

Build on systems with split ncurses/tinfo libraries #6

Closed laomaiweng closed 7 years ago

laomaiweng commented 9 years ago

Building fails on systems with split ncurses/tinfo libraries with the following error:

ld: ConWin.o: undefined reference to symbol 'cbreak'

Indeed, in such setups cbreak is not defined in libncurses but in libtinfo. This should be detected and handled in configure.ac.