Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go build ... includes the _obj directory? #2693

Closed
bradfitz opened this issue Jan 13, 2012 · 4 comments
Closed

go build ... includes the _obj directory? #2693

bradfitz opened this issue Jan 13, 2012 · 4 comments
Milestone

Comments

@bradfitz
Copy link
Contributor

I think the ... pattern to go build should skip the _obj directory, and perhaps other
directories?

bradfitz@gopher:~/hack/go-sql-test/src/sqltest$ go install ../github.com/mattn/...
# github.com/mattn/go-sqlite3/_obj
sqlite3.go:40[/home/bradfitz/hack/go-sql-test/src/github.com/mattn/go-sqlite3/_obj/sqlite3.cgo1.go:43]:
undefined: _Cfunc_CString
sqlite3.go:41[/home/bradfitz/hack/go-sql-test/src/github.com/mattn/go-sqlite3/_obj/sqlite3.cgo1.go:44]:
undefined: _Cfunc_free
sqlite3.go:42[/home/bradfitz/hack/go-sql-test/src/github.com/mattn/go-sqlite3/_obj/sqlite3.cgo1.go:45]:
undefined: _Cfunc_sqlite3_exec
sqlite3.go:43[/home/bradfitz/hack/go-sql-test/src/github.com/mattn/go-sqlite3/_obj/sqlite3.cgo1.go:46]:
undefined: _Cconst_SQLITE_OK
sqlite3.go:44[/home/bradfitz/hack/go-sql-test/src/github.com/mattn/go-sqlite3/_obj/sqlite3.cgo1.go:47]:
undefined: _Cfunc_GoString
sqlite3.go:44[/home/bradfitz/hack/go-sql-test/src/github.com/mattn/go-sqlite3/_obj/sqlite3.cgo1.go:47]:
undefined: _Cfunc_sqlite3_errmsg
sqlite3.go:57[/home/bradfitz/hack/go-sql-test/src/github.com/mattn/go-sqlite3/_obj/sqlite3.cgo1.go:60]:
undefined: _Cfunc_sqlite3_threadsafe
sqlite3.go:62[/home/bradfitz/hack/go-sql-test/src/github.com/mattn/go-sqlite3/_obj/sqlite3.cgo1.go:65]:
undefined: _Cfunc_CString
sqlite3.go:63[/home/bradfitz/hack/go-sql-test/src/github.com/mattn/go-sqlite3/_obj/sqlite3.cgo1.go:66]:
undefined: _Cfunc_free
sqlite3.go:64[/home/bradfitz/hack/go-sql-test/src/github.com/mattn/go-sqlite3/_obj/sqlite3.cgo1.go:67]:
undefined: _Cfunc_sqlite3_open_v2
sqlite3.go:64[/home/bradfitz/hack/go-sql-test/src/github.com/mattn/go-sqlite3/_obj/sqlite3.cgo1.go:67]:
too many errors
# github.com/mattn/go-sqlite3
@robpike
Copy link
Contributor

robpike commented Jan 13, 2012

Comment 1:

Labels changed: added priority-go1.

@robpike
Copy link
Contributor

robpike commented Jan 13, 2012

Comment 2:

Owner changed to builder@golang.org.

@bradfitz
Copy link
Contributor Author

Comment 3:

http://golang.org/cl/5557057

Owner changed to @bradfitz.

Status changed to Started.

@bradfitz
Copy link
Contributor Author

Comment 4:

This issue was closed by revision f47807a.

Status changed to Fixed.

@bradfitz bradfitz self-assigned this Jan 19, 2012
@rsc rsc added this to the Go1 milestone Apr 10, 2015
@rsc rsc removed the priority-go1 label Apr 10, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants