Path: utzoo!attcan!uunet!wuarchive!usc!zaphod.mps.ohio-state.edu!sunybcs!bingvaxu!leah!boehme From: boehme@leah.Albany.Edu (Eric M. Boehm) Newsgroups: comp.os.minix Subject: Problems building cpp and cppmake (for building 32 bit system) Keywords: cpp cppmake compiler NULL Message-ID: <3246@leah.Albany.Edu> Date: 27 Jun 90 16:50:23 GMT Organization: The University at Albany, Computer Services Center Lines: 31 I have tried several times to build cpp and cppmake. cpp seems to compile okay, but when I process makefile.cpp, minix is replaced by the number 1. cppmake has several problems compiling, it defines things that were defined already (but were probably missing in 1.3). When I finally get it to compile, it doesn't do anything. It creates a makefile with a zero length and does not 'make' anything. If there is an updated version for 1.5.10, I am unable to find it. I have obtained the tar files from both plains.nodak.edu and sirius.ucs.adelaide.edu.au. Any suggestions would be appreciated. A last note, when building the 32 bit system, bcc complained about redefinition of NULL. I had to change unistd.h and stdlib.h and some others from: #define NULL ((void*) 0) to #ifndef NULL #define NULL ((void *) 0) #endif Should this be a patch for future releases? -- Eric M. Boehm BOEHME@leah.Albany.EDU BOEHME@ALBNYVMS.BITNET