[PD-dev] building DesireData with scons on OSX

Mathieu Bouchard matju at artengine.ca
Fri Sep 16 20:03:35 CEST 2005


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)

____________________________________________________________________
Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
Freelance Digital Arts Engineer, Montréal QC Canada




More information about the Pd-dev mailing list