From owner-freebsd-ports Tue Jun 15 12:11: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat192.211.mpoweredpc.net [142.177.192.211]) by hub.freebsd.org (Postfix) with ESMTP id 0C81814CE0 for ; Tue, 15 Jun 1999 12:10:59 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id QAA56040; Tue, 15 Jun 1999 16:11:02 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Tue, 15 Jun 1999 16:11:02 -0300 (ADT) From: The Hermit Hacker To: Chris Piazza Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ICQ: anyone try to compile this one? In-Reply-To: <19990615120148.B331@norn.ca.eu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 15 Jun 1999, Chris Piazza wrote: > On Tue, Jun 15, 1999 at 02:48:29PM -0300, The Hermit Hacker wrote: > > > > http://icqnix.learnrespect.org/ > > > > I haven't been able to get it to compile here, but am pretty useless at > > C++ :( > > I just built it flawlessly with no changes whatsoever. I found that if you > use normal bsd ``make'' you need to muck around with the src/Makefile.in > file a bit, but using gnu make there were no problems. In fact I'm running > it right now and it actually is quite like the original client :-). Just clued into the make vs gmake issue, but still hit a problem, and figure I must be missing a library or something? c++ -g -O2 -o icqnix file.o message.o packet.o socket.o user.o outputwin.o awaymsgdlg.o adduserdlg.o authuserdlg.o userbox.o icqgui.o icq.o icqnix.o remoteserver.o mledit.o requestdlg.o messagebox.o chatdlg.o icqevent.o translate.o main.o connectbutton.o icqdialogs.o moc_icq.o moc_icqgui.o moc_awaymsgdlg.o moc_adduserdlg.o moc_authuserdlg.o moc_requestdlg.o moc_chatdlg.o moc_icqevent.o moc_mledit.o moc_connectbutton.o moc_icqdialogs.o -L/usr/X11R6/lib -L/usr/X11R6/lib -lqt -lSM -lICE -lX11 -lXext -lXss mledit.o: In function `MLEditWrap::MLEditWrap(bool, QWidget *, char const *)': /home/marc/src/icqnix-beta1/src/mledit.cpp(.text+0x26): undefined reference to `_vt$10MLEditWrap$12QPaintDevice' /home/marc/src/icqnix-beta1/src/mledit.cpp(.text+0x2d): undefined reference to `MLEditWrap virtual table' mledit.o: In function `MLEditWrap::keyPressEvent(QKeyEvent *)': /home/marc/src/icqnix-beta1/src/mledit.cpp(.text+0x5dd): undefined reference to `MLEditWrap::keyPressed(QKeyEvent *)' /home/marc/src/icqnix-beta1/src/mledit.cpp(.text+0x608): undefined reference to `MLEditWrap::signal_CtrlEnterPressed(void)' gmake[1]: *** [icqnix] Error 1 Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message