Re: [lazarus] MacOS X - Lazarus installation

2006-05-16 Thread Mattias Gaertner
On Sun, 14 May 2006 23:58:08 +0300 Panagiotis Sidiropoulos [EMAIL PROTECTED] wrote: ls -laR /var/root/.lazarus total 0 drwxr-xr-x2 root wheel 68 May 14 23:52 . drwxr-x--- 12 root wheel 408 May 14 23:52 .. df -h FilesystemSize Used Avail Capacity

Re: [lazarus] MacOS X - Lazarus installation

2006-05-16 Thread Panagiotis Sidiropoulos
BTW, I didn't know, that you can work as root under MacOSX. Only sudo. How did you manage to get /var/root as Home directory ? Logging in as root and running Lazarus from command prompt. Panagiotis On May 16, 2006, at 7:25 PM, Mattias Gaertner wrote: On Sun, 14 May 2006 23:58:08 +0300

Re: [lazarus] MacOS X - Lazarus installation

2006-05-14 Thread Panagiotis Sidiropoulos
I'm trying to install Lazarus on MacOSX for several days with no luck so I decide to start over again. After cleaning any existing files for previous installations and testings, I followed these steps: 1. I Installed files: - fpc-2.1.1-20060511-powerpc-macosx.dmg -

Re: [lazarus] MacOS X - Lazarus installation

2006-05-14 Thread Vincent Snijders
Panagiotis Sidiropoulos wrote: I'm trying to install Lazarus on MacOSX for several days with no luck so I decide to start over again. After cleaning any existing files for previous installations and testings, I followed these steps: 1. I Installed files: -

Re: [lazarus] MacOS X - Lazarus installation

2006-05-14 Thread Panagiotis Sidiropoulos
Here is xterm results. A message dialog appear with message Unable to create file /var/root/.lazarus/compilertest.pas. I had this message a couple of times before but thought it was privileges issue so, I used to change user account again. Please ask for any more information needed to get

Re: [lazarus] MacOS X - Lazarus installation

2006-05-14 Thread Panagiotis Sidiropoulos
Additional to prior information, var/root/.lazarus folder exist and creating files is allowed through user account logged in. Panagioltis On May 14, 2006, at 8:40 PM, Panagiotis Sidiropoulos wrote: Here is xterm results. A message dialog appear with message Unable to create file

Re: [lazarus] MacOS X - Lazarus installation

2006-05-14 Thread Mattias Gaertner
On Sun, 14 May 2006 21:05:48 +0300 Panagiotis Sidiropoulos [EMAIL PROTECTED] wrote: Additional to prior information, var/root/.lazarus folder exist and creating files is allowed through user account logged in. Strange. I changed the procedure to catch the exception. But it means the IDE can

Re: [lazarus] MacOS X - Lazarus installation

2006-05-14 Thread Panagiotis Sidiropoulos
If this does not help, please try to start with lazarus --primary-config-path=/tmp/.lazarus Starting Lazarus this way I see at last IDE. Thank you very much for your help. Please allow me to get back for any other problem. Panagiotis On May 14, 2006, at 11:00 PM, Mattias Gaertner wrote:

Re: [lazarus] MacOS X - Lazarus installation

2006-05-14 Thread Mattias Gaertner
On Sun, 14 May 2006 23:16:22 +0300 Panagiotis Sidiropoulos [EMAIL PROTECTED] wrote: If this does not help, please try to start with lazarus --primary-config-path=/tmp/.lazarus Starting Lazarus this way I see at last IDE. Thank you very much for your help. Please allow me to get back for

Re: [lazarus] MacOS X - Lazarus installation

2006-05-14 Thread Panagiotis Sidiropoulos
Is there any information I can provide would help you figure it out? It's OK with me, starting Lazarus this way is not big deal. Panagiotis On May 14, 2006, at 11:22 PM, Mattias Gaertner wrote: On Sun, 14 May 2006 23:16:22 +0300 Panagiotis Sidiropoulos [EMAIL PROTECTED] wrote: If this does

Re: [lazarus] MacOS X - Lazarus installation

2006-05-14 Thread Mattias Gaertner
On Sun, 14 May 2006 23:34:45 +0300 Panagiotis Sidiropoulos [EMAIL PROTECTED] wrote: Is there any information I can provide would help you figure it out? What gives: ls -laR /var/root/.lazarus df -h touch /var/root/.lazarus/compilertest.pas Mattias It's OK with me, starting Lazarus this

Re: [lazarus] MacOS X - Lazarus installation

2006-05-14 Thread Panagiotis Sidiropoulos
ls -laR /var/root/.lazarus total 0 drwxr-xr-x2 root wheel 68 May 14 23:52 . drwxr-x--- 12 root wheel 408 May 14 23:52 .. df -h FilesystemSize Used Avail Capacity Mounted on /dev/disk0s3 37G20G17G53%/ devfs 96K

Re: [lazarus] MacOS X - Lazarus installation

2006-05-13 Thread Panagiotis Sidiropoulos
try this command to see which make you are using: which make Here is the result of whichmake: panagiotis-sidiropoulos-ibook-g4:/Users/panos/Develop/fpc root# which make /usr/bin/make whereis make, also reports same path. And also try specifying the full path of the make to use the make

Re: [lazarus] MacOS X - Lazarus installation

2006-05-13 Thread Panagiotis Sidiropoulos
Sometimes it is not in the PATH variable. Try in a terminal []$ which ppcppc This should give you the path to your compiler. If not, then you must add the directory to the path. which ppcppc properly reports /usr/local/bin which is part of $PATH variable thanks to your guides. But why

Re: [lazarus] MacOS X - Lazarus installation

2006-05-13 Thread Panagiotis Sidiropoulos
This should give you the path to your compiler. If not, then you must add the directory to the path. In fact /usr/local/bin contain a link to physical position of the file at /usr/local/lib/fpc/2.1.1/ppcppc. I mention this just in case it is crucial information. Panagiotis On May 13,

Re: [lazarus] MacOS X - Lazarus installation

2006-05-13 Thread Mattias Gaertner
On Sat, 13 May 2006 17:31:34 +0300 Panagiotis Sidiropoulos [EMAIL PROTECTED] wrote: This should give you the path to your compiler. If not, then you must add the directory to the path. In fact /usr/local/bin contain a link to physical position of the file at

Re: [lazarus] MacOS X - Lazarus installation

2006-05-13 Thread Panagiotis Sidiropoulos
Please open Run- Run Parameters - Environment. There the PATH variable should contain /usr/local/bin. Does it? If you mean Lazarus IDE Run parameters, then I have to inform you that I can't get into IDE, error message regarding missing ppcppc appear while Lazarus start. I tried to find

Re: [lazarus] MacOS X - Lazarus installation

2006-05-13 Thread Mattias Gaertner
On Sat, 13 May 2006 19:20:11 +0300 Panagiotis Sidiropoulos [EMAIL PROTECTED] wrote: Please open Run- Run Parameters - Environment. There the PATH variable should contain /usr/local/bin. Does it? If you mean Lazarus IDE Run parameters, then I have to inform you that I can't get into

Re: [lazarus] MacOS X - Lazarus installation

2006-05-13 Thread Panagiotis Sidiropoulos
Normally you just click ok on the message and continue. What happen if you click ok on the message? When click OK on message dialog, Lazarus quits. Panagiotis On May 13, 2006, at 8:48 PM, Mattias Gaertner wrote: On Sat, 13 May 2006 19:20:11 +0300 Panagiotis Sidiropoulos [EMAIL PROTECTED]

[lazarus] MacOS X - Lazarus installation

2006-05-12 Thread Panagiotis Sidiropoulos
Working on a iBook G4, I got fpc and lazarus on the system through svn. Both are located in a subfolder in my personal folder. Decide to go though this way because prefer updating system (just svn update). Running make install into fpc folder I get a series of command not found messages as

Re: [lazarus] MacOS X - Lazarus installation

2006-05-12 Thread Vincent Snijders
Panagiotis Sidiropoulos wrote: Working on a iBook G4, I got fpc and lazarus on the system through svn. Both are located in a subfolder in my personal folder. Decide to go though this way because prefer updating system (just svn update). Running make install into fpc folder I get a series of