Subject: | Bulid problems |
When building Lufs using perl 5.8.3 built for i386-linux-thread-multi (I also compiled 0.19 with perl 5.8.2) I got following errors:
perlfs.c: In function `_create_perl':
perlfs.c:70: error: `my_perl' undeclared (first use in this function)
....
Solution is simple. I just added
static PerlInterpreter *my_perl;
to perlfs/perlfs.c and everything work like a charm.