[Lazarus] Installing Lazarus in OS X from SVN

2009-04-22 Thread Ron Grove
I decided to update to the latest 2.2.4 compiler so I cleaned out the  
2.2.2 install and deleted the Lazarus from the website that I was  
using.  Decided I'd live on the wild side and try to use the SVN  
version like I do in Windows.  On OS X I had been using the download  
version from last year.  Worked fine, but it looks like there's a lot  
of activity with Lazarus on OS X so I wanted to take a shot at the svn  
version.  Also installed the latest QT so I could see how that was  
coming.  I've compiled it using the information here:

http://wiki.lazarus.freepascal.org/Carbon_Interface

The compilation appears to go just fine but no .app is created.  Is  
that expected?  I try and run it from the command line with ./lazarus  
and a popup appears saying it can't find the FPC source folder (I put  
it in /usr/share/fpcsource which I saw referenced somewhere).  I try  
and hit the ignore button but it doesn't respond to the clicks.  I can  
move the window around, but that's it until I hit CTRL-C to kill the  
app.  Hopefully this will give someone an idea.

Thanks in advance,
Ron



ron:lazarus ron$ ./lazarus
TMainIDE.ParseCmdLineOptions:
   PrimaryConfigPath=/Users/ron/.lazarus
   SecondaryConfigPath=/etc/lazarus
Note: environment config file not found - using defaults
NOTE: editor options config file not found - using defaults
NOTE: miscellaneous options file not found - using defaults
NOTE: codetools config file not found - using defaults

NOTE: Compiler Filename not set! (see Environment Options)

NOTE: FPC Source Directory not set! (see Environment Options)
^C

___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Installing Lazarus in OS X from SVN

2009-04-22 Thread Mattias Gaertner
On Wed, 22 Apr 2009 20:34:07 -0700
Ron Grove ron.gr...@me.com wrote:

 I decided to update to the latest 2.2.4 compiler so I cleaned out
 the 2.2.2 install and deleted the Lazarus from the website that I
 was using.  Decided I'd live on the wild side and try to use the SVN  
 version like I do in Windows.  On OS X I had been using the download  
 version from last year.  Worked fine, but it looks like there's a
 lot of activity with Lazarus on OS X so I wanted to take a shot at
 the svn version.  Also installed the latest QT so I could see how
 that was coming.  I've compiled it using the information here:
 
 http://wiki.lazarus.freepascal.org/Carbon_Interface
 
 The compilation appears to go just fine but no .app is created.  Is  
 that expected?  I try and run it from the command line
 with ./lazarus and a popup appears saying it can't find the FPC
 source folder (I put it in /usr/share/fpcsource which I saw
 referenced somewhere).  I try and hit the ignore button but it
 doesn't respond to the clicks.  I can move the window around, but
 that's it until I hit CTRL-C to kill the app.  Hopefully this will
 give someone an idea.

That's normal when starting without lazarus.app.
The lazarus.app comes with the svn sources. 


Mattias
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Installing Lazarus in OS X from SVN

2009-04-22 Thread Ron Grove
Ah, I had deleted it for some reason while I was fiddling around.  It  
works now. :-)

Thank you,
Ron


On Apr 22, 2009, at 9:24 PM, dmitry boyarintsev wrote:

 The compilation appears to go just fine but no .app is created.  Is
 that expected?
 if you're using lazarus SVN version, then it's already should contain
 lazarus.app with links properly set.

 thanks,
 dmitry

 ___
 Lazarus mailing list
 Lazarus@lazarus.freepascal.org
 http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus