From owner-freebsd-ports@FreeBSD.ORG Thu Mar 10 04:40:59 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2EF21065672 for ; Thu, 10 Mar 2011 04:40:59 +0000 (UTC) (envelope-from lists@reiteration.net) Received: from anchor-post-2.mail.demon.net (anchor-post-2.mail.demon.net [195.173.77.133]) by mx1.freebsd.org (Postfix) with ESMTP id BE0338FC0A for ; Thu, 10 Mar 2011 04:40:59 +0000 (UTC) Received: from potato.growveg.org ([62.49.247.163]) by anchor-post-2.mail.demon.net with esmtp (Exim 4.69) id 1PxXSG-0007O7-lB for freebsd-ports@freebsd.org; Thu, 10 Mar 2011 04:26:28 +0000 Message-ID: <4D7852B8.6090509@reiteration.net> Date: Thu, 10 Mar 2011 04:25:28 +0000 From: John User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.14) Gecko/20110302 Lightning/1.0b2 Thunderbird/3.1.8 ThunderBrowse/3.3.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: xmixer doesn't build on 8.2-R amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2011 04:41:00 -0000 Hello list, I get this error when trying to build xmixer: cc -O2 -pipe -march=athlon64 -fno-strict-aliasing -std=gnu89 -I/usr/local/include/ -I/usr/local/include -DDEFAULT_MIXER=\"/dev/mixer\" -DOSS -I. -I./icons -DVERSION=\"0.9.4\" `pkg-config gtk+ --cflags` -c gui_gtk.c gui_gtk.c:480: warning: cast from pointer to integer of different size gui_gtk.c:480: error: initializer element is not constant gui_gtk.c:480: error: (near initialization for 'menu_items[1].callback_action') gui_gtk.c:481: warning: cast from pointer to integer of different size gui_gtk.c:481: error: initializer element is not constant gui_gtk.c:481: error: (near initialization for 'menu_items[2].callback_action') gui_gtk.c:485: warning: cast from pointer to integer of different size gui_gtk.c:485: error: initializer element is not constant gui_gtk.c:485: error: (near initialization for 'menu_items[6].callback_action') gui_gtk.c: In function 'gui_main': gui_gtk.c:655: warning: cast from pointer to integer of different size *** Error code 1 Stop in /usr/ports/audio/xmixer/work/xmixer. *** Error code 1 Stop in /usr/ports/audio/xmixer. any clues? thanks -- lists@reiteration.net