<br><font size=2 face="sans-serif">When attempting to compile kdebase-3.1.3 using 64 bit gcc-3.3.1, I receive errors regarding problems with TEPty.cpp. &nbsp;This C script is calling non-existent functions in utmp.h. &nbsp;I have not seen anyone else with this problem. &nbsp;</font>
<br>
<br><font size=2 face="Arial">bash-2.05# make</font>
<br><font size=2 face="Arial">if /bin/bash ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I/usr/local/kde/include -I/usr/local/qt/include &nbsp; &nbsp;-DQT_THREAD_SUPPORT -I/usr/openwin/share/include -I/usr/openwin/share/include/X11 -I/usr/openwin/include -I/home/robert/kde/jpeg-6b -I/home/robert/kde/audiofile-0.2.3/libaudiofile -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/include/gtk-1.2 -I/usr/local/qt/include -I/usr/local/samba/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4 &nbsp;-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -O2 -m64 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -D_GNU_SOURCE &nbsp;-MT TEPty.lo -MD -MP -MF &quot;.deps/TEPty.Tpo&quot; \</font>
<br><font size=2 face="Arial">&nbsp; -c -o TEPty.lo `test -f 'TEPty.cpp' || echo './'`TEPty.cpp; \</font>
<br><font size=2 face="Arial">then mv &quot;.deps/TEPty.Tpo&quot; &quot;.deps/TEPty.Plo&quot;; \</font>
<br><font size=2 face="Arial">else rm -f &quot;.deps/TEPty.Tpo&quot;; exit 1; \</font>
<br><font size=2 face="Arial">fi</font>
<br><font size=2 face="Arial">TEPty.cpp: In member function `virtual void TEPty::commClose()':</font>
<br><font size=2 face="Arial">TEPty.cpp:281: error: `logout' undeclared (first use this function)</font>
<br><font size=2 face="Arial">TEPty.cpp:281: error: (Each undeclared identifier is reported only once for </font>
<br><font size=2 face="Arial">&nbsp; &nbsp;each function it appears in.)</font>
<br><font size=2 face="Arial">TEPty.cpp: In member function `int TEPty::makePty(bool)':</font>
<br><font size=2 face="Arial">TEPty.cpp:525: error: `UT_NAMESIZE' undeclared (first use this function)</font>
<br><font size=2 face="Arial">TEPty.cpp:527: error: 'struct utmp' has no member named 'ut_host'</font>
<br><font size=2 face="Arial">TEPty.cpp:527: error: `UT_HOSTSIZE' undeclared (first use this function)</font>
<br><font size=2 face="Arial">TEPty.cpp:530: error: 'struct utmp' has no member named 'ut_host'</font>
<br><font size=2 face="Arial">TEPty.cpp:538: error: `UT_LINESIZE' undeclared (first use this function)</font>
<br><font size=2 face="Arial">TEPty.cpp:541: error: `login' undeclared (first use this function)</font>
<br><font size=2 face="Arial">TEPty.cpp:470: warning: unused parameter `bool _addutmp'</font>
<br><font size=2 face="Arial">make: *** [TEPty.lo] Error 1</font>