From owner-freebsd-apache@FreeBSD.ORG Thu Feb 2 18:27:36 2006 Return-Path: X-Original-To: apache@FreeBSD.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3289A16A420 for ; Thu, 2 Feb 2006 18:27:36 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D7AC43D49 for ; Thu, 2 Feb 2006 18:27:34 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so28283uge for ; Thu, 02 Feb 2006 10:27:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SWd68Zta2S5mAAhqVfLnmSSX/afl8rGqDuUCo65cdpbWVG7oGtn0yV4PjmcwWFPWdJosi5WoC8KV2BH8EH4tCNjiK9+5GoIS+GwSSWbAWh5IqjRZ2r4P8acuJe/lH8lSN7dj2ctzhcGxUGI84l3dZrr9hrBMU4IPEg44VOJi6YQ= Received: by 10.48.108.7 with SMTP id g7mr225663nfc; Thu, 02 Feb 2006 10:27:33 -0800 (PST) Received: by 10.49.75.16 with HTTP; Thu, 2 Feb 2006 10:27:33 -0800 (PST) Message-ID: Date: Thu, 2 Feb 2006 13:27:33 -0500 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: apache@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: fails to build X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 18:27:36 -0000 Hello, I'm on FreeBSD 5.4, trying to build mod_mp3 out of ports for apache2 & mod_perl2, and I'm having this failure. =3D=3D=3D> Building for mod_mp3-0.40 `/usr/local/sbin/apxs -q CC` `/usr/local/sbin/apxs -q CFLAGS_SHLIB` -I`/usr/local/sbin/apxs -q INCLUDEDIR` `/usr/local/sbin/apxs -q CFLAGS` -DCONTENT_DISPOSITION -DSELECT_ENABLED -c src/mod_mp3.c -DCONTENT_DISPOSITION -DSELECT_ENABLED -o src/mod_mp3.lo In file included from src/mod_mp3.c:6: src/mod_mp3.h:43: error: syntax error before "mp3_module" src/mod_mp3.h:108: error: syntax error before "table" src/mod_mp3.h:119: error: syntax error before "array_header" src/mod_mp3.h:132: error: syntax error before '*' token src/mod_mp3.h:133: error: syntax error before "pool" src/mod_mp3.h:134: error: syntax error before "pool" src/mod_mp3.h:135: error: syntax error before "pool" src/mod_mp3.h:136: error: syntax error before "pool" src/mod_mp3.h:137: error: syntax error before "pool" src/mod_mp3.h:138: error: syntax error before "pool" src/mod_mp3.h:162: error: syntax error before "array_header" In file included from src/mod_mp3.h:169, from src/mod_mp3.c:6: I have WITH_APACHE2=3D"yes" in my make.conf file. Any idea what's causing the issue? Thanks, Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein