Date: Mon, 26 Mar 2001 15:12:10 -0800 From: dannyman <dannyman@toldme.com> To: freebsd-ports@FreeBSD.ORG Subject: Re: kdebase -> auth_timeok don't build Message-ID: <20010326151210.E45348@dell.dannyland.org> In-Reply-To: <01032621344802.26094@pcmarpxy>; from mark.rowlands@minmail.net on Mon, Mar 26, 2001 at 09:34:48PM %2B0200 References: <Pine.BSF.4.33.0103212134180.4282-100000@doubtful.weeble.foo.uk> <20010321224628.A4627@gaspode.franken.de> <20010324180118.D38361@dell.dannyland.org> <01032621344802.26094@pcmarpxy>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 26, 2001 at 09:34:48PM +0200, Mark Rowlands wrote: > On Sunday 25 March 2001 04:01, dannyman wrote: > > On Wed, Mar 21, 2001 at 10:46:28PM +0100, German Tischler wrote: > > > On Wed, Mar 21, 2001 at 09:36:31PM +0000, Tim Joseph wrote: > > > > Has anyone managed to get java applets working under konquerer in KDE > > > > 2.1 on FreeBSD >4.2? > > > > > > Yes, it is running here on 4.2-STABLE. > > > > > > > If so, how? Which java version (ports?) did you use? > > > > > > I`m using jdk12-beta from the ports. Building it takes some time. > > Yep, has been probs with kde over the last couple of weeks but cvsup > and install qt-2.3 and kde 2 now it should all be hunk dory Hrmmm, now I get different troubles fro make clean install, from kdebase! Looks like configure ... [...] configure:9951: checking for auth_timeok configure:9982: rm -rf SunWS_cache; c++ -o conftest -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -O -pipe -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -I/usr/local/include -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE conftest.C 1>&5 /tmp/ccv35823.o: In function `main': /tmp/ccv35823.o(.text+0x7): undefined reference to `auth_timeok' configure: failed program was: #line 9956 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char auth_timeok(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char auth_timeok(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_auth_timeok) || defined (__stub___auth_timeok) choke me #else auth_timeok(); #endif ; return 0; } configure:10010: checking for X configure:10054: checking for xmkmf configure:10110: checking various X settings (end of "config.log") *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kdebase2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. Gah! Ideas? -danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010326151210.E45348>