On Fri, Jul 20, 2012 at 09:34:14AM +0200, Sebastien Helleu wrote:
> Package: liblua5.1-0-dev
> Version: 5.1.5-3
> Severity: normal
> 
> $ gcc -I/usr/include/lua5.1 -o test-lua test-lua.c

The problem is that you added by hand "-I/usr/include/lua5.1" while you
should get CFLAGS in a more systematic way.

Try `pkg-config --cflags lua5.1`.
As you will see there is an extra -I flag to be passed to gcc.

Cheers
-- 
Enrico Tassi


-- 
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