buggy
2013-01-04 18:38:53 UTC
Hello,
when compiling the Scintilla.framework using Framework.mk it crashes with the following lines:
Undefined symbols for architecture i386:
".objc_class_name_CAAnimationGroup", referenced from:
pointer-to-literal-objc-class-name in ScintillaCocoa.o
".objc_class_name_CABasicAnimation", referenced from:
pointer-to-literal-objc-class-name in ScintillaCocoa.o
".objc_class_name_CAGradientLayer", referenced from:
.objc_class_name_FindHighlightLayer in ScintillaCocoa.o
".objc_class_name_CATransaction", referenced from:
pointer-to-literal-objc-class-name in ScintillaCocoa.o
"_kCAFillModeForwards", referenced from:
-[FindHighlightLayer animateMatch:bounce:] in ScintillaCocoa.o
"_kCATransactionAnimationDuration", referenced from:
-[FindHighlightLayer animateMatch:bounce:] in ScintillaCocoa.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
Well, you can compile the Framework using XCode 4.5.2 targeting 10.7 and 32bit compiling with LLVM GCC 4.2. That worked well, until it comes to SCI_UNDO! It does always undo all steps backwards to the last call of SCI_SETUNDOCOLLECTION. That is strange behavior... Have tested this with Scintilla 3.2.1, Scintilla 3.2.2 and Scintilla 3.2.3! I'm pretty sure, that I've compiled several versions of Scintilla with XCode on 10.7 targeting 10.6 SDK without that issue.
Can anybody confirm this, or am I the only one with not enough skills to compile Scintilla on OS X 10.8?
Does Framework.mk fix this strange behavior, if it would run?
buggy
when compiling the Scintilla.framework using Framework.mk it crashes with the following lines:
Undefined symbols for architecture i386:
".objc_class_name_CAAnimationGroup", referenced from:
pointer-to-literal-objc-class-name in ScintillaCocoa.o
".objc_class_name_CABasicAnimation", referenced from:
pointer-to-literal-objc-class-name in ScintillaCocoa.o
".objc_class_name_CAGradientLayer", referenced from:
.objc_class_name_FindHighlightLayer in ScintillaCocoa.o
".objc_class_name_CATransaction", referenced from:
pointer-to-literal-objc-class-name in ScintillaCocoa.o
"_kCAFillModeForwards", referenced from:
-[FindHighlightLayer animateMatch:bounce:] in ScintillaCocoa.o
"_kCATransactionAnimationDuration", referenced from:
-[FindHighlightLayer animateMatch:bounce:] in ScintillaCocoa.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
Well, you can compile the Framework using XCode 4.5.2 targeting 10.7 and 32bit compiling with LLVM GCC 4.2. That worked well, until it comes to SCI_UNDO! It does always undo all steps backwards to the last call of SCI_SETUNDOCOLLECTION. That is strange behavior... Have tested this with Scintilla 3.2.1, Scintilla 3.2.2 and Scintilla 3.2.3! I'm pretty sure, that I've compiled several versions of Scintilla with XCode on 10.7 targeting 10.6 SDK without that issue.
Can anybody confirm this, or am I the only one with not enough skills to compile Scintilla on OS X 10.8?
Does Framework.mk fix this strange behavior, if it would run?
buggy
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To view this discussion on the web visit https://groups.google.com/d/msg/scintilla-interest/-/WcO3F7KV2W4J.
To post to this group, send email to scintilla-***@googlegroups.com.
To unsubscribe from this group, send email to scintilla-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scintilla-interest?hl=en.
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To view this discussion on the web visit https://groups.google.com/d/msg/scintilla-interest/-/WcO3F7KV2W4J.
To post to this group, send email to scintilla-***@googlegroups.com.
To unsubscribe from this group, send email to scintilla-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scintilla-interest?hl=en.