Recent

Author Topic: I wander when installing package  (Read 5520 times)

Valter

  • Guest
I wander when installing package
« on: March 08, 2004, 01:46:30 am »
This mistake is happening when installing package of the interbase

TOutputFilter: "Hint: End of reading config file e:\lazarus\pp\bin\win32\fpc.cfg
"
TOutputFilter: "Hint: Start of reading config file E:\lazarus\idemake.cfg"
TOutputFilter: "Hint: Path ".\lcl\units\win32\" not found"
TOutputFilter: "Hint: End of reading config file E:\lazarus\idemake.cfg"
TOutputFilter: "Free Pascal Compiler version 1.9.3 [2004/03/02] for i386"
TOutputFilter: "Copyright (c) 1993-2004 by Florian Klaempfl"
TOutputFilter: "Target OS: Win32 for i386"
TOutputFilter: "Compiling lazarus.pp"
TOutputFilter: "Compiling resource lazarus.res"
TOutputFilter: "Linking .\lazarus.exe"
TOutputFilter: "e:\lazarus\pp\bin\win32\ld.exe: cannot open output file .\lazaru
s.exe: Permission denied"
TOutputFilter: "lazarus.pp(97,1) Error: Error while linking"
TOutputFilter: "Closing script .\ppas.bat"
TOutputFilter: "make.exe[1]: *** [lazarus.exe] Error 1"
TOutputFilter: "make.exe[1]: Leaving directory `E:/lazarus'"
TOutputFilter: "E:\lazarus\pp\bin\win32\make.exe: *** [ide] Error 2"
TExternalToolList.Run Exception: there was an error
TPascalParserTool.BuildTree B OnlyIntf=TRUE  E:\lazarus\lazarus.pp

I thank some help.

Valter

Vincent Snijders

  • Administrator
  • Hero Member
  • *
  • Posts: 2661
    • My Lazarus wiki user page
I wander when installing package
« Reply #1 on: March 08, 2004, 08:19:09 am »
Installation of packages is not supported from the IDE yet. Installing a package means recompiling the lazarus.exe, which is write protected at that moment, because you are running it.

What you might want to try (untested here).
In a dos-box:
go to your lazarus directory
copy lazarus.exe lazarus-old.exe
lazarus-old.exe
then install your package.
exit lazarus
start lazarus.exe

HTH,
Vincent.

Anonymous

  • Guest
I wander when installing package
« Reply #2 on: March 08, 2004, 11:47:49 am »
Thank you Vincent, worked.

Valter

 

TinyPortal © 2005-2018