I am trying to port a driver to Digital UNIX 3.2 (OSF etc).
I am getting missing include file messages as shown below.
What are the proper search paths for <something.h> in a driver
context for OSF? (i.e please don't tell me just "/usr/include" )
When I included the path for vm/vm_map.h (/usr/sys/include) it made a
bigger mess.
The include paths for this system seem quite complicated.
thank you for your time
Mark
my system manager gave me "/usr/sys/SWLABE" which solved some problems
example:
{34} make -f TestMake
cc -D_KERNEL -I/usr/sys/SWLABE -c DIO_Open.c
/usr/lib/cmplrs/cc/cfe: Error: /usr/include/kern/task.h: 68: Cannot open
file vm/vm_map.h for #include
/usr/lib/cmplrs/cc/cfe: Error: /usr/include/kern/task.h: 69: Cannot open
file procfs/procfs.h for #include
/usr/lib/cmplrs/cc/cfe: Error: /usr/include/kern/thread.h: 80: Cannot
open file vm/vm_object.h for #include
/usr/lib/cmplrs/cc/cfe: Error: /usr/include/kern/thread.h: 81: Cannot
open file procfs/procfs.h for #include
Received on Wed Oct 11 1995 - 20:44:30 NZDT