gbraad / open-rp

Automatically exported from code.google.com/p/open-rp
0 stars 0 forks source link

Unable to compile on Snow Leopard 10.6 #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Download source
2.run make on 10.6
3.

What is the expected output? What do you see instead?

In file included from ./src/video/quartz/SDL_QuartzEvents.m:24:
./src/video/quartz/SDL_QuartzVideo.h:96: error: expected 
specifier-qualifier-list before 
'NSQuickDrawView'
./src/video/quartz/SDL_QuartzEvents.m: In function 'QZ_InitOSKeymap':
./src/video/quartz/SDL_QuartzEvents.m:74: error: 'struct SDL_PrivateVideoData' 
has no member 
named 'keymap'
./src/video/quartz/SDL_QuartzEvents.m:74: error: 'struct SDL_PrivateVideoData' 
has no member 
named 'keymap'
./src/video/quartz/SDL_QuartzEvents.m:75: error: 'struct SDL_PrivateVideoData' 
has no member 
named 'keymap'
...

What version of the product are you using? On what operating system?

Please provide any additional information below.

I believe a new version of SDL library will fix this?

Original issue reported on code.google.com by tonyklaw...@gmail.com on 7 Oct 2009 at 1:09

GoogleCodeExporter commented 8 years ago
Interesting.  I will try to replicate.  I should mention that the build system 
is not
stable under OSX at this time.  I'm in the midst of rewriting it.  I'll post any
updates on this here.  That's for the feedback!

Original comment by darryl...@gmail.com on 8 Oct 2009 at 9:14

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I'll be able to fix this next week.  I've fixed many issues with the build 
system for
Windows and Linux but I haven't had a chance to do so for OSX because I had to
travel.  I'll post another update next week with fixes in SVN.

Original comment by darryl...@gmail.com on 9 Nov 2009 at 12:52

GoogleCodeExporter commented 8 years ago
Fixed on 10.6.2 by replacing SDL tarball with my own for 1.2.14 (rather than 
1.2.13). ORP still fails to build on 
libavcodec, looking into it now.

Original comment by dyla...@gmail.com on 22 Nov 2009 at 5:47

GoogleCodeExporter commented 8 years ago
Thanks!  Updated SVN to SDL-1.2.14.

Original comment by darryl...@gmail.com on 22 Nov 2009 at 6:21

GoogleCodeExporter commented 8 years ago

Original comment by darryl...@gmail.com on 22 Nov 2009 at 7:39

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by darryl...@gmail.com on 23 Nov 2009 at 6:18