search for: writemakefile

Displaying 5 results from an estimated 5 matches for "writemakefile".

2012 Apr 20
0
Using Sys::Virt with Libvirt
...e problems, won't test Running make install ? Make had some problems, won't install Could not read '/root/.cpan/build/Sys-Virt-0.9.4-DiRtOZ/META.yml'. Falling back to other methods to determine prerequisites Failed during this command: ?DANBERR/Sys-Virt-0.9.4.tar.gz ? ? ? ? ? ? ? ?: writemakefile NO '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 256 I have tried with both Libvirt 0.9.11 and Sys::Virt 0.9.11 in addition to Libvirt 0.9.4 with Sys::Virt 0.9.4. Thanks
2013 Apr 27
2
[PATCH] Build and test Perl bindings out-of-tree.
..._CONFIG_FILES([perl/run-perl-tests], [chmod +x perl/run-perl-tests]) AC_OUTPUT dnl Produce summary. diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index 77b4a0e..ce97579 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -19,7 +19,7 @@ use Config; use ExtUtils::MakeMaker; WriteMakefile ( - FIRST_MAKEFILE => 'Makefile-pl', + FIRST_MAKEFILE => '@abs_builddir@/Makefile-pl', NAME => 'Win::Hivex', VERSION => '@PACKAGE_VERSION@', diff --git a/perl/Makefile.am b/perl/Makefile.am index 22dd98c..ec49192 100644 --- a/perl/Makefi...
2013 May 28
3
[PATCH 1/2] Revert "perl: Fix build and test to work with separated builds."
...ES([pick-guests.pl], [chmod +x,-w pick-guests.pl]) AC_CONFIG_FILES([podwrapper.pl], diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index 4f12bc0..59b00d6 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -19,13 +19,13 @@ use Config; use ExtUtils::MakeMaker; WriteMakefile ( - FIRST_MAKEFILE => '@abs_builddir@/Makefile-pl', + FIRST_MAKEFILE => 'Makefile-pl', NAME => 'Sys::Guestfs', VERSION => '0.@MAX_PROC_NR@', - LIBS => '-L@abs_top_builddir@/src/.libs -lguestfs', - INC => '-I@abs...
2015 Oct 23
1
[PATCH v3] perl: Switch to using Module::Build.
version 3: - Split requires into configure_requires/etc. - Use lists for extra_compiler_flags, extra_linker_flags. - Suppress .packlist file. - Set the release_status field. Rich.
2013 Jan 30
1
[PATCH] Make internal-only functions and structures private
...=1 \ -I$(top_builddir) -I$(OCAMLLIB) -I$(top_srcdir)/ocaml \ -I$(top_srcdir)/src -I$(top_builddir)/src \ $(WARN_CFLAGS) $(WERROR_CFLAGS) \ diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index 11a976a..5487e98 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -27,5 +27,5 @@ WriteMakefile ( LIBS => '-L@top_builddir@/src/.libs -lguestfs', INC => '-I@top_builddir@/src -I@top_srcdir@/src', TYPEMAPS => [ '@srcdir@/typemap' ], - CCFLAGS => $Config{ccflags} . ' -DGUESTFS_PRIVATE_FUNCTIONS=1 @CFLAGS@', + CCFLAGS => $Config...