• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 ... 342 343 344 345 346 ... 358 Next »

Help installing Dolphin on a mac
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Help installing Dolphin on a mac
07-23-2009, 02:10 PM
#1
MrPen99
Unregistered
 
Ok, I have a 2.8 GHz Itel Core 2 duo iMac, so I was following this tutorial (the 64 bit one), so I installed xcode, then installed nvidia cgtoolkit, then it got a bit confusing when I was installing libglew. (Because I don't fully understand what he meant by "add "-arch x86_64" as compilateur and linker flags") So I downloaded libglew (the zip one) from sourceforge.net, and opened the Makefile with TextEdit and added "-arch x86_64 " to "CFLAGS = $(OPT) $(WARN) $(INCLUDE) $(CFLAGS.EXTRA)" and "LIB.LDFLAGS = $(LDFLAGS.EXTRA) $(LDFLAGS.GL)" to the end of both. Then I used Terminal to go to the glew folder then typed "make" in to Terminal and it gave me this"/bin/sh: config/config.guess: /bin/sh^M: bad interpreter: No such file or directory
/bin/sh: config/config.guess: /bin/sh^M: bad interpreter: No such file or directory
Makefile:40: *** "Platform '' not supported". Stop."?!?!?! Please help me.

Thanks!
Reply
07-23-2009, 02:23 PM
#2
g-man_emu-gamer Offline
Junior Member
**
Posts: 21
Threads: 5
Joined: Apr 2009
The makefile in glew has gotten really outdated and will no longer detect your os if you are running os x. This applies to compiling both the 32 and 64 bit versions of glew using the makefile. To add -arch x86_64 as a compilateur linker flag simply type "make -arch x86_64" in your terminal this still won't be fixing the problem with the makefile, but now you know how to add compilateur linker flags for the future/compileing other things.
Find
Reply
07-23-2009, 02:28 PM
#3
MrPen99
Unregistered
 
(07-23-2009, 02:23 PM)g-man_emu-gamer Wrote: The makefile in glew has gotten really outdated and will no longer detect your os if you are running os x. This applies to compiling both the 32 and 64 bit versions of glew using the makefile. To add -arch x86_64 as a compilateur linker flag simply type "make -arch x86_64" in your terminal this still won't be fixing the problem with the makefile, but now you know how to add compilateur linker flags for the future/compileing other things.

Thank you so much! After I do that do I type "make" in Terminal? If so It still gives me the same error. How would I fix it?

Thanks
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode