From: Ian.MacMillan@pomona.edu
Subject: osx startup woes and r.line
Date: December 13, 2004 3:37:56 PM PST
To: grasslist@baylor.edu
Hi all, I have a weird error coming up when starting up grass5.7 from Lorenzo Moretti's packages. I just downloaded 5.4 and the most updated 5.7 today. Somehow the display manager chokes on startup. I get the original splash screen for about half a second then this error follows:
GRASS 5.7.0:~ > Error in startup script: dyld: ps.map version mismatch for library: /usr/local/grasslib/lib/libgdal.1.dylib (compatibility version of user: 7.0.0 greater than library's version: 4.0.0)
while executing
"exec ps.map -p"
(procedure "DmPrint::init" line 14)
invoked from within
"DmPrint::init"
(procedure "main" line 27)
invoked from within
"main $argc $argv"
(file "/Applications/Grass/grass57.app/Contents/Resources/grass-5.7.0/etc/dm/d.m.tcl" line 773)
Anybody else run into this?
Also I can't find r.line anywhere, has it been changed into something else? I looked in the mailing lists, but as you can't enter periods (.) in your search, it proved fruitless.
Thanks for any help y'all might have,
-Ian
It sounds like you may have an old version of gdal. Did you update your libraries by installing the current version of grasslib? You can find that either as a standalone library package you can download or in the GRASS complete package. Do you have any other older version of gdal hanging around in /usr/local/lib and usr/local/bin?
Michael
On 12/13/04 4:39 PM, “Ian MacMillan” ian_macmillan@umail.ucsb.edu wrote:
From: Ian.MacMillan@pomona.edu
Subject: osx startup woes and r.line
Date: December 13, 2004 3:37:56 PM PST
To: grasslist@baylor.edu
Hi all, I have a weird error coming up when starting up grass5.7 from Lorenzo Moretti’s packages. I just downloaded 5.4 and the most updated 5.7 today. Somehow the display manager chokes on startup. I get the original splash screen for about half a second then this error follows:
GRASS 5.7.0:~ > Error in startup script: dyld: ps.map version mismatch for library: /usr/local/grasslib/lib/libgdal.1.dylib (compatibility version of user: 7.0.0 greater than library’s version: 4.0.0)
while executing
“exec ps.map -p”
(procedure “DmPrint::init” line 14)
invoked from within
“DmPrint::init”
(procedure “main” line 27)
invoked from within
“main $argc $argv”
(file “/Applications/Grass/grass57.app/Contents/Resources/grass-5.7.0/etc/dm/d.m.tcl” line 773)
Anybody else run into this?
Also I can’t find r.line anywhere, has it been changed into something else? I looked in the mailing lists, but as you can’t enter periods (.) in your search, it proved fruitless.
Thanks for any help y’all might have,
-Ian
C. Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
PO Box 872402
Arizona State University
Tempe, AZ 85287-2402
USA
Phone: 480-965-6262
Fax: 480-965-7671
www: <www.public.asu.edu/~cmbarton>
On Mon, Dec 13, 2004 at 03:39:13PM -0800, Ian MacMillan wrote:
...
Also I can't find r.line anywhere, has it been changed into something
else? I looked in the mailing lists, but as you can't enter periods
(.) in your search, it proved fruitless.
Thanks for any help y'all might have,
Ian,
r.line -> r.to.vect
Markus