login
Header Space

 
 

Re: header woes with 2.2.2d

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Tuesday, August 18, 1992 - 3:00 pm

jliddle@rs6000.cmp.ilstu.edu (Jean Liddle) writes:










I got ps to compile just fine last night. As all of the header files are now
in /usr/include, ps doesn't need the -I/usr/src/linux/include stuff. When
cmdline.c tries to compile, it gets lost on some symlink and generates all 
those errors you mentioned. You should cp the blk.h file from from /usr/src
linux/kernel/blk_drv/ directory to your ps directory and change the 
#include "../kernel/blk_drv/blk.h" in free.c to #include "blk.h"
After doing all this, it should compile with no problem. The problem I think
was happening was that ps would include a file from the linux/include tree
which would try and include a file from /usr/include/linux and the symlinks
would confuse the compiler to no end.


=======================                              ===========================
-Oh the joy of finding-       James Chacon           -probreak@matt.ksu.ksu.edu-
-That last pizza slice-                              ---------------------------
=======================                              ==========================
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: header woes with 2.2.2d, James Michael Chacon, (Tue Aug 18, 3:00 pm)
speck-geostationary