It seems to be Lazarus error... I need to compile a new version to see if it was specific or a bug of some sort... It seems that the papr_hash_t is undefined in apr.pas, and instead of raising error on that lazarus raised on the end of the declaration.
Ido On Sun, Mar 9, 2008 at 12:05 PM, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > On Sat, 8 Mar 2008, ik wrote: > > > Hello, > > > > I have the following code: > > > > type > > psvn_log_message_receiver_t = ^svn_log_message_receiver_t; > > svn_log_message_receiver_t = function (baton : pointer; > > changed_paths : papr_hash_t; > > revision : svn_revnum_t; > > author : PChar; > > date : PChar; > > message : PChar; > > pool : Papr_pool_t) > > : psvn_error_t; > > > > The compiler (FPC v2.2.0) gives me the subject's message, but I can't > > figure out what is wrong. > > Can anyone here see what am I missing/doing wrong here ? > > Works fine here with 2.2.0 ? > > Michael. > _______________________________________________ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal > -- http://ik.homelinux.org/ _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal