Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Editor
»
lazarus error, need help
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
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
RFC: Separation of MCU an...
by
ackarwow
[
Today
at 09:15:48 pm]
[New Component] ExtTabCtr...
by
d7_2_laz
[
Today
at 08:36:48 pm]
Codepage issue in console...
by
Hartmut
[
Today
at 08:22:09 pm]
RunFormula: math expressi...
by
stormray
[
Today
at 06:20:13 pm]
Mundo Medieval 3D MMORPG ...
by
Rodrigo Robles
[
Today
at 06:06:17 pm]
FPC Unleashed (inline var...
by
creaothceann
[
Today
at 05:36:21 pm]
Which Control should I us...
by
wp
[
Today
at 05:08:55 pm]
Just Question App paramet...
by
eldonfsr
[
Today
at 04:50:19 pm]
Pdf Viewer in Pascal
by
Handoko
[
Today
at 03:55:42 pm]
Content is distorting / w...
by
Handoko
[
Today
at 03:53:02 pm]
ZxTune chiptunes player
by
Guva
[
Today
at 12:41:14 pm]
Onscroll event for Tscrol...
by
laz_one_or2
[
Today
at 11:16:39 am]
Fpcupdeluxe
by
CharlyTango
[
Today
at 10:35:33 am]
Compiling Qt6 project on ...
by
wp
[
Today
at 10:14:53 am]
Error with last fixes_3.2...
by
HaraldNieswandt
[
Today
at 10:13:48 am]
What am I missing here? [...
by
loaded
[
Today
at 08:11:06 am]
IDE Editor (OS: Windows11...
by
keith
[
Today
at 07:36:18 am]
Single and Double, Conver...
by
avk
[
Today
at 06:55:03 am]
AI Assist Python - to - P...
by
kirtu
[
Today
at 12:57:01 am]
Instruction-level paralle...
by
LeP
[
Today
at 12:23:51 am]
Lazarus syntax helpers
by
Edson
[June 15, 2026, 10:34:34 pm]
Can /my/ AI help me with ...
by
microxa
[June 15, 2026, 08:25:36 pm]
[ANN] PasBuild v1.9.0 Rel...
by
Graeme
[June 15, 2026, 08:14:26 pm]
If FileExists(
by
Remy Lebeau
[June 15, 2026, 07:58:06 pm]
Implementing an Elo ratin...
by
Warfley
[June 15, 2026, 06:33:56 pm]
« previous
next »
Print
Pages: [
1
]
2
Author
Topic: lazarus error, need help (Read 27486 times)
freebsduser
Guest
lazarus error, need help
«
on:
August 24, 2004, 11:47:09 am »
I have install all version lazarus release with fpc on freebsd 4.10 or freebsd 5.21but get same error.
ftp://pub.dec.cn/error.png
alert: error in Tdefaultcomponenteditor
message:unit not fount:SYSTEM
Logged
Anonymous
Guest
lazarus error, need help
«
Reply #1 on:
August 24, 2004, 11:57:56 am »
What version of lazarus and what version of fpc are you using.
from the message "message:unit not fount:SYSTEM" it looks like you have a different version of fpc than that of lazarus is compiled with
Logged
Marc
Administrator
Hero Member
Posts: 2706
lazarus error, need help
«
Reply #2 on:
August 24, 2004, 11:59:32 am »
Grrr.... somehow I got logged out. Previous message from me.
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Vincent Snijders
Administrator
Hero Member
Posts: 2661
lazarus error, need help
«
Reply #3 on:
August 24, 2004, 12:04:15 pm »
Did you install the fpc sources? If so, did you install them in /root/Desktop/fpc? Correct the fpc source directory in the Envrionment, Environment Options, Files tab, if necessary. Try Environment, Rescan FPC directory.
Logged
Anonymous
Guest
lazarus error, need help
«
Reply #4 on:
August 24, 2004, 12:10:01 pm »
http://pub.dec.cn/error.png
Logged
Marc
Administrator
Hero Member
Posts: 2706
lazarus error, need help
«
Reply #5 on:
August 24, 2004, 12:21:15 pm »
This image is not different tha the first one. We need more info to help you
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Anonymous
Guest
lazarus error, need help
«
Reply #6 on:
August 24, 2004, 12:25:00 pm »
I have install :
fpcsrc-1.9.5-040821.tgz with Lazarus 0.9.2.0( lazarus-040822.tgz) on freebsd 5.21 /4.10
lazarus-0.9.1.4 with fpc_1.9.3 on freebsd 5.21 /4.10
lazarus0.9.1.2 with fpc 1.9.3 on freebsd 4.10
lazarus-0.9.0.8 and fpc_1.9.2_040106. on freebsd 4.10
get same error as above screenshot
I don't know how to fix it,so I deinstall and reinstall many times . thinks.
Logged
Marc
Administrator
Hero Member
Posts: 2706
lazarus error, need help
«
Reply #7 on:
August 24, 2004, 12:36:49 pm »
from
https://sourceforge.net/project/showfiles.php?group_id=89339&package_id=93718
you need all 3 links listed under lazarus 0.9.2.0
so if you want the lazarus binary from lazarus-040822.tgz you need a compiler and compiler source version fpc_1.9.5_040808
If you want to build lazarus yourself, the fpc version and fpc source version needs to be the same.
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Anonymous
Guest
lazarus error, need help
«
Reply #8 on:
August 24, 2004, 12:53:05 pm »
I have install fpc sources and set Environment Options->fpc source directory to "/root/Desktop/fpc "(I am decompressing fpcsrc package file there and install it)
I can using lazarus open examples project and compile them without error,but I can't edit new button(or other component I drop to form) envents procedure code. if I double click the button component ,It alert "error in Tdefaultcomponenteditor " msgbox as screenshot.
Logged
Anonymous
Guest
lazarus error, need help
«
Reply #9 on:
August 24, 2004, 01:09:22 pm »
I built fpc_1.9.5-src using fpc 1.0.10 compiler ,then built lazarus 0.9.2.0-src using fpc_1.9.5 compiler , and then rebuilt fpc_1.9.5-src with fpc_1.9.5 compiler .something wrong?
Logged
Marc
Administrator
Hero Member
Posts: 2706
lazarus error, need help
«
Reply #10 on:
August 24, 2004, 01:32:34 pm »
This looks good.
Did you try Environment, Rescan FPC directory ?
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Anonymous
Guest
lazarus error, need help
«
Reply #11 on:
August 24, 2004, 02:19:44 pm »
yes ,I do it ,but no error message.
Logged
Marc
Administrator
Hero Member
Posts: 2706
lazarus error, need help
«
Reply #12 on:
August 24, 2004, 02:22:34 pm »
What do you have configured as compiler in environment options ? (path to fpc)
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Anonymous
Guest
lazarus error, need help
«
Reply #13 on:
August 24, 2004, 03:32:11 pm »
I hace configured environment options->
fpc compiler path ->/usr/local/bin/ppc386 //run ppc386 -i version is 1.95
fpc src path -> fpc_1.9.5-src directory where i build fpc_1.9.5 compiler.
Lazarus can compile and run anything(in exampels) fast without error,I sure environment configure is correct.
Logged
Marc
Administrator
Hero Member
Posts: 2706
lazarus error, need help
«
Reply #14 on:
August 24, 2004, 04:38:37 pm »
Environment is not used when compiling examples. Environment is for lazarus itself.
I now see something strange in your picture:
Lazarus is complaining that while pasing the file /root/Desktop/fpc/fcl/classes/freebsd/classes.pp it cannot find system. But in fpc 1.9.5 the classes dir is moved to the rtl.
So that sould be /root/Desktop/fpc/rtl/objpas/classes
What version of sources do you have ? Have you installed different versions in the same location ?
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
Print
Pages: [
1
]
2
« previous
next »
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Editor
»
lazarus error, need help
TinyPortal
© 2005-2018