[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: compiling errors:



Paul Miller <paul@3dillusion.com> writes:
> errors with the 'kdenetwork' package
> 
> c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/kde/include
> -I/usr/local/qt/include -I/usr/X11R6/include  -g -c kmreaderwin.cpp
> kmreaderwin.cpp: In method `bool KMReaderView::saveMail()':
> kmreaderwin.cpp:504: `errno' undeclared (first use this function)
> kmreaderwin.cpp:504: (Each undeclared identifier is reported only once
> kmreaderwin.cpp:504: for each function it appears in.)
> kmreaderwin.cpp: In method `bool KMReaderView::slotSaveAtmnt()':
> kmreaderwin.cpp:612: `errno' undeclared (first use this function)
> make[2]: *** [kmreaderwin.o] Error 1
> make[2]: Leaving directory `/usr/local/src/kde/kdenetwork/kmail'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/kde/kdenetwork'
> make: *** [all-recursive-am] Error 2

Add `#include <errno.h>' to the top of the offending files.  This is a
common libc5->libc6 conversion thing.

Don't know about the others, offhand.
-- 
Ben Pfaff <pfaffben@pilot.msu.edu> <blp@gnu.org> <pfaffben@debian.org>
Senders of unsolicited commercial e-mail will receive free 32MB core files!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: