This is probably not worth talking about, but if you remove Version.c and run "rmake" in src/rt, you should see:
$ rmake Version.c ( cat VERSION ; date ; whoami ; hostname ) > Version.c ed - Version.c < verscript.ed Thus, if a bad version of Version.c exists, ed won't get run and you'll get the subsequent error, which is why I suggested removing Version.c and re-running makeall. It doesn't matter what is in the Version string as far as running the program goes, but it's best if you have rmake create it if it's not an official Radiance release. If the above command isn't being run or is generating an error after you installed 'ed', then I need to see the exact error. It seems like you have a really stripped-down version of Linux. -Greg > From: Philip Schwarz <[email protected]> > Date: April 5, 2018 10:32:20 AM PDT > > >After installing "ed", you would need to remove the unedited Version.c file > >to recreate it with makeall. > > Installing ed didn't solve the problem of Version.c being generated > incorrectly: it just resulted in one more instance being reported of the > compilation error due to the file's contents. > > As you said, manually replacing the content of Version.c with the following, > results in the file compiling successfully: char VersionID[]="RADIANCE 5.2a > lastmod Fri Feb 16 10:37:53 PST 2018 by gward on photon"; > > At that point I thought I'd just put this doctored Version.c file under > version control and forget about it. Does the fact that the file already > exists cause the build a problem? At first sight, it doesn't seem so. > > If instead of doing that I delete the file then makeall will continue to > generate the same problematic file leading to compilation errors, I believe. > > Let me know if I need to do something else instead. > > Sorry if I am belabouring this but I appreciate your time so I am hoping that > while I may well have repeated the obvious, it may spare you some effort in > replying. > > Philip > > > On 5 April 2018 at 18:01, Gregory J. Ward <[email protected]> wrote: > After installing "ed", you would need to remove the unedited Version.c file > to recreate it with makeall. > > Regarding your other errors, you need to install the Radiance overlay > (Auxiliary files) that includes the src/px/tiff directory (I think). The > link was on the downloads page: > > > https://www.radiance-online.org/download-install/radiance-source-code/un-official-head-version > > This is also responsible for the distclean error. You can just ignore the > errors related to libtiff and do without ra_tiff in your distro. > > To run trad, you need to install wish. If you don't have it, you can't use > that program, so it doesn't bother installing. > > -Greg > >> From: Philip Schwarz <[email protected]> >> Date: April 5, 2018 9:19:57 AM PDT >> >> Hello, >> >> now that I no longer get X11-related compilation errors, I am down to the >> following 5: >> >> make clean error >> https://gist.github.com/philipjss/bded331695eedfad0e76f48557b21427#file-build-1-console-output-txt-L121-L126 >> >> Lib tiff error >> https://gist.github.com/philipjss/bded331695eedfad0e76f48557b21427#file-build-1-console-output-txt-L599-L610 >> >> make: Target `install' not remade because of errors. >> https://gist.github.com/philipjss/bded331695eedfad0e76f48557b21427#file-build-1-console-output-txt-L672 >> >> Cannot find wish executable in current path -- trad not installed. >> https://gist.github.com/philipjss/bded331695eedfad0e76f48557b21427#file-build-1-console-output-txt-L802-L803 >> >> There were some errors. >> https://gist.github.com/philipjss/bded331695eedfad0e76f48557b21427#file-build-1-console-output-txt-L827 >> >> I would really appreciate it if you could have a quick look. >> >> Is there a quick fix for them? >> >> If not, how serious are they? >> >> Thank you for your help. >> >> Philip >> _______________________________________________ >> Radiance-dev mailing list >> [email protected] >> https://www.radiance-online.org/mailman/listinfo/radiance-dev > > _______________________________________________ > Radiance-dev mailing list > [email protected] > https://www.radiance-online.org/mailman/listinfo/radiance-dev > > > _______________________________________________ > Radiance-dev mailing list > [email protected] > https://www.radiance-online.org/mailman/listinfo/radiance-dev
_______________________________________________ Radiance-dev mailing list [email protected] https://www.radiance-online.org/mailman/listinfo/radiance-dev
