[GRASSweb-list]scott: web/macgrass macosx_grass50compile.html,1.1,1.2
grass at intevation.de
grass at intevation.de
Wed May 12 12:20:11 EDT 2004
Author: scott
Update of /grassrepository/web/macgrass
In directory doto:/tmp/cvs-serv26952
Modified Files:
macosx_grass50compile.html
Log Message:
updated build instructions for alternate build to work on OS X
Index: macosx_grass50compile.html
===================================================================
RCS file: /grassrepository/web/macgrass/macosx_grass50compile.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- macosx_grass50compile.html 28 Apr 2004 15:26:01 -0000 1.1
+++ macosx_grass50compile.html 12 May 2004 16:20:09 -0000 1.2
@@ -127,5 +127,15 @@
<p>Scott </p>
<br>
<br>
+<b>Extra notes:</b>
+<ul>
+<li>If you use the alternate build system in grass 5.3 (i.e. use the <pre>--enable-gmake=no</pre> switch to configure), you will get an error when the man pages are built. This is because OS X uses the BSD version of man and it does not support the same syntax as GNU man (used on Linux). To get around this, set the environment variable MAN2CAT to <pre>groff -Wall -t -Tlatin1 -mandoc</pre> before the make command. So if you're using bash (now the default in OS X), you can do the following instead of just make:
+<pre>make CAT2MAN='groff -Wall -t -Tlatin1 -mandoc'</pre>
+or if you are using tcsh, do
+<pre>setenv CAT2MAN 'groff -Wall -t -Tlatin1 -mandoc'
+make
+</pre>
+<br>
+
</body>
</html>
More information about the grass-web
mailing list