mwild1 / luadbi

Multi-backend SQL database library for Lua
MIT License
38 stars 14 forks source link

build directory not being generated, build failure #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. wget luadbi...tar.gz
2. tar xfz luadbi...tar.gz
2. make

What is the expected output? What do you see instead?

I expected make to work

tom@math:~/luadbi$ make sqlite3
gcc -c -o build/dbd_common.o dbd/common.c -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 ./
Assembler messages:
Fatal error: can't create build/dbd_common.o: No such file or directory

What version of the product are you using? On what operating system?

0.4

Please provide any additional information below.

mkdir build fixes it, but I'd expect the Makefile to accomplish this. 

using ubuntu 10.04

Original issue reported on code.google.com by tomisaro...@gmail.com on 17 Jul 2010 at 5:10

GoogleCodeExporter commented 8 years ago
Hi, 

Can you try the 0.5 source release - this issue has been fixed in a previous 
bug, but not packaged until now.

Original comment by nr...@ii.net on 18 Jul 2010 at 1:13

GoogleCodeExporter commented 8 years ago

Original comment by nr...@ii.net on 7 Aug 2010 at 1:35