Restream / reindexer

Embeddable, in-memory, document-oriented database with a high-level Query builder interface.
https://reindexer.io
Apache License 2.0
763 stars 64 forks source link

Error #47

Open 0x000777 opened 4 years ago

0x000777 commented 4 years ago

Today install on Windows 10, golang latest:

  1. Install Reindexer Server
  2. go get -a github.com/restream/reindexer
  3. mingw64

build example on readme.md and see error... # github.com/restream/reindexer/bindings/builtin c:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lreindexer c:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lleveldb c:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lsnappy collect2.exe: error: ld returned 1 exit status

ilyar commented 4 years ago

Need install snappy. It will be difficult to satisfy dependencies for build in a window environment. Use docker environment see sample https://github.com/ilyar/reindexer-sample