From owner-freebsd-ports@FreeBSD.ORG Wed May 5 20:03:39 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 571BE16A4CE; Wed, 5 May 2004 20:03:39 -0700 (PDT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE21A43D54; Wed, 5 May 2004 20:03:38 -0700 (PDT) (envelope-from epilogue@allstream.net) Received: from localhost (unknown [216.123.133.32]) by outbox.allstream.net (Allstream MTA) with SMTP id 43F4D5EB0; Wed, 5 May 2004 23:03:37 -0400 (EDT) Date: Wed, 5 May 2004 23:03:37 -0400 From: epilogue@allstream.net To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Message-Id: <20040505230337.3a21579e@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 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2004 03:03:39 -0000 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