*BSD News Article 28124


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!munnari.oz.au!ihnp4.ucsd.edu!usc!howland.reston.ans.net!europa.eng.gtefsd.com!news.umbc.edu!nobody
From: odysseas@cs.umbc.edu (Odysseas Pentakalos)
Newsgroups: comp.os.386bsd.development
Subject: Problem with the installation of pcvt
Date: 7 Mar 1994 11:17:17 -0500
Organization: University of Maryland, Baltimore County
Lines: 35
Message-ID: <2lfk2dINNf56@retriever.cs.umbc.edu>
NNTP-Posting-Host: retriever.cs.umbc.edu

	While trying to install the latest version of the pcvt console
driver I encountered the following problem:

cc  -c -O  -I. -I../../../../arch -I../../../.. -I../../../../sys -DGENERICAHA -DI486_CPU -DI386_CPU -DPCVT_NETBSD -DMACHINE_NONCONTIG -DCOMPAT_NOMID -DMATH_EMULATE -DSCSI -DKERNFS -DMSDOSFS -DUCONSOLE -DXSERVER -DTCP_COMPAT_42 -DCOMPAT_43 -DNFSCLIENT -DISOFS -DINET -DDEVPAGER -DVNODEPAGER -DSWAPPAGER -DKERNEL -Di386  ../../../../arch/i386/isa/pcvt/pcvt_drv.c
../../../../arch/i386/isa/pcvt/pcvt_drv.c: In function `pcvt_xmode_set':
../../../../arch/i386/isa/pcvt/pcvt_drv.c:1042: dereferencing pointer to incomplete type
../../../../arch/i386/isa/pcvt/pcvt_drv.c:1061: dereferencing pointer to incomplete type
*** Error code 1
line 1042 is:

fp->sf_eflags |= PSL_IOPL;
	
line 1061 is:

fp->sf_eflags &= ~PSL_IOPL;

fp is defined as:

struct syscframe *fp;

	I would appreciate any helping in solving this problem.


						Thanks,

						Odysseas

/-----------------------------------------------------------------------------\
					Odysseas Pentakalos
			       University of Maryland Balto. County
	 	 		   Computer Science Department
				       5401 Wilkens Ave.
				   Baltimore, Maryland 21228
				       odysseas@cs.umbc.edu
\-----------------------------------------------------------------------------/