-
Notifications
You must be signed in to change notification settings - Fork 46
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
[xrotor] compilation fails: Rank mismatch #184
Comments
I encountered this a while back and haven't yet rolled a fix out. Basically need to edit the makefile to add a flag which will disable the rank mismatch check: This is what I had in my notes:
|
Thank you for the quick awnser. I added a sed command in the build() function of your PKGBUILD file as follows:
This is probably overkill, but it worked for me. I guess only FFLAGS is required, but I didn't check. |
Glad that you were able to find a solution. I would be ecstatic if you could make a PR with your fix so that we can properly close this issue. |
My bad. This is my first fix on github. |
patched with #185 |
The compilation of xrotor fails for me. I tried to install it with an AUR helper using:
trizen -S xrotor
. I tried manually compiling the source with different Makefile tweaks from https://stackoverflow.com/questions/69772266/compiling-and-running-xrotor-on-ubuntu-20-04, but this didn't change anything for me.Here is the relevant error message:
The text was updated successfully, but these errors were encountered: