From kde-devel Thu Jul 22 17:58:33 1999 From: Harri Porten Date: Thu, 22 Jul 1999 17:58:33 +0000 To: kde-devel Subject: Re: 1.1.2pre: kppp/logview doesn't compile X-MARC-Message: https://marc.info/?l=kde-devel&m=93266571302424 Andreas Vetter wrote: > > Hi! > > I tried to compile 1.1.2pre-19990720 on Digital Unix V4.0D with gcc-2.7.2.3 > > In kdenetwork the kppp/logview did not compile: > gmake[3]: Entering directory `/chi/vetter/kde/kdenetwork/kppp/logview' > /bin/sh ../../libtool --silent --mode=link g++ -O2 -Wall -s -o kppplogview -L/usr/local/lib/kde-1.1.2pre/lib -L/usr/local/lib/qt-1.44/lib -L/usr/shlib/X11 -rpath /usr/local/lib/kde-1.1.2pre/lib -rpath /usr/local/lib/qt-1.44/lib -rpath /usr/shlib/X11 main.o loginfo.o log.o monthly.o -lkfile -lkfm -lkdecore -lXext -lqt -lX11 -ldnet_stub -lkdeui -lkdecore -lXext -lqt -lX11 -ldnet_stub > collect2: ld returned 1 exit status > /bin/ld: > Warning: log defined as GLOBAL DATA but is defined in a shared lib as a GLOBAL FUNC > Unresolved: > strsep > gmake[3]: *** [kppplogview] Error 1 > > Ideas? The non-posix strsep() in the log viewer could easily be replaced but you will probably run into more severe problems in kppp itself. Unfortunately it doesn't compile an all platforms supported by KDE. It should be possible to get it running on all those that have pppd but this would require help & feedback of the owners of those os's. I suggest removing logview from kppp/Makefile. Then you'll probably get some errors in kppp. Please send them to me and continue compiling kdenetwork after removing kppp from the Makefile. Sorry, Harri.