Emulator Issues #2175
closedMac OS X Snow Leopard scons osx=64cocoa error message with Cg Framework
0%
Description
What steps will reproduce the problem?
- On Snow Leopard compiling with command #scons osx=64cocoa
What is the expected output? What do you see instead?
With #scons osx=64cocoa a Cg framework error appears
Looking for lib Cg... no Plugin_VideoOGL must have Cg framework from nvidia to be build
scons: File "/Users/me/dolphin-emu-read-only/Source/Plugins/Plugin_VideoSoftware?
/Src/SConscript", line 55, in <module>
Then you build with command #scons osx=64cocoa You don't get this error message if you
normally build with #scons or #scons osx=32cocoa
What version of the product are you using? On what operating system?
dolphin-svn 4977 on Mac OS X Snow Leopard 10.6.2
Please provide any additional information below.
Actually compiling with commands
#scons
#scons osx=32cocoa
works on Snow Leopard without any error, it spits out a binary file (with wxWidgets 2.8.9)