MacOS framework is missing SDL_log.h, SDL_hints.h, SDL_render.h

Hi,

When I build SDL.framework with the Xcode project, the resulting
framework is missing three header files
SDL_hints.h
SDL_log.h
SDL_render.h

Is there an Xcode guru around who knows where to add these in the
xcode project?

– Kees

Hmm. I think I found it. BTW only SDL_log.h was missing

If you click “Targets” -> “Framework” you’ll see the filenames
with a “role” column. SDL_log.h was set to “project” and now
it is “public”.

The patch is partly like this, I have changed a few more things that are
not important (SDK, GCC, etc)

diff -r 78ce7bfd0faf Xcode/SDL/SDL.xcodeproj/project.pbxproj
— a/Xcode/SDL/SDL.xcodeproj/project.pbxproj Thu Feb 10 10:37:35 2011 -0800
+++ b/Xcode/SDL/SDL.xcodeproj/project.pbxproj Thu Feb 10 23:41:17 2011 +0100

  •   04BAC0B31300C1CB0055DE28 /* SDL_log.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BAC0B21300C1CB0055DE28 /* SDL_log.h */; };
    
  •   04BAC0B31300C1CB0055DE28 /* SDL_log.h in Headers */ = {isa = PBXBuildFile; fileRef = 04BAC0B21300C1CB0055DE28 /* SDL_log.h */; settings = {ATTRIBUTES = (Public, ); }; };
    

– KeesOn 10 Feb, 2011, at 22:48 , Kees Bakker wrote:

Hi,

When I build SDL.framework with the Xcode project, the resulting
framework is missing three header files
SDL_hints.h
SDL_log.h
SDL_render.h

Is there an Xcode guru around who knows where to add these in the
xcode project?

– Kees


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

This is fixed, thanks!On Thu, Feb 10, 2011 at 1:48 PM, Kees Bakker <kees.bakker at xs4all.nl> wrote:

Hi,

When I build SDL.framework with the Xcode project, the resulting
framework is missing three header files
SDL_hints.h
SDL_log.h
SDL_render.h

Is there an Xcode guru around who knows where to add these in the
xcode project?

– Kees


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


-Sam Lantinga, Founder and CEO, Galaxy Gameworks