Restream / reindexer

Embeddable, in-memory, document-oriented database with a high-level Query builder interface.

Home Page:https://reindexer.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error

0x000777 opened this issue · comments

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

commented

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