Cannot load component (27)

The interpreter failed to load the specified component.

You can get this message if you didn't compile a component because of a non-installed development package.

Let's suppose that you use Debian 3.1, and that you get this message:

ERROR: #27: Cannot load component 'gb.pcre': cannot find library file

When the Gambas source code was configured and made, the ./configure script reported that it couldn't compile the gb.pcre component, because it could not find the required development packages for that component.

To solve this problem, install the missing package (in that case libpcre-dev) and compile the source again.