guider icon indicating copy to clipboard operation
guider copied to clipboard

Improve build support for newer Python versions

Open elfring opened this issue 4 years ago • 1 comments
trafficstars

I would like to point the following information out once more.

[Markus_Elfring@fedora guider]$ LANG=C make
  CC       guiderLib.o
…
guiderLib.c: In function 'initguider':
guiderLib.c:344:12: warning: implicit declaration of function 'Py_InitModule'; did you mean 'SYS_init_module'? [-Wimplicit-function-declaration]
  344 |     (void) Py_InitModule("guider", guiderMethods);
      |            ^~~~~~~~~~~~~
      |            SYS_init_module
 …

I suggest to take corresponding advices for such an implementation detail better into account from other known information sources.

elfring avatar Sep 28 '21 17:09 elfring

thank you for report! :)

iipeace avatar Sep 29 '21 06:09 iipeace