FYI, I fixed this in CVS head a few days ago. Perl defines a bool datatype instead of something more sane like Perl_Bool. In fact, what 'bool' might be varies a lot - enum, int, unsigned char, unsigned short. But they never bother to check for __cplusplus ...
In ut_PerlBindings.cpp, add a #define HAS_BOOL 1. See line 31 for more information. Dom On Wed, 2001-12-19 at 09:58, Tomas Frydrych wrote: > > I attach an email I have just received. There seems to be some > problem compiling Perl bindings on FreeBSD -- it has to do with > the bool type, which I understand from the sources is a known > issue, but I am not sure what one needs to do to get around this. > Could someone who knows please reply to the email's sender; > thanks. > > Tomas > > ********************************************* > [EMAIL PROTECTED] / www.frydrych.net > PGP keys: http://www.frydrych.net/contact.html > ---- > > The following section of this message contains a file attachment > prepared for transmission using the Internet MIME message format. > If you are using Pegasus Mail, or any another MIME-compliant system, > you should be able to save it or view it from within your mailer. > If you cannot, please ask your system administrator for assistance. > > ---- File information ----------- > File: perlbinding.txt.gz > Date: 19 Dec 2001, 14:53 > Size: 4704 bytes. > Type: Unknown
