[Kstars-devel] KDE/kdeedu/kstars/kstars/indi
Alexander Neundorf
neundorf at kde.org
Wed Dec 20 00:23:59 CET 2006
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.
Thanks
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the Kstars-devel
mailing list