-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Namespace support #19
Comments
What libraries you are trying to load? Seems like in problem header used undeclared type. lcpp has nothing to do with it. |
Hey, what version of lcpp are you using? https://github.com/m-schmoock/lcpp/blob/master/lcpp.lua#L1952 does not relate to such error.
|
I'm trying to load |
Can't reproduce - no errors with headers from MinGW 4.9.3. local lcpp = require("lcpp/lcpp")
local ffi = require("ffi")
ffi.cdef("#include <stdio.h>") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I try to load some libs, I've got an error:
What about it?
P.S.: I load it with ffi.cdef().
The text was updated successfully, but these errors were encountered: