From owner-freebsd-questions Sun Apr 5 13:41:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08280 for freebsd-questions-outgoing; Sun, 5 Apr 1998 13:41:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpha.mstk.com (cx93934-a.vista1.sdca.home.com [24.0.177.213]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08270 for ; Sun, 5 Apr 1998 13:41:17 -0700 (PDT) (envelope-from ifield@mstk.com) Message-Id: <199804052041.NAA08270@hub.freebsd.org> Received: from arthur (206.214.2.66 [206.214.2.66]) by alpha.mstk.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3) id HG671M1G; Sun, 5 Apr 1998 13:45:24 -0700 From: "Ian Field" To: Subject: PAO / Kernel compile errors Date: Sat, 5 Apr 1997 12:36:32 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all I'm trying to update the kernel on my 2.2.6-RELEASE machine with the PAO package, I'm having a problem while running 'make depend' in my new config directory. Error: in file included from ../../pccard/pcic.c:46: ../../pccard/i82365.h:240: unbalanced '#endif' ../../pccard/i82365.h:252: unbalanced '#endif' I edited i82365.h: 238: #endif /* _PCCARD_i82365_H */ 239: #define PCIC_MAX_SLOTS 8 240: #endif 242: /* Cirrus Logic PD-672X specific index */ 244: #define CL672X_PCIC_MISC1 0x16 /* Misc Control 1 */ 245: #define CL672X_PCIC_MISC2 0x1e /* Misc Control 2 */ 247: /* Misc 1 regs. */ 248: #define CLS72X_M1_SPKR_EN 0x10 /* Speaker Enable */ 249: /* Misc 2 regs. */ 250: #define CL672X_M2_LPDM_EN 0x02 /* Low power dynamic mode */ 252: #endif /* _PCCARD_I82365_H */ let me know if you need any more info... thanks in advance Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message