Hi,
I have Lazarus up and running on an x86 machine and it's looking good - only problem I have atm is that gtk2 seems not to want to play ball.
I've followed the instructions in lcl/interfaces/gtk2 and installed gtk2forpascal .. as long as I don't rebuild lazarus when prompted this seems to be Ok. (if I rebuild Lazarus, it crashes and refuses to restart...)
When I then try to compile lcl/interfaces/gtk2/gtk2interface.lpk, it fails with a 1 compilation error...
RegisterUnit( 'atk' , @atk.Register );
>> Identifier not found "Register"
Can anyone shed any light on this ?
thanks ..