[lazarus] CVS Changes
Marc Weustink
Marc.Weustink at cuperus.nl
Tue Jan 30 13:28:21 EST 2001
+ From: luis at harding.miraclec.com [mailto:luis at harding.miraclec.com]On
+
+ Marc Weustink wrote:
+ >
+ > At 16:18 29-01-01 -0300, Luis R. Hilario wrote:
+ > >Marc Weustink wrote:
+ > > >
+ > > > At 23:44 28-01-01 -0300, Luis R. Hilario wrote:
+ > > > >
+ > > > >Problems with this update:
+ > > > >
+ > > > >Compiling allunits.pp
+ > > > >Compiling synedit.pp
+ > > > >lcllinux.pp(68,11) Fatal: Can't find unit VCLGLOBALS
+ > > > >make[2]: *** [allunits.ppu] Error 1
+ > > >
+ > > > isn't it located in lcl/units ??
+ > >
+ > >Marc,
+ > >Unit VCLGLOBALS is in the directory "lcl".
+ >
+ > Sorry I ment vclglobals.ppu
+ >
+
+ Under Windows "vclglobals.ppw" is in the directory "lcl/units".
+ Under Linux "vclglobals.ppu" is in the directory "lcl".
+ I copied "vclglobals.ppu" to the directory "lcl/units" and
+ now compiles well.
+
+ When attempt to put some component in the designer leaves with this
+ error:
+
+ An unhandled exception occurred at 0x080B6C12 :
+ Access violation
I guess you got a currupt/wrong version of vclglobals.ppu.
Do a make clean. Make sure that there is no .ppu or .o left
i.e. in you lazarus dir:
find . ( -name '*.ppu' -or -name '*.o' )
or to remove them as well:
find . ( -name '*.ppu' -or -name '*.o' ) -exec rm {} \;
Afterthat do a make components. Now both lcl as components should be made.
Check the components/units and the lcl/units dir.
Marc
More information about the Lazarus
mailing list