[hipl-dev] Re: [Question #632907]: hipl makefile install error

  • From: Miika Komu <question632907@xxxxxxxxxxxxxxxxxxxxx>
  • To: hipl-dev@xxxxxxxxxxxxx
  • Date: Thu, 18 May 2017 12:18:44 -0000

Question #632907 on HIPL changed:
https://answers.launchpad.net/hipl/+question/632907

    Status: Open => Answered

Miika Komu proposed the following answer:
Juhani:

With a quick glance, it looks like your compiler is new enough that it
issues warnings for unused parameters. The CFLAGS have a -Werror flag
set, which tells make to treat all warnings as errors and stop the
compile when encountered. Try adding -Wno-error=unused-parameter to
CFLAGS and try again. I don't remember off the top of my head which
configuration file has it, but a quick grep should help there.

Miika:

as a dirty hack, remove all -Wxx flags in configure.ac: AM_CFLAGS. I can
take a look at this later.

-- 
You received this question notification because your team HIPL core team
is an answer contact for HIPL.

Other related posts: