AtnNn / librethinkdbxx

RethinkDB driver for C++
Other
98 stars 31 forks source link

Can't compile, missing header file #9

Open shikazu opened 8 years ago

shikazu commented 8 years ago

Tried to compile librethinkdbxx with Visual Studio 2013 Express and i'm missing the file protocol_defs.h.

Is there any dependency i've overlooked?

shikazu commented 8 years ago

When i use gen.py to create that file (sorry, i've totally overlooked that), i have 375 errors in visual studio 2013. Is it compatible with windows or not?

AtnNn commented 8 years ago

I haven't tried it on windows. It may need a few modifications.

I would recommend using VS 2015 or mingw-w64 to get it to work on windows.