frida/frida-go

v0.7.1 fails to compile on Debian with `cc`

Closed this issue · 6 comments

When running go build with v0.7.1 as a dependency, I get:

cc1: error: '-Wno-error=incompatible-function-pointer-types': no option '-Wincompatible-function-pointer-types'; did you mean '-Wincompatible-pointer-types'?

Running cc --version gives:

cc (Debian 12.2.0-14) 12.2.0

Reverting to v0.7.0 fixes the problem. I suspect it's related to this issue: #30

Let me know if more information would be helpful; I think it's a quick fix with compiler flag names.

This is fixed on main. I believe we just need to cut a tag.

#33 here

NSEcho commented

Hey there, the linux does not require that flag so I think it should be removed. I can push commit in a couple of hours

@NSEcho it's already fixed with #33 a new release just needs to be created.

NSEcho commented

You are right, thanks, will release it now

NSEcho commented

@adamshugar everything okay now?