Package: lua5.1
Version: 5.1.5-2
Severity: normal

Here is the output with warnings:

$ gcc -Wall -g -o test_embed_lua test_embed_lua.c $(pkg-config
--cflags --libs lua5.1)
<command-line>:0:21: warning: missing terminating " character [enabled
by default]
$ gcc -Wall -g -o test_embed_lua test_embed_lua.c `pkg-config --cflags
--libs lua5.1`
<command-line>:0:21: warning: missing terminating " character [enabled
by default]
$ gcc -Wall -g -o test_embed_lua test_embed_lua.c
-DDEB_HOST_MULTIARCH=\"x86_64-linux-gnu\" -I/usr/include/lua5.1
-llua5.1
$

Only direct specifying of \"...\" is OK.

The same for lua 5.2 (5.2.0-3).

Regards,
Andrey



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to