Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!ncar!gatech!udel!mmdf From: SRONCH%HLERUL2.BITNET@vm.biu.ac.il (Fred Wiersma) Newsgroups: comp.os.minix Subject: Re: ok Message-ID: <57242@nigel.ee.udel.edu> Date: 26 Jun 91 10:59:08 GMT Sender: mmdf@ee.udel.edu Lines: 64 Bruce (aka The Grand Master) writes: > OK > I am getting there. > As you all know by know > Trying to compile 1.6.16 on an IBM PS/2 286 > > Problems still: > I got kernel to compile by replacing sigaddset, sigismember, sigdelset, > and sigemptyset with the corresponding lines from the 1.5.10 kernel > (this occurs in system.c). > I could not do the same however in mm, becauase of the number of occurences > (signal.c, exec.c, main.c, break.c) and the complexity of some of those. > The old versions of these files use certain variables in the location > where the new versions use sig*, but said variables are not present > anywhere in the new version. > HELP!! > Why are sigaddset, sigdelset, sigemptyset, and sigismember undefined!?!?!?? Because AST forgot to include these in the 1.6.16 cdiffs, I think, but now you can ftp them from ftp.cs.vu.nl. I think they are in lib_other.shar.Z. > If you wanna see where they are they are in /usr/include/signal.h > There are defined like: > _PROTOTYPE (sigdelset, (sigset_t *_set) ); /* or something like that */ > > A friend of mine said that the a procedure defined with the _PROTOTYPE > call will be left unset if using a K&R compiler (That is what cc is right?) > > So how can I have these defined???? > cc on the pc is the ACK compiler which is K&R. If I remember correctly, there is a macro definition for PROTOTYPE which for ACK transforms a function definition to K&R functions. Try cpp on a program with PROTOTYP and see what it does.. > Is there anyone out there who got 1.6.16 to compile using the plain > 1.5.10 compiler?? > Yep, me... Only some test programs give errors, but I haven't had the time yet to look into it. > Ugh - this is really frustrating. > Three weeks I have been trying to compile 1.6.16 Off and on, about the same time for me. > If I do not get it straight soon, I am going to delete 1.6.16 and just > live with 1.5.10. When AST posted the 1.6.16 announcement, he wrote that, after getting bug reports etc. he might post the definite 1.6 version cdiffs to the net. You may wait for them. > > When is 2.0 due out??? > > Bruce Fred Wiersma SRONCH@HLERUL2.BITNET or wiersma@compass.LeidenUniv.nl