Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Editor
»
lazarus error, need help
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
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
Calling a form within a p...
by
pascal111
[
Today
at 11:02:47 am]
Printing to PDF
by
winni
[
Today
at 11:00:06 am]
Branches
by
SymbolicFrank
[
Today
at 10:50:26 am]
Parallel programming mode...
by
SymbolicFrank
[
Today
at 10:14:36 am]
Jurassic Park's "operatio...
by
Jurassic Pork
[
Today
at 09:56:42 am]
ThorLabs motor controller...
by
MarkMLl
[
Today
at 09:27:54 am]
Configuration
by
SymbolicFrank
[
Today
at 08:53:28 am]
Object Inspector missing ...
by
Weitentaaal
[
Today
at 08:30:29 am]
ListView column summation
by
Pe3s
[
Today
at 08:17:55 am]
Windows on ARM64
by
AlexTP
[
Today
at 06:08:09 am]
« previous
next »
Print
Pages: [
1
]
2
Author
Topic: lazarus error, need help (Read 24726 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: 2550
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: 2550
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: 2550
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: 2550
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: 2550
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: 2550
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