paul-j-lucas / cdecl

Composing and deciphering C (or C++) declarations or casts, aka ‘‘gibberish.’’
GNU General Public License v3.0
90 stars 11 forks source link

Search for the library containing: tigetnum (tinfo) #11

Closed mjsir911 closed 3 years ago

mjsir911 commented 3 years ago

For me, tigetnum is found in tinfo.so, ncurses has been split off into tinfo due to being compiled with the --with-termlib flag.

pkg-config --libs automatically reports this, but this check is good enough to catch this specific problem.