I think my fpc has problem, I'll remove and reInstall again. 'cos when update svn yesterday, fpc version is changed to 3.1.1 so I can not make lazarus.
this is my script line:
echo "Lazarus PREFIX ="$laz_prefix
echo "Lazarus CPU_TARGET ="$CPU_TARGET
echo "Lazarus LCL_PLATFORM ="$LCL_PLATFORM
make PREFIX=$laz_prefix clean all bigide CPU_TARGET=$CPU_TARGET LCL_PLATFORM=$LCL_PLATFORM OPT="$OPT"

I'll write result, Thank you for answer

On 6.01.2015 15:26, Mattias Gaertner wrote:
On Tue, 06 Jan 2015 13:56:22 +0200
FreeMan <freema...@delphiturkiye.com> wrote:

fpc svn version name 3.1.1 (in Makefile.fpc)  [fpcsrc/lib/fpc/3.1.1]

Checked out revision 47313.
Lazarus PREFIX =/opt/lazarus/
Lazarus CPU_TARGET =i386
Lazarus LCL_PLATFORM =carbon
Lazarus OPT ="-k-framework -kApplicationServices"

make PREFIX=$laz_prefix clean all bigide CPU_TARGET=$CPU_TARGET
LCL_PLATFORM=$LCL_PLATFORM OPT="$OPT"

Makefile:208: *** The Makefile doesn't support target i386-executed,,
please run fpcmake first.  Stop.
Maybe your CPU_TARGET is not "i386", but "i386-executed" or so.
It compiles here on OS X with 3.1.1.

BTW, "all bigide" is double work. "bigide" is enough. See "make
help".

2. question, What have to install for cocoa widgetset
Simply choose the cocoa widgetset in your project. Keep in mind that it
only supports i386 yet and that it is not yet ready for the whole IDE.
For the IDE you can either use carbon or qt.

Mattias

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to