-
Notifications
You must be signed in to change notification settings - Fork 351
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
i386 __attribute__((fastcall)) #302
Labels
wait-for-response
Waiting for response from the issue author
Comments
Sorry for a late response, do you have a solution now? |
bsdcode
added a commit
to bsdcode/freebsd-ports
that referenced
this issue
Nov 17, 2024
Building with lua support fails on i386, see also [1]. Make lua support configurable with port option LUA and exclude this option on i386. [1] vinniefalco/LuaBridge#302
bsdcode
added a commit
to bsdcode/flycast
that referenced
this issue
Nov 20, 2024
The added build option USE_LUA (enabled by default) allows to enable/disable Lua support in the build. This provides more control over the used dependencies, and is important especially for OpenBSD and FreeBSD i386 builds, where the build fails with enabled Lua support, see also [1]. [1] vinniefalco/LuaBridge#302
flyinghead
pushed a commit
to flyinghead/flycast
that referenced
this issue
Nov 20, 2024
The added build option USE_LUA (enabled by default) allows to enable/disable Lua support in the build. This provides more control over the used dependencies, and is important especially for OpenBSD and FreeBSD i386 builds, where the build fails with enabled Lua support, see also [1]. [1] vinniefalco/LuaBridge#302
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Nov 25, 2024
Building with lua support fails on i386. Make lua support configurable with port option LUA and exclude this option on i386. See also: vinniefalco/LuaBridge#302 PR: 282809
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
on i386 32-bit openbsd with luabridge 9092ace I get a compilation error when trying to addFunction with a function that uses attribute fastcall. Removing fastcall allows the program to compile.
relevant section of Namespace.h:
reproducible example:
The text was updated successfully, but these errors were encountered: