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

Does not build on osx :( #17

Open
TechplexEngineer opened this issue Jan 24, 2021 · 1 comment
Open

Does not build on osx :( #17

TechplexEngineer opened this issue Jan 24, 2021 · 1 comment

Comments

@TechplexEngineer
Copy link

::: ~ $ 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 $
@gedw99
Copy link

gedw99 commented Aug 16, 2021

thanks marty.
yep stupid mistake. works now.

I am porting the gui to gioui, and so also porting the js...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants