We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
::: ~ $ git clone [email protected]:blevesearch/bleve-explorer.git Cloning into 'bleve-explorer'... remote: Enumerating objects: 347, done. remote: Total 347 (delta 0), reused 0 (delta 0), pack-reused 347 Receiving objects: 100% (347/347), 3.39 MiB | 13.65 MiB/s, done. Resolving deltas: 100% (157/157), done. ::: ~ $ cd bleve-explorer bleve-explorer $ git:(master) go mod init github.com/blevesearch/bleve-explorer go: creating new go.mod: module github.com/blevesearch/bleve-explorer ::: bleve-explorer $ go build -tags full go: finding module for package github.com/blevesearch/bleve/config go: finding module for package github.com/gorilla/mux go: finding module for package github.com/blevesearch/bleve-mapping-ui go: finding module for package github.com/elazarl/go-bindata-assetfs go: finding module for package github.com/blevesearch/bleve go: finding module for package github.com/blevesearch/bleve/http go: found github.com/blevesearch/bleve in github.com/blevesearch/bleve v1.0.14 go: found github.com/blevesearch/bleve-mapping-ui in github.com/blevesearch/bleve-mapping-ui v0.4.0 go: found github.com/blevesearch/bleve/config in github.com/blevesearch/bleve v1.0.14 go: found github.com/blevesearch/bleve/http in github.com/blevesearch/bleve v1.0.14 go: found github.com/elazarl/go-bindata-assetfs in github.com/elazarl/go-bindata-assetfs v1.0.1 go: found github.com/gorilla/mux in github.com/gorilla/mux v1.8.0 # github.com/jmhodges/levigo ../../go/pkg/mod/github.com/jmhodges/[email protected]/batch.go:4:11: fatal error: 'leveldb/c.h' file not found #include "leveldb/c.h" ^~~~~~~~~~~~~ 1 error generated. # github.com/blevesearch/blevex/icu ../../go/pkg/mod/github.com/blevesearch/[email protected]/icu/boundary.go:15:11: fatal error: 'unicode/utypes.h' file not found #include "unicode/utypes.h" ^~~~~~~~~~~~~~~~~~ 1 error generated. # github.com/tecbot/gorocksdb ../../go/pkg/mod/github.com/tecbot/[email protected]/array.go:4:11: fatal error: 'rocksdb/c.h' file not found #include "rocksdb/c.h" ^~~~~~~~~~~~~ 1 error generated. ::: bleve-explorer $
The text was updated successfully, but these errors were encountered:
thanks marty. yep stupid mistake. works now.
I am porting the gui to gioui, and so also porting the js...
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: