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- --------------------------- ======================= ========================== -
| Christoph Lameter | Re: [RFC 00/15] x86_64: Optimize percpu accesses |
| Linus Torvalds | Re: [Patch v2] Make PCI extended config space (MMCONFIG) a driver opt-in |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
git: | |
| David Miller | [GIT]: Networking |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Christoph Hellwig | Re: [PATCH 06/32] IGET: Mark iget() and read_inode() as being obsolete [try #2] |
| Gerrit Renker | [PATCH 26/37] dccp: Integration of dynamic feature activation - part 1 (socket set... |
