On Wed, 2008-04-09 at 12:13 +0200, Vova Strazhnikov (vstrazhn) wrote: > Hi, > > I'm trying to build SWIG Perl binding. Using libmapi-0.7 . > First, running configure with --enable-swig-perl=yes hasn't invoked > make process under swig\perl. > After starting make manually, the following output is created:
> ../../libmapi/libmapi.h:51:29: libmapi/version.h: No such file or > directory > ../../libmapi/libmapi.h:65:27: libmapi/proto.h: No such file or > directory > make: *** [mapi_wrap.o] Error 1 > ################################################################################ > > Any idea what can cause this? Hi Vova, The build dependencies of the Perl bindings expects libmapi to be compiled first. Running make libmapi should create version.h and proto.h files. In the meantime, I had forgotten to test bindings before releasing and noticed a day later a function didn't have the correct prototype for mapidump_message() anymore. You can find the fix in r407. Cheers, Julien. -- Julien Kerihuel [EMAIL PROTECTED] OpenChange Project Manager GPG Fingerprint: 0B55 783D A781 6329 108A B609 7EF6 FE11 A35F 1F79
signature.asc
Description: This is a digitally signed message part
_______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
