Closed GoogleCodeExporter closed 9 years ago
What version of GCC?
Original comment by a...@1stleg.com
on 12 Mar 2013 at 3:18
[deleted comment]
It sounds like you are using GCC 3.X which is unsupported. If you can, upgrade
to GCC 4.X. If you must use GCC 3.X you can remove -Werror form native.cc.args
to get it to compile. You may want to try adding -fno-strict-aliasing instead
of removing Werror. I have not extensively tested either option so if you
choose to use GCC 3.X you will be on your own.
Original comment by a...@1stleg.com
on 12 Mar 2013 at 4:27
gcc version is 4.1.2
By adding -fno-strict-aliasing,it can be compiled successfully.
Thank you.
Original comment by r...@atso.com.tw
on 13 Mar 2013 at 7:35
I want to use the hook to avoid some system button (eq. Alt+tab or Alt+Esc)
making something outside my program. Could you help me?
Original comment by r...@atso.com.tw
on 13 Mar 2013 at 7:50
Are you trying to ignore these events on your system? If that is the case, it
is not possible in a portable way. See Bug #22 for more information.
Original comment by a...@1stleg.com
on 13 Mar 2013 at 10:32
I have added -fno-strict-aliasing as a default compile option for all systems.
This should resolve your starting with r699.
Original comment by a...@1stleg.com
on 14 Mar 2013 at 6:58
Original issue reported on code.google.com by
r...@atso.com.tw
on 12 Mar 2013 at 9:49Attachments: