Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'can't get to compile either' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
can't get to compile either
Authored by: see on Mar 08, '02 10:57:19AM

after putting an extra "int" in bottom of file openbsd-compat/readpassphrase.c to get rid of stupid error, i get stuck with following error when compiling:
------------------------
readpass.c: In function `read_passphrase':
readpass.c:100: `RPP_ECHO_ON' undeclared (first use in this function)
readpass.c:100: (Each undeclared identifier is reported only once
readpass.c:100: for each function it appears in.)
readpass.c:100: `RPP_ECHO_OFF' undeclared (first use in this function)
readpass.c:105: `RPP_REQUIRE_TTY' undeclared (first use in this function)
readpass.c:121: warning: implicit declaration of function `readpassphrase'
make: *** [readpass.o] Error 1
----------------------------
can't get openssh 3.1.p1 to compile on my sun-machine either.
anybody actually managed to compile openssh on other machine than openbsd? think ill go with ssh.com's version....



[ Reply to This | # ]
can't get to compile either
Authored by: zsvx on Mar 09, '02 12:53:01AM

compiled fine for me in solaris 7.



[ Reply to This | # ]