[Kde-accessibility] error-log outputs compiling svn version 190705

Gary Cramblitt garycramblitt at comcast.net
Wed Jul 20 22:44:25 CEST 2005


On Wednesday 20 July 2005 12:09 pm, Jürgen Zdero wrote:
> Hi
> need some help please
> SuSE 9.2
>
> then mv -f ".deps/alsaplayer.Tpo" ".deps/alsaplayer.Plo"; else rm -f
> ".deps/alsaplayer.Tpo"; exit 1; fi
> alsaplayer.cpp: In member function `QString AlsaPlayer::timestamp() const':
> alsaplayer.cpp:65: error: `time' undeclared (first use this function)
> alsaplayer.cpp:65: error: (Each undeclared identifier is reported only once
> for
>    each function it appears in.)
> alsaplayer.cpp:66: error: `ctime' undeclared (first use this function)
> make[4]: *** [alsaplayer.lo] Error 1
> make[4]: Leaving directory
> `/home/op/kdeaccess-svn3/kdeaccessibility/kttsd/players/alsaplayer'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/home/op/kdeaccess-svn3/kdeaccessibility/kttsd/players'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/op/kdeaccess-svn3/kdeaccessibility/kttsd'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/op/kdeaccess-svn3/kdeaccessibility'
> make: *** [all] Error 2
> op at celtic:~/kdeaccess-svn3/kdeaccessibility>
> _______________________________________________
> kde-accessibility mailing list
> kde-accessibility at kde.org
> https://mail.kde.org/mailman/listinfo/kde-accessibility

In kdeaccessibility/players/alsaplayer/alsaplayer.cpp,

try adding

#include <time.h>

after

#include <sys/time.h>

Does that solve it?  If not, think I need to see more of the log above what 
you show, so I can see the include paths you're passing to the compiler.

These are routines from the GNU C library, so its hard to say what's wrong.

-- 
Gary Cramblitt (aka PhantomsDad)
KDE Text-to-Speech Maintainer
http://accessibility.kde.org/developer/kttsd/index.php


More information about the kde-accessibility mailing list