-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Stuck on Detecting C ABI #120
Comments
This sounds like the issue described at https://github.com/mstorsjo/msvc-wine?tab=readme-ov-file#fatal-error-c1902-program-database-manager-mismatch-please-check-your-installation and #6; if you install Otherwise, if you have a new enough CMake (3.25 iirc), you can configure with |
I do have winbind (well samba with winbindd if I understand right) installed, do I have to start a systemd unit or something? With the embedded format thing enabled, I get the following:
Cmake is version 3.29, wine is version 7.0.2 |
Sorry, no idea... If you're interested in digging into this, try looking at either the cmake log, to see exactly what command it tried to execute - but maybe it isn't printed until the command completes? Or just try strace. Anyway, with the problematic command known, try executing it manually outside of cmake, to see what it does... There's been a lot of fixes in this area thanks to @huangqinjin.
Ok, so then it does proceed further, but gets stuck on an issue around mt.exe. This is also supposed to work, since #63. You may be able to sidestep it by passing |
Ohhh I had a build folder already configured, changing the name to something new fixed the issue, but I still need to set the linker flags to here is a toolchain file that works:
Now I'm getting a file path issue, should I open a new bug report for this?
|
Sure, that sounds like a different issue as well, so perhaps good to make a separate issue. But it's odd, as if I understand you correctly, this works for you on Ubuntu, but fails on Gentoo? So it sounds like there's something differing in the environment between these two distros, that makes all these details fail in this way. |
The stuck issue and |
where should i copy it from? |
Yes I think that fixed it. I had to build it manually like |
Did you install wine before running |
Whenever I use this project on my Gentoo install I get stuck waiting at this line:
The wine version is the same as my testing Ubuntu environment, where this works: 7.0.2 and it also does the same thing on 9.
Is this a known issue and what can I do about this?
The text was updated successfully, but these errors were encountered: