From owner-freebsd-questions@FreeBSD.ORG Sun May 9 16:30:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A0DB16A4CE; Sun, 9 May 2004 16:30:03 -0700 (PDT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B29C43D3F; Sun, 9 May 2004 16:30:02 -0700 (PDT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq60-034.dial.allstream.net [216.123.136.34]) by outbox.allstream.net (Allstream MTA) with SMTP id A53A8B4825; Sun, 9 May 2004 19:30:00 -0400 (EDT) Date: Sun, 9 May 2004 19:30:01 -0400 From: epilogue@allstream.net To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Message-Id: <20040509193001.3c0e5662@localhost> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: building the talkfilters plugin for gaim (take II) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2004 23:30:03 -0000 hello again, the talkfilters plugin seems like a really neat feature to add to gaim. has anyone had luck getting this to work? :\ thanks! epi ------------ Begin forwarded message: Date: Wed, 5 May 2004 23:03:37 -0400 From: epilogue@allstream.net To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: building the talkfilters plugin for gaim hello all, just wondering if anyone can help me get the talkfilters gaim plugin working. i followed the instructions included in the talkfilters port (misc category) as well as those in the gaim README file, but i only end up with the error messages below. sadly, i am not able to troubleshoot these alone, given my highly non-existant programming skills... /usr/ports/net/gaim/work/gaim-0.77/plugins# make talkfilters.so /bin/sh ../libtool --silent --mode=compile cc -DHAVE_CONFIG_H -I.. -DDATADIR=\"/usr/X11R6/share/gnome\" -DVERSION=\"0.77\" -I../src -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -O -pipe -march=pentiumpro -Wall -g3 -c talkfilters.c -o tmptalkfilters.so.lo talkfilters.c: In function `translate_message': talkfilters.c:54: syntax error before `char' talkfilters.c:56: `tmp' undeclared (first use in this function) talkfilters.c:56: (Each undeclared identifier is reported only once talkfilters.c:56: for each function it appears in.)*** Error code 1 Stop in /usr/ports/net/gaim/work/gaim-0.77/plugins. any help would be very much appreciated. thanks, epi