Package: gaim-dev Version: 2.0.0+beta4-1 While trying to build a gaim plugin:
In file included from /usr/include/gaim/gtkconv.h:62, from /usr/include/gaim/gtkutils.h:28, from bp_dialog.c:15: /usr/include/gaim/gtkgaim.h:25: error: expected identifier or '(' before '/' token /usr/include/gaim/gtkgaim.h:25: error: stray '#' in program The following local workaround seemed to fix things for my plugin: --- /usr/include/gaim/gtkgaim.h 2006-10-18 22:14:18.000000000 -0400 +++ gtkgaim.h 2006-10-20 09:01:18.000000000 -0400 @@ -22,7 +22,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// #warning ***gtkgaim*** +/* #warning ***gtkgaim*** */ #ifndef _GAIM_GTKGAIM_H_ #define _GAIM_GTKGAIM_H_ Compiler was gcc version 4.1.2 20061007 (prerelease) (Debian 4.1.1-16) -- Eric Covener [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]