lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


dirk@rondloper:~/Downloads/lua/lpeg-0.10$ make test
gcc -Wall -Wextra -pedantic -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdisabled-optimization -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings  -O2 -DNDEBUG -ansi -I/usr/include/lua5.1/   -c -o lpeg.o lpeg.c
lpeg.c:2348: error: array type has incomplete element type
lpeg.c:2374: error: array type has incomplete element type
lpeg.c: In function ‘luaopen_lpeg’:
lpeg.c:2393: warning: left-hand operand of comma expression has no effect
lpeg.c:2394: warning: left-hand operand of comma expression has no effect
make: *** [lpeg.o] Error 1

dirk@rondloper:~$ gcc --version
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3