Re: Running Forrest under OS/X 10.5

2008-03-14 Thread Ferdinand Soethe
Am 14.03.2008 um 01:22 schrieb David Crossley: I built our past releases (which contain sources plus a pre-built binary) on Mac and no-one complained during the pre-release testing phase about running on Windows. Oh great. I will try running my build under windows next week just to be

Re: Running Forrest under OS/X 10.5

2008-03-13 Thread Ferdinand Soethe
Am 12.03.2008 um 01:57 schrieb David Crossley: Ferdinand, i remember that you used to run Windows. If you just copied everything over to your new Mac then there will be DOS line-endings issues (depending on how you did the copy). Try a fresh svn checkout of Forrest trunk. Thanks David (an

Re: Running Forrest under OS/X 10.5

2008-03-13 Thread Ross Gardler
Ferdinand Soethe wrote: Am 12.03.2008 um 01:57 schrieb David Crossley: Ferdinand, i remember that you used to run Windows. If you just copied everything over to your new Mac then there will be DOS line-endings issues (depending on how you did the copy). Try a fresh svn checkout of Forrest

Re: Running Forrest under OS/X 10.5

2008-03-13 Thread Ferdinand Soethe
OK, problem solved with a fresh check out and building it. Thanks everybody. Regards, Ferdinand Soethe Am 13.03.2008 um 12:21 schrieb Ross Gardler: Ferdinand Soethe wrote: Am 12.03.2008 um 01:57 schrieb David Crossley: Ferdinand, i remember that you used to run Windows. If you just copied

Re: Running Forrest under OS/X 10.5

2008-03-13 Thread David Crossley
Ross Gardler wrote: Ferdinand Soethe wrote: Just for curiosities sake: Do I also need to rebuild a forrest that was built under windows before? Almost certainly, but I never tested this. I built our past releases (which contain sources plus a pre-built binary) on Mac and no-one

Re: Running Forrest under OS/X 10.5

2008-03-12 Thread Udo Wendler
David Crossley [EMAIL PROTECTED] wrote: Thanks Udo, for trying to help. Ferdinand probably has a few versions of Forrest on his local computer. He did 'svn checkout' of current trunk (i.e. head of trunk) into his local directory /Applications/forrest/head. Addinional comment: On my Apple in

Re: Running Forrest under OS/X 10.5

2008-03-11 Thread David Crossley
Udo Wendler wrote: Ferdinand Soethe wrote: bash: /Applications/forrest/head/bin/forrest: /bin/sh^M: bad I have no dir with *head*. Thanks Udo, for trying to help. Ferdinand probably has a few versions of Forrest on his local computer. He did 'svn

Re: Running Forrest under OS/X 10.5

2008-03-11 Thread David Crossley
Michael Conneen wrote: I run it on 10.4 with no issues. Have yet to upgrade to 10.5. Here is what I do.. - - installed forrest and set up my profile path :which forrest /Users/mconneen/apache-forrest-0.7/bin/forrest Thanks Michael, for trying to help. For each release we tested the

Running Forrest under OS/X 10.5

2008-03-10 Thread Ferdinand Soethe
Does anyone have instuctions or tips for running Forrest under Leopard on a MacBook. I tried opening the terminal and running the forrest.sh but that doesn't do the trick. Regards, Ferdinand Soethe

Re: Running Forrest under OS/X 10.5

2008-03-10 Thread Tim Williams
On Mon, Mar 10, 2008 at 8:47 AM, Ferdinand Soethe [EMAIL PROTECTED] wrote: Does anyone have instuctions or tips for running Forrest under Leopard on a MacBook. I tried opening the terminal and running the forrest.sh but that doesn't do the trick. Regards, Ferdinand Soethe What is

Re: Running Forrest under OS/X 10.5

2008-03-10 Thread Michael Conneen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I run it on 10.4 with no issues. Have yet to upgrade to 10.5. Here is what I do.. - - installed forrest and set up my profile path :which forrest /Users/mconneen/apache-forrest-0.7/bin/forrest - - open terminal window - - cd to the directory that

Re: Running Forrest under OS/X 10.5

2008-03-10 Thread Ferdinand Soethe
Here is what I tried: bash-3.2$ pwd /Applications/forrest/head bash-3.2$ export FORREST_HOME=`pwd` bash-3.2$ echo $FORREST_HOME /Applications/forrest/head bash-3.2$ export PATH=$PATH:$FORREST_HOME/bin bash-3.2$ echo $PATH :/bin:/Applications/forrest/head/bin bash-3.2$ cd site-author/ bash-3.2$

Re: Running Forrest under OS/X 10.5

2008-03-10 Thread Thorsten Scherler
On Mon, 2008-03-10 at 14:24 +0100, Ferdinand Soethe wrote: Here is what I tried: bash-3.2$ pwd /Applications/forrest/head bash-3.2$ export FORREST_HOME=`pwd` bash-3.2$ echo $FORREST_HOME /Applications/forrest/head bash-3.2$ export PATH=$PATH:$FORREST_HOME/bin bash-3.2$ echo $PATH

Re: Running Forrest under OS/X 10.5

2008-03-10 Thread Ferdinand Soethe
Thorsten Scherler schrieb: shell is not installed in the location /bin/sh find sh and make a symlink to /bin/sh. Strange. There is a file named sh in /bin and when I execute it I get a new sh-prompt. To me that means that there is a shell in the right directory, no? Regards, Ferdinand

Re: Running Forrest under OS/X 10.5

2008-03-10 Thread Tim Williams
On Mon, Mar 10, 2008 at 10:17 AM, Ferdinand Soethe [EMAIL PROTECTED] wrote: Thorsten Scherler schrieb: shell is not installed in the location /bin/sh find sh and make a symlink to /bin/sh. Strange. There is a file named sh in /bin and when I execute it I get a new sh-prompt.

Re: Running Forrest under OS/X 10.5

2008-03-10 Thread Tim Williams
On Mon, Mar 10, 2008 at 10:23 AM, Tim Williams [EMAIL PROTECTED] wrote: On Mon, Mar 10, 2008 at 10:17 AM, Ferdinand Soethe [EMAIL PROTECTED] wrote: Thorsten Scherler schrieb: shell is not installed in the location /bin/sh find sh and make a symlink to /bin/sh.