Tk800.024 and Perl 5.8.1-RC4

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

  1. #1

    Default Tk800.024 and Perl 5.8.1-RC4

    Does Tk800.024 work with perl 5.8.1-rc4?
    I use solaris 2.8 with gcc 3.3.
    The Tk800.024 was successfully built with perl 5.8.0, but
    I got the error with perl 5.8.1-rc4.
    Why does perl 5.8.1-rc4 not like '--center'?

    Any suggestions?
    =======
    $ make
    .......
    Manifying ../blib/man3/Tk::place.3
    make[1]: Leaving directory `/d200/add-on/perl/Tk800.024/pod'
    make[1]: Entering directory `/d200/add-on/perl/Tk800.024/demos'
    cp widget ../blib/script/widget
    /s5/twh/perl581/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)"
    .../blib/script/widget
    Unrecognized switch: --center (-h will show valid options).
    make[1]: *** [manifypods] Error 255
    make[1]: Leaving directory `/d200/add-on/perl/Tk800.024/demos'
    make: *** [subdirs] Error 2


    Tulan W. Hu Guest

  2. Similar Questions and Discussions

    1. Off Topic: Active Perl Native Windows / cygwin perl
      I have both activestate windows native perl installed and the default cygwin perl. How can I have the cygwin shell use the windows perl rather...
    2. install Tk800.025 no 'ClientWin.o' file
      Hi all, I am trying to install the Tk800.025 package, it told me: ar: ClientWin.o: No such file or directory make: *** Error 1 make: Leaving...
    3. Re : Installing CPAN Perl Modules with Activestate Perl 5. v5.8
      Hi, In the process of trying to get perl modules installed, I downloaded over 300 Activestate specific perl modules and they work fine (of the ones...
    4. Effeciency question - perl scripts v's perl exe's
      Max Adams wrote: The only existing Perl compiler is part of perl. Anything else is just a packager that puts a perl, required modules, and the...
    5. problem with Tk800.023.tar.gz from CPAN
      Sorry, but I'm a newbie on this... 'perl -V:make' returns: make='make'; ## Is this correct? And now? what? Thank you! --Hugo
  3. #2

    Default Re: Tk800.024 and Perl 5.8.1-RC4

    just found out Tk800.025 was released and
    it does not give me error when I make it.


    Tulan W. Hu Guest

  4. #3

    Default Re: Tk800.024 and Perl 5.8.1-RC4

    "Tulan W. Hu" <twhu@lucent.com> wrote in
    > just found out Tk800.025 was released and
    > it does not give me error when I make it.
    but it gave me lots errors when I ran 'make test'


    Tulan W. Hu 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