patch for Maverick (Ubuntu 10.10)

please find attached the patch I had to make in order to build the latest release under Maverick, hope it helps

EDIT: well, I was trying to attach the file but .diff .patch and .txt are disallowed extensions, wtf, so here you go I’ll paste it inline

  
  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/3DModelLoaderExample/makefile ./apps/addonsExamples/3DModelLoaderExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/3DModelLoaderExample/makefile	2010-02-11 10:20:38.000000000 +0100  
+++ ./apps/addonsExamples/3DModelLoaderExample/makefile	2010-10-15 20:21:50.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/allAddonsExample/makefile ./apps/addonsExamples/allAddonsExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/allAddonsExample/makefile	2010-02-11 10:20:38.000000000 +0100  
+++ ./apps/addonsExamples/allAddonsExample/makefile	2010-10-15 20:21:51.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/dirListExample/makefile ./apps/addonsExamples/dirListExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/dirListExample/makefile	2010-02-11 10:20:39.000000000 +0100  
+++ ./apps/addonsExamples/dirListExample/makefile	2010-10-15 20:21:51.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/networkTcpClientExample/makefile ./apps/addonsExamples/networkTcpClientExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/networkTcpClientExample/makefile	2010-02-11 10:20:40.000000000 +0100  
+++ ./apps/addonsExamples/networkTcpClientExample/makefile	2010-10-15 20:21:50.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/networkTcpServerExample/makefile ./apps/addonsExamples/networkTcpServerExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/networkTcpServerExample/makefile	2010-02-11 10:20:40.000000000 +0100  
+++ ./apps/addonsExamples/networkTcpServerExample/makefile	2010-10-15 20:21:50.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/networkUdpReceiverExample/makefile ./apps/addonsExamples/networkUdpReceiverExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/networkUdpReceiverExample/makefile	2010-02-11 10:20:40.000000000 +0100  
+++ ./apps/addonsExamples/networkUdpReceiverExample/makefile	2010-10-15 20:21:51.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/networkUdpSenderExample/makefile ./apps/addonsExamples/networkUdpSenderExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/networkUdpSenderExample/makefile	2010-02-11 10:20:40.000000000 +0100  
+++ ./apps/addonsExamples/networkUdpSenderExample/makefile	2010-10-15 20:21:50.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/opencvExample/makefile ./apps/addonsExamples/opencvExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/opencvExample/makefile	2010-02-11 10:20:40.000000000 +0100  
+++ ./apps/addonsExamples/opencvExample/makefile	2010-10-15 20:21:51.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/oscReceiveExample/makefile ./apps/addonsExamples/oscReceiveExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/oscReceiveExample/makefile	2010-02-11 10:20:40.000000000 +0100  
+++ ./apps/addonsExamples/oscReceiveExample/makefile	2010-10-15 20:21:50.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/oscSenderExample/makefile ./apps/addonsExamples/oscSenderExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/oscSenderExample/makefile	2010-02-11 10:20:40.000000000 +0100  
+++ ./apps/addonsExamples/oscSenderExample/makefile	2010-10-15 20:21:51.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/threadExample/makefile ./apps/addonsExamples/threadExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/threadExample/makefile	2010-02-11 10:20:40.000000000 +0100  
+++ ./apps/addonsExamples/threadExample/makefile	2010-10-15 20:21:50.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/vectorGraphicsExample/makefile ./apps/addonsExamples/vectorGraphicsExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/vectorGraphicsExample/makefile	2010-02-11 10:20:40.000000000 +0100  
+++ ./apps/addonsExamples/vectorGraphicsExample/makefile	2010-10-15 20:21:50.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/vectorMathExample/makefile ./apps/addonsExamples/vectorMathExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/vectorMathExample/makefile	2010-02-11 10:20:40.000000000 +0100  
+++ ./apps/addonsExamples/vectorMathExample/makefile	2010-10-15 20:21:51.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/xmlSettingsExample/makefile ./apps/addonsExamples/xmlSettingsExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/addonsExamples/xmlSettingsExample/makefile	2010-02-11 10:20:40.000000000 +0100  
+++ ./apps/addonsExamples/xmlSettingsExample/makefile	2010-10-15 20:21:50.000000000 +0200  
@@ -68,7 +68,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/advancedEventsExample/makefile ./apps/examples/advancedEventsExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/advancedEventsExample/makefile	2010-02-11 10:20:40.000000000 +0100  
+++ ./apps/examples/advancedEventsExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/advancedGraphicsExample/makefile ./apps/examples/advancedGraphicsExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/advancedGraphicsExample/makefile	2010-02-11 10:20:40.000000000 +0100  
+++ ./apps/examples/advancedGraphicsExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/audioInputExample/makefile ./apps/examples/audioInputExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/audioInputExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/audioInputExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/audioOutputExample/makefile ./apps/examples/audioOutputExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/audioOutputExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/audioOutputExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/emptyExample/makefile ./apps/examples/emptyExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/emptyExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/emptyExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/eventsExample/makefile ./apps/examples/eventsExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/eventsExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/eventsExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/firmataExample/makefile ./apps/examples/firmataExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/firmataExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/firmataExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/fontsExample/makefile ./apps/examples/fontsExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/fontsExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/fontsExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/fontShapesExample/makefile ./apps/examples/fontShapesExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/fontShapesExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/fontShapesExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/graphicsExample/makefile ./apps/examples/graphicsExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/graphicsExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/graphicsExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/imageLoaderExample/makefile ./apps/examples/imageLoaderExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/imageLoaderExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/imageLoaderExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/imageSaverExample/makefile ./apps/examples/imageSaverExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/imageSaverExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/imageSaverExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/movieGrabberExample/makefile ./apps/examples/movieGrabberExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/movieGrabberExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/movieGrabberExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/moviePlayerExample/makefile ./apps/examples/moviePlayerExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/moviePlayerExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/moviePlayerExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/polygonExample/makefile ./apps/examples/polygonExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/polygonExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/polygonExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/serialExample/makefile ./apps/examples/serialExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/serialExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/serialExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/soundPlayerExample/makefile ./apps/examples/soundPlayerExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/soundPlayerExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/soundPlayerExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/soundPlayerFFTExample/makefile ./apps/examples/soundPlayerFFTExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/soundPlayerFFTExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/soundPlayerFFTExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/textureExample/makefile ./apps/examples/textureExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/textureExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/textureExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/textureScreengrabExample/makefile ./apps/examples/textureScreengrabExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/textureScreengrabExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/textureScreengrabExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/windowExample/makefile ./apps/examples/windowExample/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/apps/examples/windowExample/makefile	2010-02-11 10:20:41.000000000 +0100  
+++ ./apps/examples/windowExample/makefile	2010-10-15 20:19:54.000000000 +0200  
@@ -69,7 +69,7 @@  
 LIBS = $(LIB_SHARED)  
 LIBS += $(LIB_STATIC)  
 LIBS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev --libs`  
-LIBS += -lglut -lGL -lasound  
+LIBS += -lglut -lGL -lGLU -lasound  
   
 ifeq ($(findstring addons.make,$(wildcard *.make)),addons.make)  
 	ADDONS_INCLUDES = $(shell find ../../../addons/*/src/ -type d)  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/libs/openFrameworks/video/ofUCUtils.cpp ./libs/openFrameworks/video/ofUCUtils.cpp  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/libs/openFrameworks/video/ofUCUtils.cpp	2010-02-11 10:20:44.000000000 +0100  
+++ ./libs/openFrameworks/video/ofUCUtils.cpp	2010-10-15 20:04:25.000000000 +0200  
@@ -16,8 +16,6 @@  
 // to avoid the warnings  
 extern "C"  
 {  
-#include <avformat.h>  
-#include <swscale.h>  
 #include <libavformat/avformat.h>  
 #include <libswscale/swscale.h>  
 }  
@@ -386,7 +384,7 @@  
 		return;  
   
 	if(doConversion){  
-		avpicture_fill(src,buffer->data,src_pix_fmt,format.size.width,format.size.height);  
+		avpicture_fill(src,buffer->data,(PixelFormat)src_pix_fmt,format.size.width,format.size.height);  
   
 		if(sws_scale(toRGB_convert_ctx,  
 			src->data, src->linesize, 0, buffer->format.size.height,  
diff -aur ../../../dists/of_preRelease_v0061_linux64_FAT/libs/openFrameworksCompiled/project/linux64/makefile ./libs/openFrameworksCompiled/project/linux64/makefile  
--- ../../../dists/of_preRelease_v0061_linux64_FAT/libs/openFrameworksCompiled/project/linux64/makefile	2010-02-11 10:20:44.000000000 +0100  
+++ ./libs/openFrameworksCompiled/project/linux64/makefile	2010-10-15 19:53:38.000000000 +0200  
@@ -57,6 +57,7 @@  
 CFLAGS += $(INCLUDES_FLAGS)  
 CFLAGS += $(CORE_INCLUDE_FLAGS)  
 CFLAGS +=`pkg-config  gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev libavcodec libavformat libavutil --cflags`  
+CFLAGS += -D__STDC_CONSTANT_MACROS  
   
   
 ifeq ($(findstring Debug,$(MAKECMDGOALS)),Debug)  
  

hey thanks

all this is already solved in github, as said in the setup instructions, 0061 doesn’t work very well in the latest releases of ubuntu, you’ll have problems with the video too, so better download the version from github.

http://github.com/openframeworks/openFrameworks