rothgar / gosqlite

Automatically exported from code.google.com/p/gosqlite
0 stars 0 forks source link

gosqlite will not compile on OS Mavericks 10.9.4 #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. mkdir mygo2
2. export GOPATH=~/mygo2
3. go get code.google.com/p/gosqlite/sqlite

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

go get should build gosqlite in my workspace instead I see:

Peggys-MacBook-Air:mygo2 pegerita$ go get code.google.com/p/gosqlite/sqlite
# code.google.com/p/gosqlite/sqlite
could not determine kind of name for C.free
could not determine kind of name for C.sqlite3_backup_remaining
could not determine kind of name for C.sqlite3_backup_pagecount
could not determine kind of name for C.sqlite3_backup_finish
could not determine kind of name for C.sqlite3_reset
could not determine kind of name for C.GoString
could not determine kind of name for C.sqlite3_errmsg
could not determine kind of name for C.sqlite3_libversion
could not determine kind of name for C.sqlite3_backup_step
could not determine kind of name for C.sqlite3_busy_timeout
could not determine kind of name for C.my_bind_text
could not determine kind of name for C.sqlite3_column_bytes
could not determine kind of name for C.sqlite3_open_v2
could not determine kind of name for C.CString

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

I am using Mac OS Mavericks 10.9.4

go version
go version go1.1.2 darwin/amd64
Peggys-MacBook-Air:mygo2 pegerita$ gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
--with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacO
SX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix

Please provide any additional information below.

Original issue reported on code.google.com by peger...@gmail.com on 24 Jul 2014 at 2:09