[Nut-upsdev] Re: [Nut-upsuser] Make fails on solaris for latest trunk

Charles Lepple clepple at gmail.com
Tue Apr 3 03:06:55 UTC 2007


On 4/2/07, Zoltan Farkas <zoly at daxtechnologies.com> wrote:
> main-hal.c: In function `main':
> main-hal.c:454: error: `HAL_USER' undeclared (first use in this function)
> main-hal.c:454: error: (Each undeclared identifier is reported only once
> main-hal.c:454: error: for each function it appears in.)
> make[1]: *** [main-hal.o] Error 1
> make[1]: Leaving directory `/export/home/zoly/Projects/opensource/nut/trunk/drivers'
> make: *** [all-recursive] Error 1

Any objections to adding "--enable-maintainer-mode" to the configure options?

Essentially, it's something that you would use when you have
autoconf/automake installed, and you are updating occasionally from
SVN. It adds extra makefile rules so that Makefile and Makefile.in get
rebuilt when configure.in or Makefile.am change. I am pretty sure this
would have helped in Zoltan's case.

-- 
- Charles Lepple



More information about the Nut-upsdev mailing list