Re: [fpc-devel] Rebuild Lazarus fails for some reason

2009-02-19 Thread Mattias Gaertner
On Thu, 19 Feb 2009 00:19:38 -0800 ABorka wrote: > Hi Michael, > > Yes it was compiled when "make all" was called the first time, > because c:\lazarus\ideintf\units\i386-win32\ contains > componenttreeview.ppu and componenttreeview.o and both has the same > date/time as all the other units there

Re: [fpc-devel] Rebuild Lazarus fails for some reason

2009-02-19 Thread Vincent Snijders
ABorka schreef: Not sure that I did it right but attached are 2 screenshots as well as the original "make all" "make install" log from Lazarus compilation. The c:\lazarus\ideintf\units\...\ contains the compiled componenttreeview files after "make install" I was guessing I need to put " -u -

Re: [fpc-devel] Rebuild Lazarus fails for some reason

2009-02-19 Thread Michael Van Canneyt
On Thu, 19 Feb 2009, ABorka wrote: > Hi Michael, > > Yes it was compiled when "make all" was called the first time, because > c:\lazarus\ideintf\units\i386-win32\ contains componenttreeview.ppu and > componenttreeview.o and both has the same date/time as all the other units > there (obviously,

Re: [fpc-devel] Rebuild Lazarus fails for some reason

2009-02-19 Thread ABorka
Hi Michael, Yes it was compiled when "make all" was called the first time, because c:\lazarus\ideintf\units\i386-win32\ contains componenttreeview.ppu and componenttreeview.o and both has the same date/time as all the other units there (obviously, because all of them were created with the "mak

Re: [fpc-devel] Rebuild Lazarus fails for some reason

2009-02-18 Thread Michael Van Canneyt
On Wed, 18 Feb 2009, ABorka wrote: > Hi, > > I'm getting > "componenttreeview.pas(41,18) Fatal: Can't find unit ComponentTreeView used by > ObjectInspector" > > > On this computer (win32, XP) rebuilding Lazarus does not work. > Steps: > > 1. Clear all lazarus/fpc directories (except the c:\p

[fpc-devel] Rebuild Lazarus fails for some reason

2009-02-18 Thread ABorka
Hi, I'm getting "componenttreeview.pas(41,18) Fatal: Can't find unit ComponentTreeView used by ObjectInspector" On this computer (win32, XP) rebuilding Lazarus does not work. Steps: 1. Clear all lazarus/fpc directories (except the c:\pp\bin\i386-win32\ so there's a working FPC compiler left