From kde-bugs-dist Sun Oct 26 07:34:40 2003 From: Torsten Kasch Date: Sun, 26 Oct 2003 07:34:40 +0000 To: kde-bugs-dist Subject: [Bug 66620] New: kdepim/libkdenetwork/kpgpbase.cpp fails to compile X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=106715368931170 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=66620 Summary: kdepim/libkdenetwork/kpgpbase.cpp fails to compile on Solaris Product: configure Version: unspecified Platform: Compiled Sources OS/Version: Solaris Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: coolo@kde.org ReportedBy: tk@Genetik.Uni-Bielefeld.DE Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc version 2.95.3 20010315 (release) OS: Solaris Compiling kdepim on Solaris 8 (x86) breaks with source='kpgpbase.cpp' object='kpgpbase.lo' libtool=yes \ depfile='.deps/kpgpbase.Plo' tmpdepfile='.deps/kpgpbase.TPlo' \ depmode=gcc /bin/bash ../admin/depcomp \ /bin/bash ../libtool --silent --mode=compile --tag=CXX g++ -pipe -DHAVE_CONFIG_H -I. -I. -I.. -I/vol/kde-cvs/include -I/vol/qt-3.2.1/include -I/vol/local/include -I/vol/graphics/include -I/vol/palmpilot/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o kpgpbase.lo `test -f 'kpgpbase.cpp' || echo './'`kpgpbase.cpp kpgpbase.cpp: In method `int Kpgp::Base::run(const char *, const char * = 0, bool = false)': kpgpbase.cpp:92: implicit declaration of function `int Kpgp::setenv(...)' make[3]: *** [kpgpbase.lo] Error 1 make[3]: Leaving directory `/vol/src/kde/cvs/kdepim/libkdenetwork' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/vol/src/kde/cvs/kdepim/libkdenetwork' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/vol/src/kde/cvs/kdepim' make: *** [all] Error 2 Similar to the recent commit for kdepim/configure.in.in (rev 1.28), adding an AC_CHECK_SETENV to this file seems to have solved this problem for me.