[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gawk] [PATCH] Windows compilation error: #define concatenation
From: |
Eli Zaretskii |
Subject: |
Re: [bug-gawk] [PATCH] Windows compilation error: #define concatenation in 'io.c' |
Date: |
Sat, 02 Jan 2016 21:13:12 +0200 |
> From: "Jannick" <address@hidden>
> Cc: <address@hidden>
> Date: Sat, 2 Jan 2016 19:35:39 +0100
>
> Going through my email I just sent across the issue is kind of 'home made':
> If in -DSHLIBEXT=dll in my compile command the token 'dll' is passed
> enclosed in double quotes, the issue should simply not exist. I think the
> make files do enclose it in double quotes.
Of course, that's the problem: the command line should say
-DSHLIBEXT=\"dll\"
because the value should be a C string. I don't understand how come
you came up with the command line with no quotes.
> This was a great start into my new year, :( so a great 2016 to everyone out
> there.
Same to you.