[Kstars-devel] KDE/kdeedu/kstars/kstars/indi

Ralf Habacker ralf.habacker at freenet.de
Wed Dec 20 01:41:27 CET 2006


Alexander Neundorf schrieb:
> On Wednesday 20 December 2006 00:04, you wrote:
>   
>> Hi Ralf,
>>
>> I am still getting compile errors in indi related to termios.h.  For
>> example, I'm getting errors in celestronprotocol.c, which are resolved
>> if I remove the "#ifdef HAVE_TERMIOS_H" wrapper around "#include
>> <termios.h>".  Other files in the indi directory have the same problem.
>>
>> So it seems that somehow HAVE_TERMIOS_H is still not being defined
>> properly.  This is with revision 615036, including Alexander's latest
>> move of the configure checks.  I also used a completely new build dir.
>>     
>
> After the commit from Ralf this now comes from config-kstars.h, which doesn't 
> seem to be included anywhere except lx200generic.cpp.
> Please add 
> #ifndef HAVE_CONFIG_H
> #include "config-kstars.h"
> #endif
> everywhere where you find this problem.
>
>   
I have moved HAVE_TERMIOS_H from config.h to config-kstars.h because 
this define is only used by kstars. If config.h a better place for this ?

Ralf



More information about the Kstars-devel mailing list