Skip to content

ldb_config.h file missing #228

@sanjaybharadwaj

Description

@sanjaybharadwaj

I am trying to build the package using Mingw64 on windows. Since the system is similar to Linux, I modified the build_system_detect to return Linux configurations also for Mingw64 compiler.

When I build the system, I get the following error

In file included from ./util/refobject_base.h:33:0,
from ./include/leveldb/expiry.h:30,
from ./include/leveldb/options.h:59,
from ./include/leveldb/iterator.h:20,
from ./include/leveldb/db.h:10,
from ./db/dbformat.h:10,
from ./db/builder.h:9,
from db/builder.cc:8:
./port/port.h:9:32: fatal error: leveldb/ldb_config.h: No such file or directory
#include "leveldb/ldb_config.h"

I do not find the file ldb_config.h present anywhere in the system, I used the Master and the latest 2.1.3 version. What can be the problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions