Recent

Author Topic: OK, I'm too dumb for installing - any help appreciated  (Read 15138 times)

Wulfgier

  • New Member
  • *
  • Posts: 16
OK, I'm too dumb for installing - any help appreciated
« on: March 26, 2014, 05:27:05 pm »
Hey there

Trying to install, I downloaded everything (I guess) necessary and keep on getting these kind of errors. What's wrong with me, uhm... my setup?
Thx in advance... (Yes, it's german, sorry for that, but maybe you can figure it out anyway).


jwdietrich

  • Hero Member
  • *****
  • Posts: 1278
    • formatio reticularis
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #1 on: March 26, 2014, 05:36:41 pm »
Please provide information regarding your Mac OS X version and the Lazarus version you intend to install.

Did you read http://wiki.lazarus.freepascal.org/Installing_Lazarus_on_MacOS_X?
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

Lazarus 4.2.0 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux

Wulfgier

  • New Member
  • *
  • Posts: 16
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #2 on: March 28, 2014, 11:57:39 am »
Yes, I read those things and tried my very best. Unfortunately I didn't find anything matching my prob. My OS X ist 10.9.2 and I intend to install Lazarus 1.2 (latest ed. afaik) i.e. lazarus-1.2.0-20140301-i386-macosx along with fpc-2.6.4.intel-macosx.
But this msg keeps prompting. Thx for your help...

kamischi

  • Full Member
  • ***
  • Posts: 177
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #3 on: March 28, 2014, 03:26:43 pm »
fpcsrc seems missing.
fpc 2.6.4, lazarus 1.4.0, Mac OS X, fink

Wulfgier

  • New Member
  • *
  • Posts: 16
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #4 on: April 03, 2014, 11:06:15 am »
Great, thank you. Any idea how to fix that?

Wulfgier

  • New Member
  • *
  • Posts: 16
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #5 on: April 08, 2014, 10:48:56 am »
Oh I see, this question was too dumb now.
You see, I have already tried to install all of what is necessary, including fpcsrc and so on. But this error msg keeps popping up. How can I install these progs in a way they will work? Do I have to do a clean uninstall first and then try to reinstall everything, and if in which sequence? fpc then fpcsrc then lazarus? Or more like lazarus - fpcsrc - fpc or...
It starts to feel a little like the good old Windows world where everything is so complicated :(

kamischi

  • Full Member
  • ***
  • Posts: 177
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #6 on: April 15, 2014, 11:03:04 am »
gdb seems to be missing, too. Did you install Xcode and the command line utilities? The use of the Debugger (gdb) can be switched on in the preferences of Lazarus.

MiSchi.
fpc 2.6.4, lazarus 1.4.0, Mac OS X, fink

Wulfgier

  • New Member
  • *
  • Posts: 16
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #7 on: April 25, 2014, 10:13:23 am »
Hi MiSchi

Uh... Xcode. I see. No, I did not install it. Excuse me for a second, I will do so ;) and come back to you.

Wulfgier

  • New Member
  • *
  • Posts: 16
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #8 on: April 25, 2014, 01:11:13 pm »
Ok, Xcode installed. Same error... :(

herux

  • Full Member
  • ***
  • Posts: 102
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #9 on: April 26, 2014, 06:25:36 am »
try to type 'fpc' in the terminal, and see what happen ?

jwdietrich

  • Hero Member
  • *****
  • Posts: 1278
    • formatio reticularis
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #10 on: April 26, 2014, 10:12:51 am »
In addition to that you should check the paths as displayed in the preferences window.

Usually, the correct path to FPC is /usr/local/bin/ppc386 for Intel-based Macs or /usr/local/bin/ppcppc for PPC-based Macs, respectively.
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

Lazarus 4.2.0 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux

Wulfgier

  • New Member
  • *
  • Posts: 16
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #11 on: April 27, 2014, 07:05:28 pm »
These two infos seem to be helpful. I'll give it a try next time I'm in the office.
But: afair the path you posted was ok on my machine. I followed it earlier and found the compete installation but the required INI-file. So I created an empty one to see what lazarus says. It came up with the same error: ini-file not found :(

Say, isn't there any complete installation or setup file which does all the tricks necessary? Why is it like "Download this with version that, then download this with version that, now use this with version...". I know I'm too dumb for all of this. But I just want to get it running and then finally start programming on that machine.

I'll let you know what came out on this...
Thx

Wulfgier

  • New Member
  • *
  • Posts: 16
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #12 on: April 28, 2014, 11:46:09 am »
try to type 'fpc' in the terminal, and see what happen ?

 :o

Wulfgier

  • New Member
  • *
  • Posts: 16
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #13 on: April 28, 2014, 11:46:43 am »
In addition to that you should check the paths as displayed in the preferences window.

Usually, the correct path to FPC is /usr/local/bin/ppc386 for Intel-based Macs or /usr/local/bin/ppcppc for PPC-based Macs, respectively.

Is that helpful??

Wulfgier

  • New Member
  • *
  • Posts: 16
Re: OK, I'm too dumb for installing - any help appreciated
« Reply #14 on: April 28, 2014, 11:50:58 am »
Following that link it says: not found

 

TinyPortal © 2005-2018