<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:12pt; font-weight:400; font-style:normal;">Op vrijdag 04 december 2009 20:30:49 schreef Richard Bos:<br>
> Makefile:937: Base.mk: No such file or directory<br>
> make: *** No rule to make target `Base.mk'.  Stop.<br>
><br>
><br>
> Is the Makefile not complete yet?<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>It goes wrong file executing 'perl Makefile.PL'.  I added a check to it, being:<br>
sub MY::postamble {<br>
    if (-e "../Base.mk")<br>
    {<br>
        copy("../Base.mk", "./") or die "Could not copy ../Base.mk";<br>
    } else {<br>
        die "../Base.mk does not exist";  <<<<<<<<<<<br>
    }<br>
    my $add = "include Base.mk<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Now when I run 'perl Makefile.PL', it fails with:<br>
perl-kolab-2.2.2.90_cvs20091204> perl Makefile.PL<br>
../Base.mk does not exist at Makefile.PL line 103.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Base.mk is located at:<br>
http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/Base.mk?rev=1.2&content-type=text/vnd.viewcvs-markup<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Does it need an issue to be opened for it?<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>-- <br>
Richard</p></body></html>