Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Studio Installation and Setup.
  • Page:
  • 1

TOPIC:

Build Lazarus on LMDE 64 bit 11 years 2 weeks ago #3697

  • Béla
  • Béla's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 1
  • Thank you received: 0
Hi all ,
i can't build Layzarus on Linux Mint Debian Edition 65. bit
in /etc/debian_version is wheezy/sid .

make -C packager/registration
make[1]: Entering directory `/usr/lib/codetyphon/lazarus/packager/registration'
/bin/rm -f ../units/x86_64-linux/fcllaz.ppu
/bin/mkdir -p ../units/x86_64-linux
/usr/lib/codetyphon/fpc/bin/x86_64-linux/ppcx64 -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fu. -FE. -FU../units/x86_64-linux -Cg -g- -dx86_64 fcllaz.pas
Hint: Start of reading config file /usr/lib/codetyphon/fpc/bin/x86_64-linux/fpc.cfg
Hint: End of reading config file /usr/lib/codetyphon/fpc/bin/x86_64-linux/fpc.cfg
Free Pascal Compiler version 2.7.1 [2013/04/11] for x86_64
Copyright (c) 1993-2013 by Florian Klaempfl and others
Path "/usr/lib/fpc/2.7.1/units/x86_64-linux/rtl/" not found
Searching file /lib64/ld-linux-x86-64.so.2... found
********************************************
Path "/usr/X11R6/lib64/" not found
********************************************
Compiler: /usr/lib/codetyphon/fpc/bin/x86_64-linux/ppcx64
Target OS: Linux for x86-64
Using executable path: /usr/lib/codetyphon/fpc/bin/x86_64-linux/
Using unit path: ./
Using unit path: /usr/lib/codetyphon/fpc/bin/x86_64-linux/
Using library path: /lib64/
Using library path: /usr/lib64/
Using library path: ./
Using library path: /usr/lib/codetyphon/fpc/bin/x86_64-linux/
Using object path: ./
Using object path: /usr/lib/codetyphon/fpc/bin/x86_64-linux/
Compiling fcllaz.pas
Searching file fcllaz.pas... found
(PROGRAM) Loading interface units from FCLLAZ
(fcllaz) Registering new unit SYSTEM
(fcllaz) Load from FCLLAZ (interface) unit SYSTEM
(SYSTEM) Loading unit SYSTEM
Unitsearch: system.ppu
Searching file system.ppu... not found
Searching file SYSTEM.PPU... not found
Unitsearch: ../units/x86_64-linux/system.ppu
Searching file ../units/x86_64-linux/system.ppu... not found
Searching file ../units/x86_64-linux/SYSTEM.PPU... not found
Unitsearch: system.pp
Searching file system.pp... not found
Searching file SYSTEM.PP... not found
Unitsearch: system.pas
Searching file system.pas... not found
Searching file SYSTEM.PAS... not found
Unitsearch: system.ppu
Searching file system.ppu... not found
Searching file SYSTEM.PPU... not found
Unitsearch: system.pp
Searching file system.pp... not found
Searching file SYSTEM.PP... not found
Unitsearch: system.pas
Searching file system.pas... not found
Searching file SYSTEM.PAS... not found
Unitsearch: /usr/lib/codetyphon/fpc/bin/x86_64-linux/system.ppu
Searching file /usr/lib/codetyphon/fpc/bin/x86_64-linux/system.ppu... not found
Searching file /usr/lib/codetyphon/fpc/bin/x86_64-linux/SYSTEM.PPU... not found
Unitsearch: /usr/lib/codetyphon/fpc/bin/x86_64-linux/system.pp
Searching file /usr/lib/codetyphon/fpc/bin/x86_64-linux/system.pp... not found
Searching file /usr/lib/codetyphon/fpc/bin/x86_64-linux/SYSTEM.PP... not found
Unitsearch: /usr/lib/codetyphon/fpc/bin/x86_64-linux/system.pas
Searching file /usr/lib/codetyphon/fpc/bin/x86_64-linux/system.pas... not found
Searching file /usr/lib/codetyphon/fpc/bin/x86_64-linux/SYSTEM.PAS... not found
Unitsearch: system.pp
Searching file system.pp... not found
Searching file SYSTEM.PP... not found
Unitsearch: system.pas
Searching file system.pas... not found
Searching file SYSTEM.PAS... not found
Unitsearch: system.pp
Searching file system.pp... not found
Searching file SYSTEM.PP... not found
Unitsearch: system.pas
Searching file system.pas... not found
Searching file SYSTEM.PAS... not found
Unitsearch: /usr/lib/codetyphon/fpc/bin/x86_64-linux/system.pp
Searching file /usr/lib/codetyphon/fpc/bin/x86_64-linux/system.pp... not found
Searching file /usr/lib/codetyphon/fpc/bin/x86_64-linux/SYSTEM.PP... not found
Unitsearch: /usr/lib/codetyphon/fpc/bin/x86_64-linux/system.pas
Searching file /usr/lib/codetyphon/fpc/bin/x86_64-linux/system.pas... not found
Searching file /usr/lib/codetyphon/fpc/bin/x86_64-linux/SYSTEM.PAS... not found
Fatal: Can't find unit system used by fcllaz
Fatal: Compilation aborted
make[1]: *** [fcllaz.ppu] Error 1
make[1]: Leaving directory `/usr/lib/codetyphon/lazarus/packager/registration'
make: *** [registration] Error 2

It seem's it is path problem.

How can I resolve it?

thanks in advance

Please Log in or Create an account to join the conversation.

  • Page:
  • 1