[GRASS5] 5.7 cvs snapshot 25.11.04 makefile problem OS X

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.

regards
florian

All,

Is there a way to speed up v.support + v.build for vector files.

Are there any special parameters that I can use?

I am using grass53 under cygwin on win2k

thanks,

Stephen

better yet: in the Makefile, change line 324 to:

  @ cp -rpf demolocation ${ARCH_DISTDIR}/

(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.

regards
florian

_______________________________________________
grass5 mailing list
grass5@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass5

-----
William Kyngesburye <kyngchaos@charter.net>
http://webpages.charter.net/kyngchaos/

"I ache, therefore I am. Or in my case - I am, therefore I ache."

- Marvin

On Thu, Nov 25, 2004 at 03:22:45PM -0700, Stephen Clark wrote:

All,

Is there a way to speed up v.support + v.build for vector files.

Are there any special parameters that I can use?

I am using grass53 under cygwin on win2k

Hi Stephen,

perhaps you try GRASS 5.7? It might be (significantly) faster.
A fresh winGRASS-5.7 you can grab here:

http://geni.ath.cx/grass.html

Cheers

Markus