-
Notifications
You must be signed in to change notification settings - Fork 167
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
svix-bridge: Cannot open include file: 'fficonfig.h' Win11x64 #1128
Comments
@svix-onelson, any idea? |
@tasn Unfortunately, no idea. @davehorner alas! I thought this was building well for you some weeks back, at least well enough for you to run into the var substitution problem 😓 (thought this should now be fixed). I know we recently bumped a version of a dependency that was yanked. As a quick thing, I might try running A weak web search indicates this sort of problem might come from env pollution; mixing MSVC and MinGW. No idea if this is applicable. My guess would be most people are not using MinGW today, instead relying on WSL. Separately, I wonder if we can get a CI job for the Windows build to help avoid these 🤔 |
@svix-onelson this is a new Win11x64 machine. You're right, we were past this compilation step and on to brighter days on my Win10x64. I'm surprised. I've turned this machine into a bowl of spaghetti so quickly. I have found need for msys2 msys which also includes mingw32.
full trace. I'm not sure what to do either. I also use WSL Ubuntu. I did a
yes, I've got a bowl of spaghettis. The log is even less useful from wsl linux. build-script-build is a binary file. |
building libffi-rs works works directly in windows.
the same is not true for wsl ubuntu.
I realize this is more a libffi-rs issue; looking for any suggestions that might help. I'm not sure how to document it well for libffi issue. still poking around. |
I got windows built with the following:
I still need to set the I haven't looked at the wsl linux build; it would be nice to understand why that build is not working. I've got a working windows build now. |
I think this is related to libffi/libffi#552 based on the WSL log from #1128 (comment) |
I think they are unrelated. I also think with my last comment that I resolved the issue. hope that helps someone else. |
The wsl Linux build part appears to still be broken. |
ah. I see. yes that's right I did move on. |
It looks like the WSL problem occurs when libffi is build on the windows filesystems mounted under |
Bug Report
cargo run --no-default-features --features gcp-pubsub,rabbitmq,redis,sqs
Version
latest code
Platform
Win11 x64
Description
Just following up to see if the windows bridge works. I am still unable to get a built yet. Now I am facing an issue with fficonfig.h. Let me know if you have any suggestions. Thank you.
The text was updated successfully, but these errors were encountered: