From: Michael R. <re...@eu...> - 2004-03-17 06:31:48
|
Hi Javi, > First, I think there is a problem with the Makefile. The configure > script detects I have MySQL and pluging_mysql.c is compiled, but when > compiling, it shows errors like: You are right. The check for mysql.h is just a quick-hack. Please patch the makefile as you already did, until I found someone who can write me a good autoconf macro for this... [Segfault with cfg_get()] I've read the code, looks like Xavier is right: including cfg.h should solve this issue. I tried to code lcd4linux in a way so it does not emit *any* warning at compiling. (except thwo or three which come from the fact that the code isn't finished at the moment). If you get such a warning, chances are good that there's a mistake in your code, and that you should correct it. bye, Michael -- Michael Reinelt Tel: +43 676 3079941 Geisslergasse 4 Fax: +43 316 692343 A-8045 Graz, Austria e-mail: re...@eu... |