Recent

Author Topic: Tip: Compiling lazarus with svn version of fpc  (Read 3103 times)

andi456

  • New Member
  • *
  • Posts: 18
Tip: Compiling lazarus with svn version of fpc
« on: April 07, 2006, 05:18:46 pm »
Hi everybody,

if you compiled an svn version of fpc, but you don't want to install it to build a svn version lazarus this is what you must tell make to build it:

Code: [Select]
make PP='/PathTofpcdirectory/fpc/compiler/ppcx64' OPT=' -Fu/PathTofpcdirectory/fpc/units/x86_64-linux/rtl -Fu/PathTofpcdirectory/fpc/packages/base/pasjpeg -Fu/PathTofpcdirectory/fpc/packages/base/paszlib -Fu/PathTofpcdirectory/fpc/rtl/units/x86_64-linux/ -Fu/PathTofpcdirectory/fpc/fcl/units/x86_64-linux -Fu/PathTofpcdirectory/fpc//packages/base/hash/units/x86_64-linux/ -Fu/PathTofpcdirectory/fpc/packages/extra/gtk/glib -Fu/PathTofpcdirectory/fpc/packages/extra/gtk/gdk -Fu/PathTofpcdirectory/fpc/packages/extra/gtk/gtk -Fu/PathTofpcdirectory/fpc/packages/extra/x11' all

I needed to do this, because on the amd64 platform lazarus doesn't compile with fpc-2.0.0. Hopefully this helps someone out,

Greets Andreas

 

TinyPortal © 2005-2018