Revision 26:eff1772ba397

View differences:

README
67 67
 Normally this message will be preceded by one of the following
68 68
 errors:
69 69

  
70
   Invalid plugin key <key>
70
   Invalid plugin key <key> in loadPlugin
71 71

  
72
    - You have perhaps mistyped the argument to vamp-plugin-tester?
72
    - The argument given to vamp-plugin-tester could not be split
73
      into library name and plugin identifier.  Check the usage
74
      description above.
75

  
76
   No library found in Vamp path for plugin <key>
77

  
78
    - No Vamp plugin library of that name was found in the Vamp path.
79
      This message will often be accompanied by one of the following
80
      errors; if it isn't, then that probably means the file did not
81
      exist at all.
73 82

  
74 83
   Plugin <id> not found in library <name>
75 84

  
......
79 88
      check that the vampGetPluginDescriptor function returns the
80 89
      plugin descriptor properly.
81 90

  
82
   No valid <name> found in Vamp path
83

  
84
    - No Vamp plugin library of that name was found in the Vamp path.
85
      This message will often be accompanied by one of the following
86
      errors; if it isn't, then that probably means the file did not
87
      exist at all.
88

  
89 91
   Unable to load library <name>
90 92

  
91 93
    - A dynamic library of that name was found, but the system library
92 94
      loader could not load it.  Perhaps it depends on another library
93
      that is not available, or it was built for the wrong architecture?
95
      that is not available, or it was built for the wrong architecture.
96
      There may be more information in the error message.
94 97

  
95 98
   No vampGetPluginDescriptor function found in library <name>
96 99

  
Tester.cpp
188 188
        for (size_t i = 0; i < pp.size(); ++i) {
189 189
            std::cout << "            " << pp[i] << std::endl;
190 190
        }
191
        good = false;
191 192
    }
192 193

  
193 194
    return good;

Also available in: Unified diff