i compiled todays (25.11.04) 5.7cvs snapshot on debian sarge and 10.3.6. on debian everything was fine but on osx i got this error:
/bin/sh: line 1: /Users/florian/Documents/Apps_Install/GIS/grass57_cvs/dist.powerpc-apple-darwin7.6.0/demolocation/.grassrc57: No such file or directory
make: *** [builddemolocation] Error 1
as a workround i commented "builddemolocation" in line 74 of Makefile. compilation than finishes without problems the created binaries work, even nviz.
(the trailing slash is removed from 'demolocation'. with the trailing slash it was copying just the _contents_ of demolocation to ARCH_DISTDIR instead of demolocation itself and its contents. So the grassrc setup fails.
On Nov 25, 2004, at 11:31 AM, Florian Goessmann wrote:
i compiled todays (25.11.04) 5.7cvs snapshot on debian sarge and 10.3.6. on debian everything was fine but on osx i got this error:
/bin/sh: line 1: /Users/florian/Documents/Apps_Install/GIS/grass57_cvs/dist.powerpc-apple-darwin7.6.0/demolocation/.grassrc57: No such file or directory
make: *** [builddemolocation] Error 1
as a workround i commented "builddemolocation" in line 74 of Makefile. compilation than finishes without problems the created binaries work, even nviz.