Revision: 9908 http://pure-data.svn.sourceforge.net/pure-data/?rev=9908&view=rev Author: eighthave Date: 2008-05-25 03:31:33 -0700 (Sun, 25 May 2008)
Log Message: ----------- removed -Werror so that pdp_opengl will build on Mac OS X 10.5/Leopard. Some files throw a warning '/usr/X11R6/include/GL/glu.h:282: warning: function declaration isn't a prototype'
Modified Paths: -------------- branches/pd-extended/v0-40/externals/pdp/opengl/Makefile.config
Modified: branches/pd-extended/v0-40/externals/pdp/opengl/Makefile.config =================================================================== --- branches/pd-extended/v0-40/externals/pdp/opengl/Makefile.config 2008-05-25 10:03:51 UTC (rev 9907) +++ branches/pd-extended/v0-40/externals/pdp/opengl/Makefile.config 2008-05-25 10:31:33 UTC (rev 9908) @@ -7,7 +7,7 @@
CFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -ffast-math \ - -Wall -W -Wstrict-prototypes -Werror \ + -Wall -W -Wstrict-prototypes \ -Wno-unused -Wno-parentheses -Wno-switch -g -I../../../../pd/src
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.