Adding module copies -> xyz_xpm undeclared error
"H. Dombrowski" <[email protected]> Mon, 31 Oct 2005 16:45:49 +0100
| Newsgroups | gmane.comp.video.gephex.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi list! When I copy a module (let's say the effectvwarpmodule-dir to ownwarpmodule; renaming source files and modifiing the ownwarpmodule.spec to match the new name) the build system gives me errors concerning the xpm-icon of the module: ownwarpmodule_auto.c: In function `getInfo': ownwarpmodule_auto.c:110: error: `ownwarpmodule_xpm' undeclared (first use in this function) The file ownwarpmodule_auto.c is built as it should be by the build-system via pluc.py c ownwarpmodule.spec and includes the correct file (#include "ownwarpmodule.xpm"). Where is ownwarpmodule_xpm declared (or effectvwarpmodule_xpm)? All other modules build just fine. Any hints are welcome... Thanks, herb