Normally, extra tools are expected to be in the user's shell PATH. Since the frameworks have a separate bin path for each one, they won't be found in the common /usr/local/bin, and many Mac users may not think to add them.

I took care of this in the Mac startup for GDAL, since I knew that GDAL was used in a GRASS module, but I wasn't aware that m.proj used PROJ tools. I can fix that for future builds. For now, type this in GRASS:

export PATH="/Library/Frameworks/PROJ.framework/Programs:$PATH"

On Aug 7, 2007, at 4:57 PM, Richard Chirgwin wrote:

Hi,

I need to convert a map from Lambert Conformal Conical projection to a lat-long projection.

I'm using the William Kyngesbury build of Grass 6.3, and have installed the frameworks. However, when I try to run M.proj, I get the error:
> csc2 program not found, install PROJ.4 first

I had previously been using Grass 6.2, and had installed the frameworks on my first install. Grass 6.3 runs okay, so I had thought it was finding the frameworks okay, but apparently not PROJ. 4. What should I do to make sure 6.3 can find the frameworks?

(PS - thanks to the list for previous vector-raster assistance, I haven't worked through everything yet but will let the list know what worked when I get to it!).

Richard Chirgwin

_______________________________________________
grassuser mailing list
[email protected]
http://grass.itc.it/mailman/listinfo/grassuser

-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
http://www.kyngchaos.com/

"History is an illusion caused by the passage of time, and time is an illusion caused by the passage of history."

- Hitchhiker's Guide to the Galaxy


_______________________________________________
grassuser mailing list
[email protected]
http://grass.itc.it/mailman/listinfo/grassuser

Reply via email to