Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-3127

Perl Bindings: warnings with perl-5.10.0 and perl -w

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • trunk
    • ---
    • bindings_swig_perl
    • None
    • Linux

    Description

      I built the perl bindings in a near-trunk and am getting this behaviour:
      
      <<<<<<<<<<<<<<<
      $trunk/subversion/bindings/swig/perl/native$ perl -Mblib -w -e 'use SVN::Core'
      Name "swig_runtime_data::type_pointer3" used only once: possible typo 
      at /usr/lib/perl5/5.10.0/i386-linux-thread-multi/DynaLoader.pm line 226.
      >>>>>>>>>>>>>>>
      
      -Mblib instructs perl to use the bindings from the local blib/ directories. -w 
      toggles on warnings for the entire program (which SVK does), and -e 'use 
      SVN::Core' loads the SVN::Core module. As a result one gets this warning upon 
      every invocation of the program.
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            shlomif Shlomi Fish
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: