Help for this page

Select Code to Download


  1. or download this
    cp lib/Bit/Vector/String.pod blib\lib\Bit\Vector\String.pod
    cp lib/Bit/Vector/String.pm blib\lib\Bit\Vector\String.pm
    ...
    gcc: installation problem, cannot exec `cc1': No such file or director
    +y
    dmake.EXE:  Error code 129, while making 'BitVector.o'
      C:\strawberry-perl\dmake\bin\dmake.EXE  -- NOT OK
    
  2. or download this
    cp Calc.pm blib\lib\Date\Calc.pm
    C:\strawberry-perl\perl\bin\perl.exe C:\strawberry-perl\perl\lib\ExtUt
    +ils\xsubpp  -typemap
    ...
      C:\strawberry-perl\dmake\bin\dmake.EXE  -- NOT OK
    Running make test
    ...
    
  3. or download this
    Writing Makefile for Bit::Vector
    Writing patchlevel.h for C:\strawberry-perl\perl\bin\perl.exe (5.00800
    +8)
    ...
    BitVector.c:547: error: `size_t' undeclared (first use in this functio
    +n)
    BitVector.c:580: error: `NULL' undeclared (first use in this function)
    ... many more syntax errors because it cannot find .h files ......
    
  4. or download this
    copy C:\strawberry-perl\mingw\lib\gcc\mingw32\3.4.5\include C:\strawbe
    +rry-perl\perl\lib\CORE
    
    copy /s C:\strawberry-perl\mingw\include C:\strawberry-perl\perl\lib\C
    +ORE
    set LIBRARY_PATH=C:\strawberry-perl\mingw\lib;C:\strawberry-perl\mingw
    +\lib\gcc\mingw32\3.4.5