Damn, do I hate this!!! Normally I think of myself as a high-skilled network engineer with a more than moderate computerknowledge. Most problems I can solve on my own without asking others. But this time I have no clue (again...).
So what I did:
- From my current Lazarus directory, I removed the fpcsrc directory.
- Created a new, empty fpcsrc directory.
- Performed a SVN CheckOut.
- Did a make clean all (while in c:\lazarus\fpcsrc).
- This breaks with the following: C:/lazarus/pp/bin/i386-win32/ppc386.exe -Ur -Xs -OG2p3 -n -Fui386 -Fusystems -Fu C:/lazarus/fpcsrc/rtl/units/i386-win32 -Fii386 -FE. -FUi386/units/i386-win32 -dR
ELEASE  -di386 -dGDB -dBROWSERLOG -Fux86 pp.pas
C:\lazarus\pp\bin\i386-win32\ld.exe: cannot find wprt0.o From some document I find that I should check THE fpc.cfg for existance of a line -Fu<path to rl files>
The only fpc.cfg I found contains this:
-Fuc:\lazarus\pp/units/$FPCTARGET/rtl which I believe is correct. The file wprt0.o is there too.
Why does make try to find the in:
C:/lazarus/fpcsrc/rtl/units/i386-win32 ????? To Graeme: Yes, it works with 2.1.1. From what I understood the snapshots are compiled with 2.1.1, while the stable releases (even numbers) use 2.0.x.

Vincent Snijders writes:
Jouke Rensma wrote:
Hi all,
Just updated via svn to rev. 8903. Now the build of Lazarus breaks in MemCheck.pas with this message: C:\lazarus\components\codetools\MemCheck.pas(797,9) Error: Identifier not found "StackTop"
What could be wrong?
I'm using WinXP and FPC 2.1.1

You need to update fpc 2.1.1 to the current SVN version. Vincent
_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives


_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to