mwild1 / luadbi

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

Makefile requires 'build' directory to exist #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Extract a fresh copy of luadbi-0.4
2.  Run 'make free'
3.  Fatal error: can't create build/dbd_common.o: No such file or directory

What is the expected output? What do you see instead?
Fatal error: can't create build/dbd_common.o: No such file or directory

"mkdir build" fixes it.

What version of the product are you using? On what operating system?
0.4 on Ubuntu 10.04

Please provide any additional information below.
Thanks for luadbi :)

Original issue reported on code.google.com by MWild1 on 25 May 2010 at 2:25

GoogleCodeExporter commented 8 years ago

Original comment by nr...@ii.net on 8 Jun 2010 at 11:57

GoogleCodeExporter commented 8 years ago
Fixed in commit 72.

Original comment by nr...@ii.net on 16 Jul 2010 at 6:27