atom feed3 messages in at.iem.pd-devRe: [PD-dev] building DesireData with...
FromSent OnAttachments
Kyle KlipowiczSep 15, 2005 6:55 pm 
james tittleSep 15, 2005 7:10 pm 
Mathieu BouchardSep 16, 2005 11:03 am 
Subject:Re: [PD-dev] building DesireData with scons on OSX
From:Mathieu Bouchard (mat@artengine.ca)
Date:Sep 16, 2005 11:03:13 am
List:at.iem.pd-dev

On Thu, 15 Sep 2005, Kyle Klipowicz wrote:

Hunab-Ku:~/pd kyleklipowicz$ sudo scons desire=1 debug=1 wall=1 src/desire.c:1202: error: static declaration of 'iemgui_new' follows non-static declaration src/desire.c:118: error: previous declaration of 'iemgui_new' was here

I've fixed that just before you left, but the change does not propagate because it takes a few hours for any uploads to propagate from the :ext: CVS to the :pserver:anonymous CVS (the latter is a mirror).

The problem is that gcc 4.0 is pickier on those things. In gcc 3.4 it's just a warning.

As I said, all you have to do is remove any "static" keyword at the line number that gcc complains about.

This is all with the latest devel cvs on :pserver: and the first line of desire.c says this: /* $Id: desire.c,v 1.1.2.11 2005/09/14 17:36:44 matju Exp $

That's the line you should have (or anything more recent) /* $Id: desire.c,v 1.1.2.12 2005/09/16 01:39:54 matju Exp $

I hope that we can fix this! (By "we" I mean the real coders. I'm just a beta tester.)

Wo, don't say beta. We're not even out of pre-pre-alpha yet!

(If anyone wonders, there are a lot of different design details between ImpureData and DesireData)