Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
unable to rebuild Lazarus
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Api/component pack for Ra...
by
pascalbythree
[
Today
at 02:13:34 pm]
Wrong resolution of secon...
by
rvk
[
Today
at 02:12:01 pm]
Benchmarks
by
Warfley
[
Today
at 02:00:39 pm]
Breakpoint dosn't work
by
Martin_fr
[
Today
at 01:13:30 pm]
[Solved]I have created dl...
by
Packs
[
Today
at 01:11:27 pm]
TLazSerial : serial port ...
by
tetrastes
[
Today
at 12:26:29 pm]
Common File Dialogs Have ...
by
rvk
[
Today
at 10:39:59 am]
Bright color
by
Warfley
[
Today
at 10:29:06 am]
kernel 6.8 and checking s...
by
MarkMLl
[
Today
at 10:28:12 am]
Inversive Geometry Curves...
by
Boleeman
[
Today
at 09:18:47 am]
compiler messages suggest...
by
ackarwow
[
Today
at 08:38:17 am]
[Solved] pointer to out o...
by
440bx
[
Today
at 12:51:22 am]
storing string
by
ASerge
[December 04, 2024, 11:06:57 pm]
Show Form at Top
by
n7800
[December 04, 2024, 10:16:21 pm]
Arrow keys in FV
by
HotShoe
[December 04, 2024, 10:04:56 pm]
"Active $IFDEF code" is r...
by
MarkMLl
[December 04, 2024, 09:49:15 pm]
NSHapticFeedbackPerformer
by
msintle
[December 04, 2024, 09:47:25 pm]
[SOLVED] Howto use a DEFI...
by
MarkMLl
[December 04, 2024, 09:43:08 pm]
Use tts0, This example is...
by
coradi
[December 04, 2024, 09:37:12 pm]
Library for XSLT 2.0 Tran...
by
ebizz
[December 04, 2024, 06:54:35 pm]
How to know when dragging...
by
Aistis
[December 04, 2024, 06:41:46 pm]
Problem with Hints
by
Handoko
[December 04, 2024, 04:37:21 pm]
SetLength fall
by
LemonParty
[December 04, 2024, 03:29:35 pm]
Feature Request for TMapV...
by
EkkehardDomning
[December 04, 2024, 03:23:27 pm]
The Silver Coder on YouTu...
by
silvercoder70
[December 04, 2024, 11:45:36 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: unable to rebuild Lazarus (Read 1208 times)
Paolo
Hero Member
Posts: 538
unable to rebuild Lazarus
«
on:
December 02, 2023, 10:33:13 am »
Hello,
all works fine until today.
Trying to rebuild lazarus, after some modification to my package, I received the following message (see picture).
what can I do ?
LAZ/FPC : 2.2.6/3.2.2
Logged
jamie
Hero Member
Posts: 6734
Re: unable to rebuild Lazarus
«
Reply #1 on:
December 02, 2023, 04:17:40 pm »
you must have somehow included a resource file twice.
Check for instances of {$R *.res} and {$TheName.Res} for example
btw, that resource is RT_RCDATA
Could be some sort of raw data you supplied or an image etc..
Logged
The only true wisdom is knowing you know nothing
Paolo
Hero Member
Posts: 538
Re: unable to rebuild Lazarus
«
Reply #2 on:
December 02, 2023, 05:09:21 pm »
Thaks Jamie.
However I temporary solved the problem commenting a unit that is used in my package in the implementation section. There could be a couple of same unit around that make the compiler comfused.
How can I find the duplicate unit ? If it is the case....
Logged
cdbc
Hero Member
Posts: 1646
Re: unable to rebuild Lazarus
«
Reply #3 on:
December 02, 2023, 05:15:48 pm »
Hi
Well... If you look at the errormessage, it clearly mentions a "TFRMPLOT".
So maybe look in that direction?!?
Regards Benny
Logged
If it ain't broke, don't fix it
PCLinuxOS(rolling release) 64bit -> KDE5 -> FPC 3.2.2 -> Lazarus 2.2.6 up until Jan 2024 from then on it's: KDE5/QT5 -> FPC 3.3.1 -> Lazarus 3.0
Paolo
Hero Member
Posts: 538
Re: unable to rebuild Lazarus
«
Reply #4 on:
December 02, 2023, 06:07:22 pm »
I know that. TFRMPLOT is inside my unit PLOT.
is there a way to find exactly (ie file and folder) where the two conflicting files are ?
thanks.
PS: the packages compile fine, it is when the lazaruas rebuild is called that the message appears.
Logged
cdbc
Hero Member
Posts: 1646
Re: unable to rebuild Lazarus
«
Reply #5 on:
December 02, 2023, 07:34:34 pm »
Hi
If you're on linux, it could be the "clandestine" .lazarus directory, where also the IDE copies the whole rtl & lcl when it rebuilds itself. Most package-managers put your laz-files in a read-only directory...
Have a look there... perhaps
Regards benny
Logged
If it ain't broke, don't fix it
PCLinuxOS(rolling release) 64bit -> KDE5 -> FPC 3.2.2 -> Lazarus 2.2.6 up until Jan 2024 from then on it's: KDE5/QT5 -> FPC 3.3.1 -> Lazarus 3.0
Paolo
Hero Member
Posts: 538
Re: unable to rebuild Lazarus
«
Reply #6 on:
December 03, 2023, 10:40:13 am »
Hello, I am on Win-10.
Removed any file could have TFRMPLOT inside, but still unable to rebuild lazarus.
Any suggestion ?
Logged
Paolo
Hero Member
Posts: 538
Re: unable to rebuild Lazarus
«
Reply #7 on:
December 03, 2023, 11:36:47 am »
Solved.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
unable to rebuild Lazarus
TinyPortal
© 2005-2018