My apologies if this is duplicated, but I don't remember seeing it come across the list.
After Stephen's security warning, I downloaded 5.22 but I can't get it to compile. Using Redhat 6.1 on intel hardware. It is dying in globals.c Here is what happens.... ----- snip ---- [paul@earth src]$ make gcc -O2 -DUNIX -c globals.c In file included from globals.c:10: anlghea3.h:259: warning: `PATH_MAX' redefined /usr/include/linux/limits.h:15: warning: this is the location of the previous definition globals.c: In function `globals': globals.c:1173: `PATH_MAX' undeclared (first use in this function) globals.c:1173: (Each undeclared identifier is reported only once globals.c:1173: for each function it appears in.) make: *** [globals.o] Error 1 ----- snip ----- I should note that the warning about PATH_MAX redefined also show up in compiling previous modules, but it actually dies in globals.c. I don't know if that matters or not, since I am not by any stretch of the imagination a C programmer. I tried installing from the RPM but the version of rpm we have installed won't handle this, it says it can only be used to install packages with major numbers <=3. I am looking into upgrading rpm, but I would prefer to compile it myself. Any help appreciated. TIA. Paul Baughman +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
