in reply to Re: UMMF perl script execution..
in thread UMMF perl script execution..

Hi,

Can you pls explain how this patch will resolve my problem?

Because, the sample patch run that you have showed seems to be taking a diff between some old version of UMMF's filesdir file and the newer version of the same. But the error that i am getting states that a template file that's used for Perl code generation is missing (for some reason). So, shouldn't I be thinking in terms of finding out where I can get that template file and then insert it into my UMMF?

I am not able to correlate how patch in this case will resolve my problem.

Please advise. Also, any idea where I can get the template file that I need?

Replies are listed 'Best First'.
Re^3: UMMF perl script execution..
by Anonymous Monk on Aug 02, 2011 at 02:36 UTC

    Can you pls explain how this patch will resolve my problem?

    Why? Just apply the patch, and be happy it now works

      C:\UMMF-1.02>"c:\Program Files\GnuWin32\bin\patch.exe" -p1 > "c:\Progr +am Files\GnuWin32\b in" Access is denied.

      i got the above arror when i tried to apply the patch file. please help me out in applying the patch file

        i got the above arror when i tried to apply the patch file. please help me out in applying the patch file

        No. Learn to read , follow instructions, copy/paste -- you can't possibly be this clueless

      Actually, you can say that I am clueless. And that is the reason why I had earlier mentioned that i don't quite get the relevance of this solution to my problem.

      I am not able to understand the syntax/usage of patch; I am not able to find any help docs on the patch/gnuwin32 website either.

      So, I am not sure what exactly I am doing wrong.

      From the snippet you had shown, it looked like the patch utility was trying to patch in the diff between the new version of UMMF into the older version of the same. But i have doubts around that - if we have a new version of UMMF, then hwy not just use it? Why should we patch in the diff into the older version?

      please help.

        I am not able to understand the syntax/usage of patch; I am not able to find any help docs on the patch/gnuwin32 website either

        START + Programs + GnuWin32 + Patch + patch-man.pdf

        "C:\Program Files\GnuWin32\man\pdf\patch-man.pdf"

        http://www.gnu.org/software/diffutils/manual/#Invoking-patch

        patch

        So, I am not sure what exactly I am doing wrong.

        You're not reading closely, and you're not copy/paste-ing

        cd UMMF-1.02
        patch -p1 < path/to/patchfile
        

        we have .. should we ...

        Have you self-replicated? How'd you do that!?

        :)  :P :D ;)