From: Juan C. R. F. <jc...@ca...> - 2002-09-10 11:36:12
|
Hi. Fausto's answer was OK, the first problem is located in the kernel includes, in fact I have installed the kernel-headers-2.4.9 in order to compile (All compiles ok in RH7.2, in RH7.3 you must uninstall the glibc-kernheaders files and install a kernel-headers file 2.4.9 instead or disable the audine support manually deleting in Makefile.am of the spiderd's root directory the word libsrc and daemons, in Makefile.am in the contrib subdirectory the word audine-2.10 and in the Makefile.am in the drivers subdirectory any reference to audine. I have done the above for you and I'll send two tar.gz files in another mail to avoid problems with SourceForge. First of all get the libnova package from cvs, compile and install it. then unpack libspider-0.1.0.tar.gz and make: autogen.sh make make install This will install the library and header files then unpack spiderd-0.1.0.tar.gz and do the same steps as in the previous packages and all do build ok ;-) Sorry for the inconveniences, I have been very busy changing some things in spiderd and with my little baby (he eats every tree hours, including the nights, and my wife works at 300 Km from home, for that we have to distribute all the task, including eating..: -( I forgot to add some files the last time (one week ago) and when I attempted to do it the next day I was left without internet connection (I was upgrading my laptop from the Rh 7.2+helix code to the latest Red Hat 7.3, but something was wrong and in my work I'm under a filerwall and couldn't accest to cvs). I hope to solve it this week. Gordt I have changed some things that affect you directly. Please look in the sources in the drivers subdirectory (lx200.c source) in spiderd, and in the serport.c source from libspider. Latest changes that affect you: -commands.c in spiderd/src splitted in two files, one called commands.c and the corresponding commands.h moved to libspider, the other one called ult.c remains in spiderd/src. -serport.c and serport.h moved to libspider/src, corrected some bugs and function names normalized. Be carefull, this file in still work in progress. I'll send you de mods, in any...;-) I have started to work in the lx200 driver, I have some little code and I'll send you later if this can help you. If you cannot compile, please mail me directly. If you can do it, mail me too :-) Liam, please, I do not have your patch for autoconf.sh and spiderd, please send me :-). Cheers Juan Carlos |