On Wed, May 8, 2019 at 1:48 AM Eli Zaretskii wrote: > The way it looks after preprocessing by cpp. The procedure to produce > that is as follows: > > . Go to src and type "make image.o -W image.c V=1 > You might have expected, but when I ran that command, I got the same error: http://ix.io/1Iog > . Copy-paste the GCC command that the above displays, but replace -c > with -E and "-o image.o" with "-o image.ii", I did that, but there was no "-o image.o", so I just redirected the output to image.ii. > then press Enter > . Posit image.ii here. > Here it is: https://gist.githubusercontent.com/kaushalmodi/ff2b0377a7e7d508247d874295a81c3b/raw/3a93ce939e17d34945ecc1058d7e7ce121fe2c20/image.ii