Displaying 1 result from an estimated 1 matches for "dhave_sqlite3_h".
2005 Dec 22
0
Getting AdapterNotSpecified on simple script/generate
...take a while...
ruby extconf.rb install sqlite3-ruby
checking for sqlite3.h... yes
checking for sqlite3_open() in -lsqlite3... yes
creating Makefile
make
gcc -fno-common -g -O2 -pipe -fno-common -I.
-I/usr/local/lib/ruby/1.8/powerpc-darwin8.3.0
-I/usr/local/lib/ruby/1.8/powerpc-darwin8.3.0 -I. -DHAVE_SQLITE3_H
-I/usr/local/include -c sqlite3_api_wrap.c
cc -dynamic -bundle -undefined suppress -flat_namespace
-L"/usr/local/lib" -L"/usr/local/lib" -o sqlite3_api.bundle
sqlite3_api_wrap.o -lsqlite3 -ldl -lobjc
make install
install -c -p -m 0755 sqlite3_api.bundle
/usr/local/lib/ru...