Installing Archive-ZIp o Windows XP?

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Installing Archive-ZIp o Windows XP?

    Having a little trouble installing Archive-Zip on Windows XP.

    I'm using Borland make with the '-N' option which supposedly makes it
    more nmake-like:

    I get errors like:

    C:\Backups\Archive-Zip-1.05>make -N install

    C:\Backups\Archive-Zip-1.05>goto endofperl
    syntax error at -e line 4, near ") print"
    Execution of -e aborted due to compilation errors.
    *** Make failed: command was: make -N install
    C:\Backups\Archive-Zip-1.05>


    ..... which makes no sense to me at all, any hints appreciated.



    George R. Gonzalez Guest

  2. Similar Questions and Discussions

    1. CF 7.0.1 updater not installing in windows
      I downloaded the coldfusion 7.0.1 updater for windows. When I clicked on the setup file a dialog box was visable for a split second before it went...
    2. Installing PHP5 on Windows
      Hi Folks, PHP version 4 works fine but I am having problems Installing PHP5 on Windows XP Pro using IIS v5.1 hope you might be able to help? I...
    3. Installing windows from a USB HD
      Is it possible to copy the windows CD to a USB HD and then install from here to the computers internal HD. The reason for doing so is i would...
    4. installing windows xp pro.
      I need to install Windows XP Pro. on a loptop. The loptop already has Windows XP Home edition. Do I need to erase the hard drive and re-format...
    5. Installing CtCmd on Windows
      What are cl and dumpbin? I am trying to configure CtCmd and I was reading the INSTALL document before proceeding. It stated that I must be able...
  3. #2

    Default Re: Installing Archive-ZIp o Windows XP?


    "George R. Gonzalez" <grg@umn.edu> wrote in message
    news:bef509$qqp$1@lenny.tc.umn.edu...
    > Having a little trouble installing Archive-Zip on Windows XP.
    >
    > I'm using Borland make with the '-N' option which supposedly makes it
    > more nmake-like:
    >
    > I get errors like:
    >
    > C:\Backups\Archive-Zip-1.05>make -N install
    >
    > C:\Backups\Archive-Zip-1.05>goto endofperl
    > syntax error at -e line 4, near ") print"
    > Execution of -e aborted due to compilation errors.
    > *** Make failed: command was: make -N install
    > C:\Backups\Archive-Zip-1.05>
    >
    >
    > .... which makes no sense to me at all, any hints appreciated.
    >
    >
    Probably best to use nmake itself, which is available from:
    [url]ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe[/url]

    Just download and run the executable to install nmake. (Simplest to install
    it into one of the directories in your path.)

    If you're using ActiveState perl then you'll already have Archive::Zip
    (perhaps not version 1.05). The same might also apply to Indigo perl.

    Cheers,
    Rob


    Sisyphus Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139