Skip Menu |

This queue is for tickets about the Lufs CPAN distribution.

Report information
The Basics
Id: 5412
Status: new
Priority: 0/
Queue: Lufs

People
Owner: Nobody in particular
Requestors: dpavlin [...] rot13.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



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.