| | 67 | |
| | 68 | If you run into an error message like {{{Error in initialization of native part of the Colorer library}}}, this might mean 2 things |
| | 69 | * colorer can't find the catalog.xml file |
| | 70 | * this shouldn't happen by default setup |
| | 71 | * some explanation where it looks for by default (http://colorer.sourceforge.net/api/classParserFactory.html) |
| | 72 | * it can't load the libnet_sf_colorer library |
| | 73 | * it can't find it |
| | 74 | * this shouldn't happen by default setup |
| | 75 | * the library is built against code that is not on your system |
| | 76 | * linux |
| | 77 | * locate the file (typically in {{{$ECLIPSE_HOME/plugins/net.sf.colorer_x.y.z/os/linux/x86/}}} |
| | 78 | * runn ldd $PATH_TO_DIR/libnet_sf_colorer.so |
| | 79 | * see if you have everything |
| | 80 | * eg on FC8, you need to install an additional rpm called {{{compat-libstdc++-33}}} |
| | 81 | |