anyuta1166 / inadyn

Inadyn is a free DDNS client. It makes is possible to have a fixed Internet hostname registered to a dynamic IP address.
GNU General Public License v2.0
4 stars 0 forks source link

Compilation error #3

Closed rtorrentuser closed 11 years ago

rtorrentuser commented 11 years ago

src/inadyn_cmd.c:79:15: error: ‘set_cachefile’ undeclared here (not in a function) src/inadyn_cmd.c:780:16: warning: ‘set_cachefile’ defined but not used [-Wunused-function] make: *\ [src/inadyn_cmd.o] Error 1

anyuta1166 commented 11 years ago

The compilation error should be fixed now, However since the latest commits were not tested at all yet, something else may be broken,

rtorrentuser commented 11 years ago

Thank you. And yes, you are right. Now I get

src/dyndns.o: In function dyn_dns_main': dyndns.c:(.text+0x22a0): undefined reference tob64encode' collect2: error: ld returned 1 exit status make: *\ [src/inadyn] Error 1

anyuta1166 commented 11 years ago

Fixed.