Replies: 1 comment 2 replies
|
YES! This is a problem for me as well. Quite annoying. I don't understand why fpm doesn't respect FPM_FFLAGS settings. Back to using make... |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using FPM in my project, which requires dispmodule. However, because of the -werror=implicit-interface flag, I'm not able to compile the code. I've used -flags to override the defaults, but still "-werror=implicit-interface" exists.
All reactions