View previous topic :: View next topic |
Author |
Message |
thenibble Newbie cheater
Reputation: 0
Joined: 30 Nov 2010 Posts: 22
|
Posted: Tue Apr 10, 2012 3:16 pm Post subject: errors when compiling ce 6.2 beta 5 |
|
|
frmStringMapUnit.pas(74,49) Error: Identifier not found "TAvgLvlTreeNodeMemManager"
frmStringMapUnit.pas(74,49) Error: Error in type definition
using Lazarus 1.1 with fpc 2.6.1 on win64.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25794 Location: The netherlands
|
Posted: Tue Apr 10, 2012 4:14 pm Post subject: |
|
|
I still use lazarus 0.9.31 with fpc 2.5.1 (dated 2011-10-11)
see if you can find out what TAvgLvlTree.NodeMemManager needs now
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
thenibble Newbie cheater
Reputation: 0
Joined: 30 Nov 2010 Posts: 22
|
Posted: Tue Apr 10, 2012 7:00 pm Post subject: |
|
|
i've been searching for hours and still no luck. avglvltree is already included but it can't identify TAvgLvlTreeNodeMemManager. i also tried uninstalling and deleting the localapps files and then reinstalling lazarus Lazarus 0.9.31 with fpc 2.6.0 on win32. i'm unfamiliar with pascal/lua, so i apologize.
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Thu Apr 12, 2012 2:49 pm Post subject: |
|
|
EDIT:
or download this pack (32 bit):
http://www.mediafire.com/?ra92ce5rdmwnaee
extract to x:\Lazarus
double click prepareLazarus.cmd, wait approx. 35 minutes.
remove folder (if exists):
"X:\Users\[user]\AppData\Local\lazarus"
or
"X:\Documents and Settings\[user]\Local Settings\App Data\lazarus"
(X - systemdrive)
Launch lazarus.exe and set "FPC Sources" to X:\path\to\Lazarus\fpc\2.5.1 (x:\Lazarus\fpc\2.5.1)
Tested above from the scratch.
BTW:
-used freepascal revision 19695
-used Lazarus revision 33742
(both from 10-11 2011, more or less)
_________________
Last edited by mgr.inz.Player on Sat Apr 14, 2012 11:52 am; edited 2 times in total |
|
Back to top |
|
 |
codeworm How do I cheat?
Reputation: 0
Joined: 29 Oct 2009 Posts: 8
|
Posted: Fri Apr 13, 2012 9:28 pm Post subject: |
|
|
Got the below error when compile rev1329
Fatal: Can't find unit OldRegExpr used by frmDisassemblyscanunit
Couldn't find OldRegExpr.pas in current svn area. Please help to fix
Thx
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25794 Location: The netherlands
|
Posted: Fri Apr 13, 2012 10:32 pm Post subject: |
|
|
Make sure your fpc and lazarus are from around 2011-10-11
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Sezesk How do I cheat?
Reputation: 0
Joined: 06 Feb 2009 Posts: 4
|
Posted: Fri Apr 20, 2012 2:25 pm Post subject: |
|
|
From Lazarus subversion log
---------------------------------------------------------------->
Revision: 36127
Author: mattias
Date: den 17 mars 2012 18:49:22
Message:
avglvltree: removed TAvgLvlTreeNodeMemManager, for thread safety and less mem fragmenatation
----
Modified : /trunk/components/lazutils/avglvltree.pas
<----------------------------------------------------------------
I assume that Lazarus revisions compiled from a revision lower than this should work then.
|
|
Back to top |
|
 |
|