[lazarus] Compiling Lazarus.pp

Payne Thomas E CNIN payne_t at crane.navy.mil
Tue Jun 8 18:47:34 EDT 1999


Anyone else having problems compiling Lazarus from the latest from cvs.
Problem seems to be in call to gtk_signal_func.

Snippet from dialogs.pp
-----------------------------
170     gtk_signal_connect_object( gtk_object(
(PGtkFileSelection(FComponent))^.ok_button),
 171                               'clicked',
172                                gtk_signal_func( @gtk_ok),
 173                               gtk_object( self));


Snippet from make
-----------------------
Compiling dialogs.pp
dialogs.pp(66,1) Warning: Function result does not seem to be set
dialogs.pp(62,32) Hint: Parameter not used WIDGET
dialogs.pp(74,1) Warning: Function result does not seem to be set
dialogs.pp(70,36) Hint: Parameter not used WIDGET
dialogs.pp(82,1) Warning: Function result does not seem to be set
dialogs.pp(78,35) Hint: Parameter not used WIDGET
dialogs.pp(172,33) Error: Method (variable) and Procedure (variable) are
not compatible
dialogs.pp(172,33) Error: Method (variable) and Procedure (variable) are
not compatible
dialogs.pp(177,33) Error: Method (variable) and Procedure (variable) are
not compatible
dialogs.pp(177,33) Error: Method (variable) and Procedure (variable) are
not compatible
dialogs.pp(182,33) Error: Method (variable) and Procedure (variable) are
not compatible
dialogs.pp(182,33) Error: Method (variable) and Procedure (variable) are
not compatible
dialogs.pp(172,33) Error: Method (variable) and Procedure (variable) are
not compatible
dialogs.pp(172,33) Error: Method (variable) and Procedure (variable) are
not compatible
dialogs.pp(177,33) Error: Method (variable) and Procedure (variable) are
not compatible
dialogs.pp(177,33) Error: Method (variable) and Procedure (variable) are
not compatible
dialogs.pp(182,33) Error: Method (variable) and Procedure (variable) are
not compatible
dialogs.pp(182,33) Error: Method (variable) and Procedure (variable) are
not compatible
Fatal: There were 12 errors compiling module, stopping
make: *** [lazarus] Error 1
[root at a202-073 lazarus]#

Tom






More information about the Lazarus mailing list