From: Xavier V. <xav...@fr...> - 2004-05-18 07:42:01
|
Hello Andreas ! > I try (again) to compile the lcd4linux package, but ive one problem > with it. When i try to compile it with make, i get a > "No rule to make target 'plugin_isdn.c', needed by 'plugin_isdn.o'. > Earlier in configure it say that the isdn_plugin is disabled. > I also tried a ./configure --with-plugin='all,\!isdn' but it want to > include the isdn_plugin anyway. In fact, it's a known bug of the maintainer, aka Michael (I'll patch him as soon as he appears on the ML ;) He recently added the ISDN plugin in the cvs tree, but forgot to add the plugin_isdn.c ! But he's the only to have this file and he's too busy by now. Here's a workaround, you'll have to modify 3 files : - modify Makefile.am and delete line 80 "plugin_isdn.c \", then type 'automake' (to generate makefile.in) - run configure (don't need for --with-drivers=all,\!isdn, it doesn't work ;) - modify config.h to delete line "#define PLUGIN_ISDN 1" (line 253 for me) - modify Makefile and remove plugin_isdn.o from PLUGIN (l 83, but this may differ), lcd4linux_LDADD (l 91) and lcd4linux_DEPENDENCIES (l 94) - run make, and that's all ;) Sorry for the inconvenience, and I hope this will help you ! -- Xavier VELLO <xav...@fr...> |