Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
/ 2004-03-31 17:38:59 -0700 \ Thorn Roby: > Trying to build the current CVS snapshot of 0.7pre5 on RH9 I ran into > problems with linux/drbd.h and linux/drbd_config.h not being found. This > occurred whether I ran make in the drbd directory (according to the > install instructions on the website) or from the top level. I tried > sprinkling copies of the linux include directory at various levels of > the build tree as well as in /usr/include/linux, but that didn't help. I > finally solved the problem by changing the angle brackets on all include > directives to double quotes. Thanks. there was a override statement missing in the Makefile (not needed for our now primary target, linux 2.6, so we did not notice). Get a fresh cvs checkout, please. export CVSROOT=":pserver:anonymous:@cvs.drbd.org:/var/lib/cvs/drbd" cvs co -rrel-0_7-branch -d drbd-0.7.cvs drbd cd drbd-0.7.cvs > I also had a problem with drbdadm_parser.y not being accepted until I > deleted all the \r characters from the file (leaving \n). Oops? Not on *my* checkout, and not in the repository. Maybe some transmission error? Lars Ellenberg