Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Builds Compatible with OS X 10.6[.8] x86?
04-12-2015, 07:03 PM
Post: #9
RE: Builds Compatible with OS X 10.6[.8] x86?
Just the following warnings, which felt acceptable to me:

Code:
CMakeFiles/PPSSPPSDL.dir/build.make:289: warning: overriding commands for target `PPSSPPSDL.app/Contents/MacOS/assets/lang/HEAD'
CMakeFiles/PPSSPPSDL.dir/build.make:237: warning: ignoring old commands for target `PPSSPPSDL.app/Contents/MacOS/assets/lang/HEAD'
CMakeFiles/PPSSPPSDL.dir/build.make:309: warning: overriding commands for target `PPSSPPSDL.app/Contents/MacOS/assets/lang/master'
CMakeFiles/PPSSPPSDL.dir/build.make:293: warning: ignoring old commands for target `PPSSPPSDL.app/Contents/MacOS/assets/lang/master'
CMakeFiles/PPSSPPSDL.dir/build.make:313: warning: overriding commands for target `PPSSPPSDL.app/Contents/MacOS/assets/lang/HEAD'
CMakeFiles/PPSSPPSDL.dir/build.make:289: warning: ignoring old commands for target `PPSSPPSDL.app/Contents/MacOS/assets/lang/HEAD'
CMakeFiles/PPSSPPSDL.dir/build.make:289: warning: overriding commands for target `PPSSPPSDL.app/Contents/MacOS/assets/lang/HEAD'
CMakeFiles/PPSSPPSDL.dir/build.make:237: warning: ignoring old commands for target `PPSSPPSDL.app/Contents/MacOS/assets/lang/HEAD'
CMakeFiles/PPSSPPSDL.dir/build.make:309: warning: overriding commands for target `PPSSPPSDL.app/Contents/MacOS/assets/lang/master'
CMakeFiles/PPSSPPSDL.dir/build.make:293: warning: ignoring old commands for target `PPSSPPSDL.app/Contents/MacOS/assets/lang/master'
CMakeFiles/PPSSPPSDL.dir/build.make:313: warning: overriding commands for target `PPSSPPSDL.app/Contents/MacOS/assets/lang/HEAD'
CMakeFiles/PPSSPPSDL.dir/build.make:289: warning: ignoring old commands for target `PPSSPPSDL.app/Contents/MacOS/assets/lang/HEAD'

I changed the function to:
Code:
FileLogListener::FileLogListener(const char *filename) {
        //SetEnable(false);
}
but get the same error when running the `make` output: FileLogListener::FileLogListener(char const*) + 192

I shan't have much internet access for the rest of the day, but if I find time I'll try to comment out suspicious sections of FileLogListener and see if I can't move on to some different failure.

On the WINE front, I got the most recent (stable) WINE installed, but running the Win32 PPSSPP 1.0.1, and this time I get an in-application error window:

Code:
Failed initializing graphics. Try upgrading your graphics drivers.

Would you like to try switching to DirectX 9?

Error message:  Can't find a suitable PixelFormat.

If I click Yes, I get a similar error where it asks if I want to try OpenGL, but the specific message is "Failed to create D3D9 context. Try reinstalling DirectX.". When I click No, the application self-terminates normally.

So close on both fronts, yet probably so far away.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Builds Compatible with OS X 10.6[.8] x86? - Hammer Bro. - 04-12-2015 07:03 PM

Forum Jump: