bionworth.blogg.se

Revert to xcode 10.3
Revert to xcode 10.3







  1. REVERT TO XCODE 10.3 UPDATE
  2. REVERT TO XCODE 10.3 MAC

Perhaps I should have said "ScummVM 080 doesnt work whts going on?!!?!" instead. Maybe I can get access to a 10.3 machine with old dev tools to perform the work. (Custom compile ScummVM, custom compile SDL, etc.). The main problem there is the effort I need to put into it, that's all. I am fully aware of the technical background of the problem and will consider making a new binary. Thanks for bringing the issue to our attention. non-command-line) error reporting really improved between 10.3 and 10.2, and even then I'm not even sure it would be really helpful to them.įingolfin wrote:No need to use so many words to describe a simple problem.

REVERT TO XCODE 10.3 UPDATE

Not to mention that even people on 10.3.<9 have no way in (non-programmer's) hell to know that by running software update they could fix the situation, unless dyld user-level (i.e. I could recompile the stuff myself, but if you could be so kind as to recompile the OSX build with gcc 3.3, it would be better, especially as I'm probably not the only one with 10.2 (and most others are not programmers). I hope you're not using gcc 4.0 specific features. Unfortunately, it looks like it is necessary to revert to gcc 3.3 to statically link libstdc++ and support OSX prior to 10.3.9. I thought that a compiler option would be enough. I don't program in C++, I prefer C and assembly (PowerPC as well as 68k, x86, etc.), so though I knew about the issue I didn't know what one needs to do to statically link anyway against libstdc++.a.

revert to xcode 10.3

Therefore on Jaguar (or on Panther for people who didn't bother updating to x.x.9 yet) the program can't run, since the lib is missing. Apple only backported the dynamic libstdc++ down to 10.3.9, which means that programs dynamically linked against it can only run on 10.3.9 and newer. With OSX 10.4 (Tiger) and XCode 2.0 Apple introduced a dynamically linked version of libstdc++, and Apple's gcc 4.0 links against it.

REVERT TO XCODE 10.3 MAC

You see, on the Mac and even on OSX until recently (I really don't know for other platforms), the C++ standard library was statically linked into the executable. scummvm can't open library: /usr/lib/libstdc++.6.dylib (No such file or directory, errno = 2) By launching ScummVM with the command-line I get to see dyld's error message: The crash log tells me it breakpointed while dyld (OSX's loader/dynamic linker) was resolving symbols.

revert to xcode 10.3 revert to xcode 10.3

I'm using OSX 10.2 (Jaguar) and I've downloaded the ScummVM 0.8.0 OSX build, only to see it doesn't launch (in fact, it breakpoints at such an early stage that I don't even get to see any error message), behavior I have learned to be almost always symptomatic of the software requiring a more advanced version of system software (heck, when you run a system that's several major revisions behind the latest, you get to know this kind of thing).









Revert to xcode 10.3