Discussion:
[leveldb] LevelDB on windows as static library.
Tnandkumar
2015-09-09 09:05:25 UTC
Permalink
I'm building levelDB 1.18 as static library for windows.Do i need to
include c.cc and c.h files in my library? I gone through the chromium code
and looks like they are also not using the c.cc and c.h. While compiling
c.cc I'm getting error "c.cc(8): fatal error C1083: Cannot open include
file: 'unistd.h': No such file or directory" Build works fine if i comment
the the statement #include<uinistd.h> from c.cc.
can any one please explain me what is use of c.cc?
--
You received this message because you are subscribed to the Google Groups "leveldb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to leveldb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...