On Tue, Jan 15, 2013 at 12:50:49PM +0200, Pierre Ayres wrote: > When running "/usr/bin/perl Makefile.PL" for the Perl module I get the > following "error". > > "Enter the location of the build directory of the configured pspp source: > [] > Checking if your kit is complete... > Looks good > Could not open '/src/libpspp/version.c': No such file or directory at > /usr/local/share/perl/5.14.2/ExtUtils/MM_Unix.pm line 2637." > > I realize I need to give some directory of sorts but a 'locate' does not > find this file anywhere on my box.
The usual way to build the Perl module is to run the top-level "configure" and "make". This builds the Perl module as a side effect. _______________________________________________ Pspp-users mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-users
