Torqu3 Posted May 14, 2008 Share Posted May 14, 2008 Does anyone know how to get Chocolate Doom running in Mac OS X? http://www.chocolate-doom.org/wiki/index.php/Chocolate_Doom Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/ Share on other sites More sharing options...
DiaboliK Posted May 14, 2008 Share Posted May 14, 2008 http://www.chocolate-doom.org/wiki/index.p...oom_on_Mac_OS_X Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-746859 Share on other sites More sharing options...
Torqu3 Posted May 15, 2008 Author Share Posted May 15, 2008 Thats the problem, I can't get it to work. Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-747099 Share on other sites More sharing options...
sg Posted May 15, 2008 Share Posted May 15, 2008 what does work after following those directions, do you get an errors? Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-747226 Share on other sites More sharing options...
Torqu3 Posted May 15, 2008 Author Share Posted May 15, 2008 No, nothing happens. It weird. Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-747618 Share on other sites More sharing options...
fragglet Posted May 16, 2008 Share Posted May 16, 2008 Hi Torqu3, I'm the author of Chocolate Doom. Sorry to hear you're having trouble. It would help if you could provide some information. Firstly, are you able to build the program (ie. run through the whole compile stage) or does it fail there? Secondly, what version of OSX are you using? Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-748277 Share on other sites More sharing options...
Torqu3 Posted May 16, 2008 Author Share Posted May 16, 2008 I am running in OS X 10.5.2 Leopard. The problem is with the building and compiling process. I follow the directions on the chocolate doom website and use Terminal. The Terminal command... curl http://www.chocolate-doom.org/build-chocolate-doom | sh ...can be entered into terminal, but the outcome that the site says will occur doesn't happen. Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-748538 Share on other sites More sharing options...
fragglet Posted May 16, 2008 Share Posted May 16, 2008 It helps if you try to give me as much information as possible. You say that the build script doesn't work. What does happen? Can you copy and paste me a log of the output you get when you try to run it? Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-749051 Share on other sites More sharing options...
sg Posted May 17, 2008 Share Posted May 17, 2008 just do us a favor before i decide to stop reading this thread and COPY AND PASTE WHAT HAPPENS IN THE TERMINAL. Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-749604 Share on other sites More sharing options...
fragglet Posted May 17, 2008 Share Posted May 17, 2008 just do us a favor before i decide to stop reading this thread and COPY AND PASTE WHAT HAPPENS IN THE TERMINAL.There's no need to get upset. I'm just trying to gather information. It's not always obvious to non-programmers that it helps to have as much information as possible when trying to debug a problem :-) Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-749648 Share on other sites More sharing options...
Torqu3 Posted May 18, 2008 Author Share Posted May 18, 2008 Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-750531 Share on other sites More sharing options...
sg Posted May 18, 2008 Share Posted May 18, 2008 the curl program is unable to connect to the chocolate-doom.org web server it seems. are you behind some sort of firewall or have a firewall setup (like littlesnitch)? are you able to go to the website (http://www.chocolate-doom.org) in safari or firefox? if so just download that file to your desktop, and you should be able to start it with sh ~/Desktop/build-chocolate-doom in your terminal. Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-750617 Share on other sites More sharing options...
Torqu3 Posted May 18, 2008 Author Share Posted May 18, 2008 Ok, then what would I need to do? Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-750830 Share on other sites More sharing options...
fragglet Posted May 20, 2008 Share Posted May 20, 2008 If curl doesn't work from the command line, the script itself probably won't work either, because it uses curl as well. It looks like there's some kind of problem with your networking setup. Like sg said, you don't have any firewalls running at all, do you? Also, and this is a stupid question, but you are doing this from a machine that has Internet access, right? :-) Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-752700 Share on other sites More sharing options...
Torqu3 Posted May 20, 2008 Author Share Posted May 20, 2008 Yes. I Have internet, but I live in a dorm, which has the most annoying firewall. Is there any other way to build Chocolate Doom? Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-753067 Share on other sites More sharing options...
fragglet Posted May 23, 2008 Share Posted May 23, 2008 Yes. I Have internet, but I live in a dorm, which has the most annoying firewall. Is there any other way to build Chocolate Doom? I assume you're probably accessing the web through a proxy server? You need to get the proxy server settings out of your browser - where this is stored will vary depending on which browser you are using. In Firefox, for example, there is a button called "Configure how Firefox connects to the Internet". You need to get the proxy server address, and username and password (if there is one). Then you need to type something like this: export http_proxy=http://username:password@proxy.server.address.com:portnumber For example, if the proxy server was at "proxy.example.com" port 8080, with the username "proxyuser" and the password "proxypass", it would be: export http_proxy=http://proxyuser:proxypass@proxy.example.com:8080 If the proxy doesn't have a username/password, you can leave that bit off, eg. export http_proxy=http://proxy.example.com:8080 Then try running the build-chocolate-doom command line again. You must do these two commands in the same shell: don't close the window after setting the http_proxy variable. Hope this helps! Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-756177 Share on other sites More sharing options...
Torqu3 Posted May 23, 2008 Author Share Posted May 23, 2008 Cool, Thanks. The curl works. But is this supposed to happen? Link to comment https://www.insanelymac.com/forum/topic/104873-chocolate-doom/#findComment-756393 Share on other sites More sharing options...
Recommended Posts