Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Using the Lazarus IDE
»
General
»
Internal error 200311075
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
[SOLVED] Bass.dll equaliz...
by
Pe3s
[
Today
at 09:29:00 pm]
Documentation Repositorie...
by
Martin_fr
[
Today
at 08:15:38 pm]
would multi threading hel...
by
440bx
[
Today
at 06:48:25 pm]
Rolling releases Lazarus[...
by
Martin_fr
[
Today
at 06:37:50 pm]
Lazarus for Windows on aa...
by
Luc
[
Today
at 06:17:03 pm]
Developing FreePascal on ...
by
HKPhysicist
[
Today
at 05:00:26 pm]
TLazSerial : serial port ...
by
CM630
[
Today
at 04:27:04 pm]
Difference in formatting ...
by
Hartmut
[
Today
at 09:30:18 am]
Lazarus Bugfix Release 4...
by
CM630
[
Today
at 08:02:52 am]
OPC client with Lazarus
by
TheMouseAUS
[
Today
at 04:56:43 am]
[Windows] UTF8 encoding w...
by
PascalDragon
[January 22, 2026, 09:51:05 pm]
Lazarus in Windows allowe...
by
vinntec
[January 22, 2026, 06:01:29 pm]
Perlin Map 3D
by
Boleeman
[January 22, 2026, 05:47:15 pm]
PasTemplates - a go-like ...
by
CynicRus
[January 22, 2026, 05:35:57 pm]
Strange Error when I use ...
by
TYDQ
[January 22, 2026, 03:14:50 pm]
FPCupDeluxe unable to bui...
by
Martin_fr
[January 22, 2026, 02:57:15 pm]
TRichMemo install shows "...
by
vinntec
[January 22, 2026, 01:36:50 pm]
Register global hotkey
by
Thaddy
[January 22, 2026, 06:28:54 am]
X11Libre, finally and for...
by
Fred vS
[January 21, 2026, 10:20:53 pm]
What's wrong with my appl...
by
bourbon
[January 21, 2026, 09:04:40 pm]
How to observe the value ...
by
nouzi
[January 21, 2026, 06:26:13 pm]
Anti "churning" in solita...
by
TBMan
[January 21, 2026, 04:30:05 pm]
Perlin Noise Map With BGR...
by
Boleeman
[January 21, 2026, 01:36:13 pm]
Strange Mail from memo.mi...
by
Thaddy
[January 21, 2026, 01:27:19 pm]
[Solved] Lazreport. Sorti...
by
Petrus Vorster
[January 21, 2026, 11:39:09 am]
« previous
next »
Print
Pages: [
1
]
2
Author
Topic: Internal error 200311075 (Read 11165 times)
Elphi
Full Member
Posts: 132
Internal error 200311075
«
on:
February 04, 2007, 11:01:51 pm »
Hello,
I got an 'Internal error 200311075'. Any particular meaning?
Logged
Marc
Administrator
Hero Member
Posts: 2671
RE: Internal error 200311075
«
Reply #1 on:
February 05, 2007, 12:23:32 pm »
Some fpc error, itr sometimes happens. You can try to compile again.
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
eric
Sr. Member
Posts: 267
RE: Internal error 200311075
«
Reply #2 on:
February 05, 2007, 08:25:00 pm »
It happens to me from time to time. I usually restart Lazarus before continuing, and it's always fine after that.
Eric
Logged
Zorba
Jr. Member
Posts: 77
RE: Internal error 200311075
«
Reply #3 on:
February 07, 2007, 04:34:51 am »
You don't even have to restart it on Linux.
Just hit compile again and it works.
Logged
Elphi
Full Member
Posts: 132
Internal error 200311075
«
Reply #4 on:
February 10, 2007, 12:21:19 am »
Thanks. Today picked up the project again, compiled and this internal error disappeared indeed. I'm on Windows XPP.
BUT: now the compiler halts with: 'Can't find unit BlckSock', a Synapse unit. The path to the Synapse source is included in 'Other unit files'paths. Should I reinstall Lazarus again.
Logged
Zorba
Jr. Member
Posts: 77
Internal error 200311075
«
Reply #5 on:
February 10, 2007, 01:18:14 am »
is this the path included in your 'Other unit files' path:
synapse/source/lib/
if it is then I don't know what could be the problem.
Logged
Elphi
Full Member
Posts: 132
Internal error 200311075
«
Reply #6 on:
February 11, 2007, 01:31:26 pm »
Solved, the path to the file contained a space. A warning from Lazarus telling me the spaces are not allowed would be nice!
Logged
felipemdc
Administrator
Hero Member
Posts: 3538
Internal error 200311075
«
Reply #7 on:
February 11, 2007, 01:33:09 pm »
Spaces are not allowed by GNU Tools on Windows. If you use Lazarus without GNU Tools, or outside windows, you can use spaces.
So it's hard to put such warning, as it is false on many cases.
Logged
Elphi
Full Member
Posts: 132
Internal error 200311075
«
Reply #8 on:
February 11, 2007, 01:39:39 pm »
What are GNU Tools?
Logged
felipemdc
Administrator
Hero Member
Posts: 3538
Internal error 200311075
«
Reply #9 on:
February 11, 2007, 01:57:26 pm »
What I really meant is GNU Binutils, which is a combination of:
GNU Assembler, GNU Linker, GNU Resource Compiler, GNU Objdump, etc.
In short, all tools necessary to transform assembler into executables of a given platform.
Logged
Elphi
Full Member
Posts: 132
Internal error 200311075
«
Reply #10 on:
February 11, 2007, 02:30:53 pm »
How can check if GNU Binutils is on my machine?
Regarding the internal error: I noticed that a "build" throws this error wheras a "build all" doesn't .
Logged
felipemdc
Administrator
Hero Member
Posts: 3538
Internal error 200311075
«
Reply #11 on:
February 11, 2007, 03:17:30 pm »
> How can check if GNU Binutils is on my machine?
They are automatically installed when you install Lazarus on Windows. They are located at:
lazarus/fpc/2.0.4/bin/i386-win32/
> Regarding the internal error: I noticed that a "build" throws this error wheras a "build all" doesn't .
Internal error doesn't mean anything about your code. It is always a problem on the compiler.
A build all is different from a simple build, and is much cleaner. The algoritm the compiler uses to see if it should recompile a given source file is not perfect, so it's possible the compiler things a source file doesn't need to be recompiled, while it actually does.
Logged
Elphi
Full Member
Posts: 132
Internal error 200311075
«
Reply #12 on:
February 11, 2007, 03:39:02 pm »
Well that's a clear probable cause for the "internal error", isn't it?
However you might expect that a "build" right after a successful "build all" doesn't throw this error anymore.
Logged
Elphi
Full Member
Posts: 132
Internal error 200311075
«
Reply #13 on:
February 11, 2007, 04:50:32 pm »
Moreover, just trying to run a this project from the IDE (after a successful "build al") results in this "internal error"
Logged
felipemdc
Administrator
Hero Member
Posts: 3538
Internal error 200311075
«
Reply #14 on:
February 11, 2007, 09:54:39 pm »
Good ... if it's reproducable you can make a bug report.
However, there is a huge amount of changes on the latest subversion free pascal, so likely it's already solved.
Logged
Print
Pages: [
1
]
2
« previous
next »
Lazarus
»
Forum
»
Using the Lazarus IDE
»
General
»
Internal error 200311075
TinyPortal
© 2005-2018