From 0edb4801295fb283e5633fb51b01a57ed098a8b3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 17 Dec 2003 23:19:11 +0000 Subject: [PATCH] From Bob Kuehne, build fixes for OSX. --- Make/makedefs | 2 +- src/osgPlugins/quicktime/ReaderWriterQT.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Make/makedefs b/Make/makedefs index 195b363d6..1a53213c0 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -408,7 +408,7 @@ ifeq ($(OS),Darwin) LIB_EXT = dylib QUICKTIME = -framework QuickTime $(CARBON_LIB) FREETYPE_INCLUDE = -I/usr/X11R6/include/freetype2 -I/sw/include/freetype2 - LIBXML2_INCLUDE = -I/sw/include/libxml2 -I/sw/include + LIBXML2_INCLUDE = -I/usr/include/libxml2 -I/sw/include/libxml2 TIFF_LIB = -ltiff LIBVERSION = -current_version $(VERSION) \ -compatibility_version \ diff --git a/src/osgPlugins/quicktime/ReaderWriterQT.cpp b/src/osgPlugins/quicktime/ReaderWriterQT.cpp index 522426fbf..eb1d1d23d 100644 --- a/src/osgPlugins/quicktime/ReaderWriterQT.cpp +++ b/src/osgPlugins/quicktime/ReaderWriterQT.cpp @@ -7,6 +7,7 @@ #include "osgDB/FileNameUtils" #include "osgDB/Registry" +#include "osgDB/FileUtils" #include #include