Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Sep 1999 16:16:15 -0700
From:      "Kenton A. Hoover" <shibumi@lehub.com>
To:        freebsd-hackers@freebsd.org
Subject:   APM build problem in -STABLE?
Message-ID:  <199909032316.QAA06350@miranda.lehub.com>

next in thread | raw e-mail | index | archive | help
After a recent makeworld, I needed to build a new kernel.  This is what I've 
been getting after the make:

[snip]
miranda /sys/compile/TP600 % make
cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith 
-Winline -Wuninitialized -Wformat -Wunused  -fformat-extensions -ansi  
-nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -DVM_STACK -include 
opt_global.h -elf  ../../i386/apm/apm.c
../../i386/apm/apm.c:88: field `event_list' has incomplete type
../../i386/apm/apm.c: In function `apm_record_event':
../../i386/apm/apm.c:965: dereferencing pointer to incomplete type
../../i386/apm/apm.c:966: dereferencing pointer to incomplete type
../../i386/apm/apm.c: In function `apmioctl':
../../i386/apm/apm.c:1347: `APMIO_NEXTEVENT' undeclared (first use this 
function)
../../i386/apm/apm.c:1347: (Each undeclared identifier is reported only once
../../i386/apm/apm.c:1347: for each function it appears in.)
../../i386/apm/apm.c:1354: dereferencing pointer to incomplete type
../../i386/apm/apm.c:1358: `APMIO_REJECTLASTREQ' undeclared (first use this 
function)
../../i386/apm/apm.c:1363: warning: unreachable code at beginning of switch 
statement
*** Error code 1

Stop.

Something get mangled somewhere?


| Kenton A. Hoover                                  | shibumi@marchordie.org |
|  Private Citizen                                  |                        |
| San Francisco, California                         |                        |
|===================== http://www.shockwave.org/~shibumi ====================|
|                    T O D A Y ' S   A F F I R M A T I O N                   |
|           There is no love, no good, no happiness and no future --         |
|            all these are just illusions.                                   |


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909032316.QAA06350>