From owner-freebsd-x11@FreeBSD.ORG Mon May 10 23:39:57 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34FB21065675 for ; Mon, 10 May 2010 23:39:57 +0000 (UTC) (envelope-from super_bisquit@yahoo.com) Received: from n1-vm0.bullet.mail.gq1.yahoo.com (n1-vm0.bullet.mail.gq1.yahoo.com [67.195.23.152]) by mx1.freebsd.org (Postfix) with SMTP id 071BB8FC18 for ; Mon, 10 May 2010 23:39:56 +0000 (UTC) Received: from [67.195.9.82] by n1.bullet.mail.gq1.yahoo.com with NNFMP; 10 May 2010 23:39:56 -0000 Received: from [98.137.27.220] by t2.bullet.mail.gq1.yahoo.com with NNFMP; 10 May 2010 23:39:56 -0000 Received: from [127.0.0.1] by omp130.mail.gq1.yahoo.com with NNFMP; 10 May 2010 23:39:56 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 588806.6999.bm@omp130.mail.gq1.yahoo.com Received: (qmail 51650 invoked by uid 60001); 10 May 2010 23:39:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1273534796; bh=vyMUbAz4rorwgKA852cqJdaINfVRtT/co86uP5l382s=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=KRZxioV1DETWHgXaLN0aRn0fNeHnGFY1SXxeH0pyRf7hlTXLVK9ugqOtlZSp5mr8gw/+nVlPNlz4KOMirH4Zl/IHaGqYdDAYx4sgFoQwdvydgGCQDFngTEgEKXcRI/jlPY6W0m3rf1mXBsXkoywNNWaeKS0JVc73Bi2BncVkk+A= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=KNsW965sZFMIeylHhGDdFdkcu6yU67GsTvPedk180dabD/zVBbvwc7ONJFydIaaUNbfYpPqojwLaJclr+NIAQib+VW0tDTaRHbx/ESccMoFS6TFl8TChSOT98GUexPktNR1KomM//I0IFQYwD9ijhJ6vYUsYBgqtkx8sgjrxTV8=; Message-ID: <452733.51539.qm@web110113.mail.gq1.yahoo.com> X-YMail-OSG: jk6E4KkVM1lfPVA0X8YbFduoSeqkYpSC.QuWbVCE3vzpQk2 DfLG0PoSWGJ5cp9SqmHIn0aiyHhIiNn4IjZzZigSBJ7CZWYoB63M084dbZuH 1u6YPfjG79oyOGuNOsjwpoAnxsbvxbV85InOmW.yIizMF0HKpXkOkX3ZTBMg EXfhLNnjBGTu1PsoZ9TpY5sSt79NBDoKWyBrdWUs3qussRLwAudAz5TYSogx .XN.R4OhudyBK0._SeF0URBWrTbo_L0A- Received: from [71.200.56.84] by web110113.mail.gq1.yahoo.com via HTTP; Mon, 10 May 2010 16:39:56 PDT X-Mailer: YahooMailClassic/11.0.8 YahooMailWebService/0.8.103.269680 Date: Mon, 10 May 2010 16:39:56 -0700 (PDT) From: Super Biscuit To: freebsd-x11@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Building xorg-dmx breaks in subdirectory of src X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2010 23:39:57 -0000 Peeking over at the other monitor, here's part of the output. =09Code: =09# pwd /usr/ports/x11/libdmx/work/libdmx-1.1.0/src Error message. This is the most common. Here the error is after the line nu= mber and before the value. =09Code: =09dmx.c:670: error: expected '=3D' ,' ,', ';' , 'asm' or '__attribute__' b= efore 'DMXGetInputAttributes' et al. Here is the compile option used. =09Code: =09gcc -mpowerpc -mcpu=3D750 -S dmx.c I've already edited parts of xorg-dmx and the present libdmx to accept the = values on the G3. Wondering if this is a compile error or a dependency error. System specs: G3 400Mhz FreeBSD 9.0 snapshot. I modified the configure file to accept the values I have installed. If you need,=A0 I can run X and copy some of the output to a text file. =0A=0A=0A