Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Mac OS X Lion to Mac OS X Snow Leopard  (Read 1427 times)

0 Members and 1 Guest are viewing this topic.

Bocaj

  • Newbie
  • *
  • Posts: 32
    • View Profile
Mac OS X Lion to Mac OS X Snow Leopard
« on: April 04, 2012, 02:20:16 am »
I created my simple program with SFML 2.0 using Xcode.  It worked fine on my computer with Mac OS X Lion.  Then I put the .app package on a computer with Mac OS X Snow Leopard.  When I tried to run the application, it gave  this error:

Process:         Galactic_Evolution [6901]
Path:            /Users/jwaldor/Desktop/Galactic_Evolution.app/Contents/MacOS/Galactic_Evolution
Identifier:      Boca-Industries.Galactic-Evolution
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [148]

Date/Time:       2012-04-03 20:10:06.612 -0400
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6
Sleep/Wake UUID: 39BC3D09-6E94-4C11-914F-42F84EA6E991

Interval Since Last Report:          12132 sec
Crashes Since Last Report:           1
Per-App Crashes Since Last Report:   1
Anonymous UUID:                      2B9A63E8-0845-4988-A25A-428F78BFF8FA

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Dyld Error Message:
  Library not loaded: /usr/X11/lib/libfreetype.6.dylib
  Referenced from: /Users/jwaldor/Desktop/Galactic_Evolution.app/Contents/MacOS/../Frameworks/sfml-graphics.framework/Versions/2.0.0/sfml-graphics
  Reason: Incompatible library version: sfml-graphics requires version 14.0.0 or later, but libfreetype.6.dylib provides version 13.0.0

Binary Images:
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <69130DA3-7CB3-54C8-ABC5-423DECDD2AF7> /usr/lib/dyld

Model: MacBook7,1, BootROM MB71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.60f5
Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.42.4)
Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: TOSHIBA MK2555GSXF, 232.89 GB
Serial ATA Device: HL-DT-ST DVDRW  GS23N
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000 / 2
USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 3
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0x06630000 / 6
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x06300000 / 2

Above this error message, it said to "Check to make sure Galactic_Evolution works with this version of Mac OS X."

Ceylo

  • Hero Member
  • *****
  • Posts: 2325
    • View Profile
    • http://sfemovie.yalir.org/
    • Email
Re: Mac OS X Lion to Mac OS X Snow Leopard
« Reply #1 on: April 04, 2012, 08:41:11 am »
You most probably need to rebuild SFML with the 10.6 SDK.
Want to play movies in your SFML application? Check out sfeMovie!

Bocaj

  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: Mac OS X Lion to Mac OS X Snow Leopard
« Reply #2 on: April 04, 2012, 12:23:13 pm »
OK I'll try that.