If you having problems building factor for OS X Tiger, you can use these steps: they worked for me.

1. get git:

http://kernel.org/pub/software/scm/git/git-1.5.6.4.tar.bz2

2. compile and install it:

tar xvfz git-1.5.6.4/tar.bz2
./configure
make
make install

3. Download factor install file:

wget http://factorcode.org/responder/cgi/gitweb.cgi? p=factor.git;a=blob_plain;f=build-support/factor.sh;hb=HEAD

4. Rename it as factor.sh

5. make it executable
chmod u=rwx factor.sh

6. kick off install
./factor.sh install

7. This will take some time so be patient.

8. after installation, open factor in downloaded source folder:
open Factor.app from command line or double-click on the Factor.app in the directory

Nii Amon 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to