Hello guys
A real newbie with Raspberry here but programming is what I have done all my life so this is a little embarrassing :-/
I am trying to compile the sunclock_3.57 that I have downloaded here :
https://github.com/mdoege/Sunclock
The compile however stops with an error :
readvmf.c:353:7: error: request for member 'have' in something not a a struct or union
i=gzgetc(fd);
^
And the a whole list of the same error asking for different members.
I also get the following:
/usr/include/zlib.h:1391:21 note: expected 'gzFile' but argument is of type 'struct gzFile_s **'
What am I doing wrong here and what should I do ?
And before You tell me to install the compiled version using apt-get I need to modify the code for my needs
Thank You
Magic