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, 02:53 PM
Post: #5
RE: Builds Compatible with OS X 10.6[.8] x86?
Hmm. I've gotten it to compile but it crashes immediately upon launch. I made changes very similar to what you mentioned, and I had to include "sys/types.h" in one other class and fiddle with the FFMPEG stuff, which was hardcoded to build x86_64 even though it appeared to have no trouble building for i386.

Here's (I think?) the relevant part of the stack dump I'm getting. I'll see what I can do about making sense of it, although I'm even further out of my depth now. At this point I'm taking notes, just in case I do end up successful and some other stranger would like to build under these conditions.

Code:
Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libstdc++.6.dylib                 0x01844a95 std::locale::operator=(std::locale const&) + 21
1   libstdc++.6.dylib                 0x01843cf9 std::ios_base::_M_init() + 57
2   libstdc++.6.dylib                 0x018540c5 std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) + 21
3                                     0x003191a7 FileLogListener::FileLogListener(char const*) + 199
4                                     0x003196a3 LogManager::LogManager() + 371
5                                     0x00319791 LogManager::Init() + 33
6                                     0x000078d4 NativeInit(int, char const**, char const*, char const*, char const*, bool) + 964
7                                     0x00735b5b main + 2091
8   ???                               0x00000002 0 + 2

If anyone wants to dig in to these memory dumps and needs more information about anything, let me know. This has become a bit of a quest.
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 02:53 PM

Forum Jump: