mac os x 10.4 invalid conversion from int
X11 & command-line password database
Brought to you by:
ndade
$make check
g++ -DHAVE_CONFIG_H -I. -I. -I. -lncurses -L/usr/X11R6/lib -g -O2 -c pwsafe.cpp
pwsafe.cpp: In function 'secstring getpw(const char*)':
pwsafe.cpp:1407: error: invalid conversion from 'int (*)()' to 'int (*)(const char*, int)'
pwsafe.cpp: In function 'secstring gettxt(const char*, const secstring&)':
pwsafe.cpp:1433: error: invalid conversion from 'int (*)()' to 'int (*)(const char*, int)'
Same error on 'sudo make install'
make: *** [pwsafe.o] Error 1
Sigh. Yet another variation on libreadline to handle.
I've put in yet another check in ./configure for this. Could you pull the newest code from https://github.com/nsd20463/pwsafe and let me know? If it does not compile then I need the output of the ./configure step and the config.log file that was produced to debug it further.