IDE - Coedit 2

Andre Kostur via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Feb 17 20:52:13 PST 2016


On 2016-02-17 12:19 PM, Jacob Carlborg wrote:
> On 2016-02-17 14:18, Basile Burg wrote:
>
>> The few missing details to compile CE under OSX have been added today.
>> However it has to be build by the user, which might not be easy. I
>> cannot help with this (except for eventual bugfixes).
>
> Can't you use Travis CI to build it if you don't have a Mac yourself?
>

I've been keeping an eye on building Coedit on OSX for a while now, but 
it blows up on launch.  The top bit of the stacktrace:

0   com.apple.CoreFoundation      	0x954f7234 __CFRunLoopFindMode + 20
1   com.apple.CoreFoundation      	0x955636f9 
CFRunLoopTimerSetNextFireDate + 505
2   com.apple.HIToolbox           	0x913b8b62 
InstallEventLoopTimerInternal + 706
3   com.apple.HIToolbox           	0x913ca362 InstallEventLoopTimer + 55
4   com.company.coedit            	0x00110276 
CARBONINT$_$TCARBONWIDGETSET_$__$$_CREATETIMER$LONGINT$TWSTIMERPROC$$THANDLE 
+ 150 (carbonobject.inc:1570)
5   com.company.coedit            	0x0015a997 
CUSTOMTIMER$_$TCUSTOMTIMER_$__$$_UPDATETIMER + 135 (customtimer.pas:129)
6   com.company.coedit            	0x0015aaef 
CUSTOMTIMER$_$TCUSTOMTIMER_$__$$_SETENABLED$BOOLEAN + 47 
(customtimer.pas:192)
7   com.company.coedit            	0x0036d010 
CE_WIDGET$_$TCEWIDGET_$__$$_BEGINDELAYEDUPDATE + 64


I'm not sure as to how to proceed from this though... :/



More information about the Digitalmars-d-announce mailing list