Skip to content

Code is broken and does not build #3

Description

@pps83

I tried to compile the library and I get these errors:

1>sdbm_hash.c
1>C:\work\cmph-git\src\sdbm_hash.c(8,34): error C2065: 'CMPH_HASH_SDBM': undeclared identifier
1>C:\work\cmph-git\src\sdbm_hash.c(48,34): error C2065: 'CMPH_HASH_SDBM': undeclared identifier
1>fnv_hash.c
1>C:\work\cmph-git\src\fnv_hash.c(8,33): error C2065: 'CMPH_HASH_FNV': undeclared identifier
1>C:\work\cmph-git\src\fnv_hash.c(53,33): error C2065: 'CMPH_HASH_FNV': undeclared identifier
1>djb2_hash.c
1>C:\work\cmph-git\src\djb2_hash.c(7,24): error C2065: 'djb2_state': undeclared identifier
1>C:\work\cmph-git\src\djb2_hash.c(8,34): error C2065: 'CMPH_HASH_DJB2': undeclared identifier
1>C:\work\cmph-git\src\djb2_hash.c(48,34): error C2065: 'CMPH_HASH_DJB2': undeclared identifier
1>czech.c
1>c1 : fatal error C1083: Cannot open source file: 'src\czech.c': No such file or directory

There is no way for this code to compile. Can you please commit version that actually builds?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions