Re: [Lazarus] Error while compiling latest SVN version

2011-07-01 Thread Bart
To: Lazarus mailing list Subject: Re: [Lazarus] Error while compiling latest SVN version On Thursday 30 of June 2011 15:10:08 Dirk wrote: Submitted bug report + patch for Anchordocking: http://bugs.freepascal.org/view.php?id=19660 I've applied your patch. Thanks zeljko. I closed the bug report

[Lazarus] Error while compiling latest SVN version

2011-06-30 Thread Tommi Prami
-Tee- PPU Loading C:\lazarus\lcl\units\i386-win32\intfgraphics.ppu PPU Source: intfgraphics.pas not found Recompiling IntfGraphics, checksum changed for LCLIntf ..\graphics.pp(47,49) Fatal: Can't find unit IntfGraphics used by Graphics -- ___ Lazarus

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread Bart
Which revision? Which FPC version? How did you try to rebuild Lazarus? Bart On 6/30/11, Tommi Prami groups.tpr...@gmail.com wrote: -Tee- PPU Loading C:\lazarus\lcl\units\i386-win32\intfgraphics.ppu PPU Source: intfgraphics.pas not found Recompiling IntfGraphics, checksum changed for LCLIntf

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread Tommi Prami
OK, short explanation: Did everything all over again : SVN : 31471 FPC : 2.4.4 I run the make of the Lazarus, and then start the IDE (That fart it works) then try to run Toos - Build Lazarus with profile ... to get all the Packages to build again... (After update... Now it weirdly fails at)

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread Torsten Bonde Christiansen
Same here. Happens on both Win32 and Linux x86_64 - i have the same SVN revision. -Torsten. On 2011-06-30 11:46, Tommi Prami wrote: OK, short explanation: Did everything all over again : SVN : 31471 FPC : 2.4.4 I run the make of the Lazarus, and then start the IDE (That fart it works)

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread Bart
Due to r31470: http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/lcl/forms.pp?root=lazarusr1=31468r2=31470 TWindowState definition has changed. On 6/30/11, Torsten Bonde Christiansen t...@epidata.dk wrote: Same here. Happens on both Win32 and Linux x86_64 - i have the same SVN revision.

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread Bart
Filed a bugreport: http://bugs.freepascal.org/view.php?id=19659 Bart On 6/30/11, Bart bartjun...@gmail.com wrote: Due to r31470: http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/lcl/forms.pp?root=lazarusr1=31468r2=31470 TWindowState definition has changed. On 6/30/11, Torsten Bonde

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread Bart
If you change the line in main.pp to ShowCommands: array[TWindowState] of Integer = (SW_SHOWNORMAL, SW_MINIMIZE, SW_SHOWMAXIMIZED, SW_SHOWFULLSCREEN); Will it then build? Bart On 6/30/11, Bart bartjun...@gmail.com wrote: Filed a bugreport: http://bugs.freepascal.org/view.php?id=19659

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread Tommi Prami
Seems to work... -TP- On 30.6.2011 14:01, Bart wrote: If you change the line in main.pp to ShowCommands: array[TWindowState] of Integer = (SW_SHOWNORMAL, SW_MINIMIZE, SW_SHOWMAXIMIZED, SW_SHOWFULLSCREEN); Will it then build? Bart On 6/30/11, Bartbartjun...@gmail.com wrote: Filed a

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread Bart
I just tried that myself and it seems to work. I attached a patch in the bugtracker. Bart On 6/30/11, Bart bartjun...@gmail.com wrote: If you change the line in main.pp to ShowCommands: array[TWindowState] of Integer = (SW_SHOWNORMAL, SW_MINIMIZE, SW_SHOWMAXIMIZED, SW_SHOWFULLSCREEN);

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread silvioprog
This problem is also happening to me: http://imagebin.org/160713 Lazarus 0.9.31 r31428 FPC 2.5.1 i386-win32-win32/win64 -- Silvio Clécio === Blog - silvioprog.com.br Twitter - twitter.com/silvioprog LazSolutions - code.google.com/p/lazsolutions

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread Dirk
] of string = ( 'Normal', 'Minimized', 'Maximized' ); Dirk. -Original Message- From: Bart [mailto:bartjun...@gmail.com] Sent: Thursday, June 30, 2011 12:28 PM To: Lazarus mailing list Subject: Re: [Lazarus] Error while compiling latest SVN version I just tried

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread Dirk
Submitted bug report + patch for Anchordocking: http://bugs.freepascal.org/view.php?id=19660 Dirk. -Original Message- From: Dirk [mailto:dirk.l...@dirksweb.com] Sent: Thursday, June 30, 2011 1:47 PM To: 'Lazarus mailing list' Subject: RE: [Lazarus] Error while compiling latest SVN

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread silvioprog
2011/6/30 Dirk dirk.l...@dirksweb.com: Submitted bug report + patch for Anchordocking: http://bugs.freepascal.org/view.php?id=19660 Dirk. Solved. Lazarus 0.9.31 r31477 FPC 2.5.1 i386-win32-win32/win64 -- Silvio Clécio === Blog - silvioprog.com.br

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread zeljko
On Thursday 30 of June 2011 15:10:08 Dirk wrote: Submitted bug report + patch for Anchordocking: http://bugs.freepascal.org/view.php?id=19660 I've applied your patch. thanks zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread Dirk
From: zeljko [mailto:zel...@holobit.net] Sent: Thursday, June 30, 2011 2:56 PM To: Lazarus mailing list Subject: Re: [Lazarus] Error while compiling latest SVN version On Thursday 30 of June 2011 15:10:08 Dirk wrote: Submitted bug report + patch for Anchordocking: http://bugs.freepascal.org