You'll just need the binary:
e.g.: kdiff3-0.9.91-Qt4-Mac-Universal.zip
Unpack it (Mac OS X should be able to do this)
and run it. There are no other dependencies.
Did this help you?
Cheers,
Joachim
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I start the programm I receive the following crash report:
dyld: /Volumes/Daten intern/Temp/DL/kdiff3.app/Contents/MacOS/kdiff3 Undefined symbols:
/Volumes/Daten intern/Temp/DL/kdiff3.app/Contents/MacOS/kdiff3 undefined reference to _CGContextConvertPointToUserSpace expected to be defined in ApplicationServices
/Volumes/Daten intern/Temp/DL/kdiff3.app/Contents/MacOS/kdiff3 undefined reference to _CGImageCreateWithImageInRect expected to be defined in ApplicationServices
...
Cheers
Remo
remo@bolli.info
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=584435
Originator: NO
You'll just need the binary:
e.g.: kdiff3-0.9.91-Qt4-Mac-Universal.zip
Unpack it (Mac OS X should be able to do this)
and run it. There are no other dependencies.
Did this help you?
Cheers,
Joachim
Logged In: NO
When I start the programm I receive the following crash report:
dyld: /Volumes/Daten intern/Temp/DL/kdiff3.app/Contents/MacOS/kdiff3 Undefined symbols:
/Volumes/Daten intern/Temp/DL/kdiff3.app/Contents/MacOS/kdiff3 undefined reference to _CGContextConvertPointToUserSpace expected to be defined in ApplicationServices
/Volumes/Daten intern/Temp/DL/kdiff3.app/Contents/MacOS/kdiff3 undefined reference to _CGImageCreateWithImageInRect expected to be defined in ApplicationServices
...
Cheers
Remo
remo@bolli.info
Logged In: NO
What Version of Mac OS X do you have:
See:
http://developer.apple.com/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/index.html#//apple_ref/doc/uid/TP30001066
"CGImageCreateWithImageInRect : Creates an image from the data contained within a subrectangle of an image. Available in Mac OS X v10.4 and later."
http://www.trolltech.com/products/qt/features
"Qt/Mac (Mac OS X, 10.3 and 10.4)"
Obviously the binary was created on a Mac 10.4 or newer.
Judging from the information from Trolltech, you should be able to build Qt and KDiff3 for 10.3 yourself, but I don't have such a binary yet.
Cheers,
Joachim