zllsdn / luadbi

Automatically exported from code.google.com/p/luadbi
MIT License
0 stars 0 forks source link

Issue with compile. #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
# make mysql
gcc -c -o build/dbd_common.o  -g -pedantic -Wall -O2 -shared -fpic -I 
/usr/include/lua5.1 -I /usr/include/mysql -I /usr/include/postgresql/ -I 
/opt/ibm/db2exc/V9.5/include/ -I 
/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/rdbms/public/ -I .
gcc: No input files specified
*** [build/dbd_common.o] Error code 1

make script is broken? It comes from archive: luadbi.0.5.tar.gz.
Platform: FreeBSD.

Original issue reported on code.google.com by djmen...@krolnet.pl on 1 Aug 2013 at 10:47