David Shen
David Shen
I observed this issue in an Emacs started from a WSL 1 environment. In another environment, Emacs with WSL 2, I did not have this issue...let's blame Windows...
Or at least explicitly document that the `ILogger` interface should be the one from the `Autofac.Extras.NLog` namespace.
Building `leveldb.lib` is easy, as there are many resources. However, I could not find any reference on building the python binding. On Tue, Sep 15, 2015 at 11:36 PM Guillaume...
@happynear I have build `leveldb` from @chirino 's repository, and got the _lib_ files. The code snippet in that blog seems very old. I will try if it still applies....
My working environment is Windows 8 64 bit, VS 2012, leveldb 0.193. I added these lines to the `setup.py` file in leveldb: ``` else: #print >>sys.stderr, "Don't know how to...
Indeed it helps. Thanks a lot! On Wed, Sep 16, 2015 at 5:26 PM Feng Wang [email protected] wrote: > @davidshen84 https://github.com/davidshen84 > I have just created a new repository >...
@willyd I am trying to integrate @vfdev-5 's work into `caffe-builder`, but I am stuck at setting the build type. LevelDB python build need to link with python library files....
@vfdev-5 MSVC does not accept build type in configuration, it has to be specified at build type. So I guess it won't work. But I saw you were using nmake....
But I prefer not to relay on the .bat file. I want to integrate the py-leveldb into the caffe-builder. On Mon, Dec 28, 2015 at 10:15 PM vfdev [email protected] wrote:...
@vfdev-5 do you know why we want to enforce build a **Debug** version? I am trying to find a way to only build a **Release** version for my _pyleveldb_ project,...