Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Error when building luarpc #173

@JohnTordur

Description

@JohnTordur

When trying to build luarpc, the build errors.

src/modules/bit.c:43:8: error: ‘s64’ undeclared (first use in this function)
   43 |   ( ( (s64)luaL_checknumber((L), (n))) & 0x0ffffffff  )

I tried to declare it like this in bit.c

/* Quickfix */
typedef signed long long s64;

This builds the projet, but I'm unsure if it is the proper solution?

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