Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 20 21 [22] 23 24 ... 28

Author Topic: Dwarf Fortress 0.43.04 Released  (Read 199929 times)

Toady One

  • The Great
    • View Profile
    • http://www.bay12games.com
Re: Dwarf Fortress 0.43.04 Released
« Reply #315 on: June 29, 2016, 05:34:37 pm »

Looks like it worked -- is there something similar with FreeType or is that something I did wrong?  I installed SDL_ttf from the same place.


dyld: Library not loaded: @rpath/FreeType.framework/Versions/A/FreeType
  Referenced from: /Users/tarnadams/Desktop/df_osx/libs/SDL_ttf.framework/Versions/A/SDL_ttf
  Reason: no suitable image found.  Did find:
   /Users/tarnadams/Desktop/df_osx/libs/SDL_ttf.framework/Versions/A/Frameworks/FreeType.framework/Versions/A/FreeType: unknown required load command 0x80000022
Logged
The Toad, a Natural Resource:  Preserve yours today!

jecowa

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress 0.43.04 Released
« Reply #316 on: June 29, 2016, 05:39:36 pm »

Try this https://www.dropbox.com/s/q6pfiziwkajjpax/SDL_image.framework.zip?dl=0 built it without webp support.

Your version's working for me in both Leopard and Snow Leopard, mifki.

edit: I'm slow.

Looks like it worked -- is there something similar with FreeType or is that something I did wrong?  I installed SDL_ttf from the same place.


dyld: Library not loaded: @rpath/FreeType.framework/Versions/A/FreeType
  Referenced from: /Users/tarnadams/Desktop/df_osx/libs/SDL_ttf.framework/Versions/A/SDL_ttf
  Reason: no suitable image found.  Did find:
   /Users/tarnadams/Desktop/df_osx/libs/SDL_ttf.framework/Versions/A/Frameworks/FreeType.framework/Versions/A/FreeType: unknown required load command 0x80000022


You can fix that by using v2.0.10 of SDL_ttf instead of version 2.0.11, if that helps.
Logged

Toady One

  • The Great
    • View Profile
    • http://www.bay12games.com
Re: Dwarf Fortress 0.43.04 Released
« Reply #318 on: June 29, 2016, 05:43:04 pm »

Think I found 2.0.10, I'll give it a shot.

edit: Huh, for 2.0.10, instead of complaining about FreeType, it's giving me the same error for SDL_ttf itself.
« Last Edit: June 29, 2016, 05:47:39 pm by Toady One »
Logged
The Toad, a Natural Resource:  Preserve yours today!

lethosor

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress 0.43.04 Released
« Reply #319 on: June 29, 2016, 05:50:08 pm »

I'm pretty sure the issue with SDL_ttf is that the embedded Freetype is *not* compatible with 10.5, even though SDL_ttf is. (Jecowa sent me a message about 2.0.10 working on 10.5 but not 2.0.11, but apparently I forgot about that post up there.)

What's the new message? "/Users/tarnadams/Desktop/df_osx/libs/SDL_ttf.framework/Versions/A/SDL_ttf: unknown required load command 0x80000022" or something else?

Edit: or wait for mifki's freetype build, maybe.
« Last Edit: June 29, 2016, 05:51:42 pm by lethosor »
Logged
DFHack - Dwarf Manipulator (Lua) - DF Wiki talk

There was a typo in the siegers' campfire code. When the fires went out, so did the game.

Toady One

  • The Great
    • View Profile
    • http://www.bay12games.com
Re: Dwarf Fortress 0.43.04 Released
« Reply #320 on: June 29, 2016, 05:55:07 pm »

Yeah, though it is just "./libs/SDL_ttf.framework/Versions/A/SDL_ttf: unknown required load command 0x80000022" since it is referenced directly from the exe, I guess.
Logged
The Toad, a Natural Resource:  Preserve yours today!

jecowa

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress 0.43.04 Released
« Reply #321 on: June 29, 2016, 05:58:34 pm »

You can get the version of SDL_ttf that I'm using from the link. I don't know if it will be any different for you, but it is working for me.

http://dffd.bay12games.com/file.php?id=12149
Logged

lethosor

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress 0.43.04 Released
« Reply #322 on: June 29, 2016, 06:02:12 pm »

Oh, wait - this is a 64-bit build you're working with, right? I vaguely remember the SDL build script building for 10.5+ on i386 but 10.6+ on x86_64. If SDL_ttf uses the same script, this could be why, although I'm surprised that SDL didn't run into the same issue.

What version of SDL are you using now, anyway? (It should be in libs/SDL.framework/Headers/SDL_version.h)
Logged
DFHack - Dwarf Manipulator (Lua) - DF Wiki talk

There was a typo in the siegers' campfire code. When the fires went out, so did the game.

Toady One

  • The Great
    • View Profile
    • http://www.bay12games.com
Re: Dwarf Fortress 0.43.04 Released
« Reply #323 on: June 29, 2016, 06:06:30 pm »

Same message for the DFFD file.

SDL version is 1.2.15.
Logged
The Toad, a Natural Resource:  Preserve yours today!

Toady One

  • The Great
    • View Profile
    • http://www.bay12games.com
Re: Dwarf Fortress 0.43.04 Released
« Reply #325 on: June 29, 2016, 06:22:40 pm »

This time I get "Library not loaded: /usr/local/lib/libfreetype.6.dylib" referenced from the new SDL_ttf, Reason: image not found.
Logged
The Toad, a Natural Resource:  Preserve yours today!

lethosor

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress 0.43.04 Released
« Reply #327 on: June 29, 2016, 06:26:41 pm »

Cool, SDL 1.2.15 should fix some issues on newer OS X versions. :)

Now that I think of it, SDL 1.2 was old enough to be built with 10.5 support - it's just SDL2 that only supports 10.6+ in its 64-bit version.
Logged
DFHack - Dwarf Manipulator (Lua) - DF Wiki talk

There was a typo in the siegers' campfire code. When the fires went out, so did the game.

jecowa

  • Bay Watcher
    • View Profile
Re: Dwarf Fortress 0.43.04 Released
« Reply #328 on: June 29, 2016, 06:29:33 pm »

This time I get "Library not loaded: /usr/local/lib/libfreetype.6.dylib" referenced from the new SDL_ttf, Reason: image not found.

I believe the latest version of the libfreetype.6.dylib is included with the dffd link.
Logged

Toady One

  • The Great
    • View Profile
    • http://www.bay12games.com
Re: Dwarf Fortress 0.43.04 Released
« Reply #329 on: June 29, 2016, 06:32:37 pm »

That one gives me an unknown required load command.
Logged
The Toad, a Natural Resource:  Preserve yours today!
Pages: 1 ... 20 21 [22] 23 24 ... 28