On 03/09/2020 07:57, Robin Becker wrote:

.........
Should I be using a stringify macro?


#define __STR(x) #x
#define STRINGIFY(x) __STR(x)


turns out I guessed correctly and some change in the image / shell / python 3.5 environment means I have to pass the LIBART_VERSION using -DLIBART_VERSION=2.3.21 and then use a STRINGIFY macro in the code to turn it into a string.
-forgetfully yrs-
Robin Becker
--
Distutils-SIG mailing list -- distutils-sig@python.org
To unsubscribe send an email to distutils-sig-le...@python.org
https://mail.python.org/mailman3/lists/distutils-sig.python.org/
Message archived at 
https://mail.python.org/archives/list/distutils-sig@python.org/message/SWAKQAAWISCWQZ74TMYMSIZAAQECKYWN/

Reply via email to