commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas INSTALL doc/apple_mac_osx.txt


From: Neil Tiffin
Subject: gnue/geas INSTALL doc/apple_mac_osx.txt
Date: Wed, 21 Nov 2001 20:05:42 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/11/21 20:05:42

Modified files:
        geas           : INSTALL 
        geas/doc       : apple_mac_osx.txt 

Log message:
        Update install instructions for Mac OS X (10.1).

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/INSTALL.diff?cvsroot=OldCVS&tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/doc/apple_mac_osx.txt.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: gnue/geas/INSTALL
diff -u gnue/geas/INSTALL:1.10 gnue/geas/INSTALL:1.11
--- gnue/geas/INSTALL:1.10      Wed Sep  5 16:31:57 2001
+++ gnue/geas/INSTALL   Wed Nov 21 20:05:42 2001
@@ -47,7 +47,7 @@
 
 Note: for Mac OS X you will need to define the following at the
 command line:
-    setenv CFLAGS "-g -O0 -traditional-cpp"
+    setenv CFLAGS "-g -O0 -traditional-cpp -no-cpp-precomp -flat_namespace"
 
 The simplest way to compile this package is:
 
Index: gnue/geas/doc/apple_mac_osx.txt
diff -u gnue/geas/doc/apple_mac_osx.txt:1.4 gnue/geas/doc/apple_mac_osx.txt:1.5
--- gnue/geas/doc/apple_mac_osx.txt:1.4 Fri Sep  7 11:25:58 2001
+++ gnue/geas/doc/apple_mac_osx.txt     Wed Nov 21 20:05:42 2001
@@ -1,22 +1,31 @@
-$Id: apple_mac_osx.txt,v 1.4 2001/09/07 15:25:58 ntiffin Exp $
+$Id: apple_mac_osx.txt,v 1.5 2001/11/22 01:05:42 ntiffin Exp $
 
-Notes for using GEAS with Apple Macintosh OS X
+Notes for using GEAS with Apple Macintosh OS X (Update for 10.1)
 
 Notice that you will have to change your path in the various 'cd' commands.
 
-GEAS currently compiles and and loads tables into postgresql.
+GEAS currently compiles and and loads tables into postgresql, works with 
python methods.
 
-1) To configure geas from cvs for Apple Mac OS X using developer tools not 
Project Builder.
+1a) To get e2fsprogs working I had to change e2fsck/unix.c line 37 from 
"malloc.h" to "sys/malloc.h",
+    misc/fsck.c line 53 from "malloc.h" to "sys/malloc.h" and force the 
compile to use
+    
+    setenv CFLAGS "-g -O0 -traditional-cpp -no-cpp-precomp -flat_namespace"
+    
+    Of course, the source is at:
+    
ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-1.19.tar.gz
+
+1b) To configure geas from cvs for Apple Mac OS X using developer tools not 
Project Builder.
     Note that i have used fink from sourceforge to get and install the 
dependencies.
     
     http://sourceforge.net/projects/fink/
     
-    The fink install dir is /Volumes/AnagadaII/sw.
+    The fink install dir is /sw.  Note that PostGreSQL has to be installed 
from Fink unstable.
+    From the geas/ directory do:
 
-    cd /Volumes/AnagadaII/gnue/geas
-    setenv CFLAGS "-g -O0 -traditional-cpp"
-    setenv LDFLAGS -lssl
-    ./autogen.sh --with-postgresql --enable-debug 
--libdir=/Volumes/AnagadaII/sw/lib
+    setenv CFLAGS "-g -O0 -traditional-cpp -no-cpp-precomp"
+    setenv LDFLAGS "-flat_namespace -lreadline -L/sw/lib/python2.1/config 
-L/sw/lib"
+    rm config.cache
+    ./autogen.sh --with-postgresql=/sw/ --enable-debug --enable-methods=python 
|& tee autogen.logfile
     make
     
 2) edit geas.conf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]