chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-janitors] #995: SDL on OSX, How does it work ?


From: Chicken Trac
Subject: Re: [Chicken-janitors] #995: SDL on OSX, How does it work ?
Date: Tue, 12 Mar 2013 13:05:09 -0000

#995: SDL on OSX, How does it work ?
----------------------+-----------------------------------------------------
  Reporter:  paines   |       Owner:         
      Type:  defect   |      Status:  new    
  Priority:  major    |   Milestone:  someday
 Component:  unknown  |     Version:  4.8.x  
Resolution:           |    Keywords:  sdl osx
----------------------+-----------------------------------------------------

Comment(by paines):

 One thing to get things working is (at least this worked for me under OSX
 10.8.2 and macports):
 sudo port install xorg
 sudo port install xterm
 Then start Xorg via Mission Control. X icon will appear in the dock. Right
 click on the X and  then start a Terminal.
 From here you can do e.g.
 SDL_VIDEODRIVER=x11 csi and develop interactively
 or compile your app and start it with SDL_VIDEODRIVER=x11 ./yourBinary.

 Isn't there an easier way ? The resulting binary isn't shippable or
 shareable among others.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/995#comment:1>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]