Open leleobhz opened 7 years ago
Yes. The problem is the new increased diagnostics offered. By gcc. The compiler does not want to take decisions about the ambiguous syntax. And it is checking that a function acts as prototyped. Fix the posted errors and that module will compile correctly.
i dont know its consequences but in ubuntu i solved this by "./configure --disable-openssl" and running "make" again
You may be able to use the procedure here: http://www.jt360.net/home/tech-articles/install-and-configure-the-telegram-client-on-raspberry-pi however you will need to use yum instead of apt-get and also the correct fedora package names. But the other tweaks should work.
I found this to work as well. https://github.com/freifunk-gluon/gluon/issues/973#issuecomment-265911151
Hello!
Compilation in Fedora 26 results in this result:
A little search brings me to this: https://github.com/openssl/openssl/issues/1491 (And refered issues also cites "Make GCC 7.1 happy" :P
Can this issue be fixed?
Thanks!