2016-03-01T02:11:04Z Quadrescence joined #ccl 2016-03-01T02:45:26Z rme quit (Ping timeout: 185 seconds) 2016-03-01T02:46:24Z rme quit (Ping timeout: 246 seconds) 2016-03-01T02:52:57Z rme joined #ccl 2016-03-01T04:00:59Z hydan joined #ccl 2016-03-01T05:14:54Z hydan quit (Ping timeout: 276 seconds) 2016-03-01T06:36:31Z oystewh joined #ccl 2016-03-01T07:46:39Z hydan joined #ccl 2016-03-01T08:09:27Z rme quit (Quit: rme) 2016-03-01T08:09:27Z rme quit (Quit: rme) 2016-03-01T14:54:03Z jdz quit (Ping timeout: 246 seconds) 2016-03-01T15:00:43Z jdz joined #ccl 2016-03-01T15:19:21Z rme joined #ccl 2016-03-03T02:24:49Z ccl-logbot joined #ccl 2016-03-03T02:24:49Z 2016-03-03T02:24:49Z names: ccl-logbot Blkt clop rme fe[nl]ix alms_clozure billstclair hydan jdz oystewh Quadrescence carvite gendl gbyers gz_ taij33n Intensity clop2 dustinm` sigjuice kini phf jackdaniel @ChanServ john-mcaleely faheem |3b| brucem akkad 2016-03-03T02:34:34Z rme quit (Quit: rme) 2016-03-03T03:02:30Z hydan quit (Remote host closed the connection) 2016-03-03T03:07:07Z hydan joined #ccl 2016-03-03T03:23:31Z billstclair_ joined #ccl 2016-03-03T03:24:07Z Blkt_ joined #ccl 2016-03-03T03:24:25Z lacedaemon joined #ccl 2016-03-03T03:25:22Z oystewh_ joined #ccl 2016-03-03T03:26:27Z billstclair quit (Read error: Connection reset by peer) 2016-03-03T03:26:30Z Blkt quit (Ping timeout: 260 seconds) 2016-03-03T03:26:31Z fe[nl]ix quit (Ping timeout: 260 seconds) 2016-03-03T03:26:31Z oystewh quit (Ping timeout: 260 seconds) 2016-03-03T03:27:11Z billstclair_ is now known as billstclair 2016-03-03T03:41:51Z hydan quit (Ping timeout: 264 seconds) 2016-03-03T07:54:54Z hydan joined #ccl 2016-03-03T10:53:03Z jdz: hello guys 2016-03-03T10:53:49Z jdz: there's been a discussion about unicode and strings and normalization 2016-03-03T10:54:05Z jdz: and i've discovered a weird issue 2016-03-03T10:54:16Z jdz: (loop for i from 0 to 2 collect (schar "åä" i)) returns (#\a #\Combining_Ring_Above #\Latin_Small_Letter_A_With_Diaeresis) 2016-03-03T10:54:19Z jdz: as expected 2016-03-03T10:54:32Z jdz: but (map 'list #'char-name "åä") returns 2016-03-03T10:54:32Z jdz: (NIL "Combining_Ring_Above" "Latin_Small_Letter_A_With_Diaeresis") 2016-03-03T10:54:38Z jdz: which is clearly wrong 2016-03-03T10:54:48Z jdz: (lisp-implementation-version) => "Version 1.11-r16635 (DarwinX8664)" 2016-03-03T11:14:46Z ralt joined #ccl 2016-03-03T12:02:01Z hydan quit (Ping timeout: 240 seconds) 2016-03-03T13:00:22Z moore33 joined #ccl 2016-03-03T15:59:11Z hydan joined #ccl 2016-03-03T16:00:27Z hydan quit (Remote host closed the connection) 2016-03-03T16:37:56Z moore33 quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2016-03-03T21:14:27Z phf: jdz: (char-name #\a) -> nil 2016-03-03T21:16:40Z phf: and to clarify according to hyperspec "All non-graphic characters are required to have names unless they have some implementation-defined attribute which is not null. Whether or not other characters have names is implementation-dependent." 2016-03-04T06:09:10Z hydan joined #ccl 2016-03-04T06:19:08Z hydan quit (Ping timeout: 244 seconds) 2016-03-04T09:31:13Z jdz: phf: i see, thanks 2016-03-04T09:32:21Z jdz: but still: (map 'list #'identity "åä") => (NIL "Combining_Ring_Above" "Latin_Small_Letter_A_With_Diaeresis") 2016-03-04T09:32:52Z jdz: oops, sorry, wrong paste 2016-03-04T09:33:02Z jdz: please ignore me 2016-03-04T10:40:40Z ralt left #ccl 2016-03-04T13:14:03Z hydan joined #ccl 2016-03-04T13:30:37Z fu7mu4 joined #ccl 2016-03-04T15:56:00Z fu7mu4 quit (Remote host closed the connection) 2016-03-04T21:54:38Z lacedaemon is now known as fe[nl]ix 2016-03-05T01:49:05Z _leb joined #ccl 2016-03-05T02:35:38Z hydan quit (Remote host closed the connection) 2016-03-05T02:37:06Z hydan joined #ccl 2016-03-05T03:11:17Z _leb quit (Read error: Connection reset by peer) 2016-03-05T03:52:35Z hydan quit (Remote host closed the connection) 2016-03-05T04:34:54Z akkad quit (Ping timeout: 276 seconds) 2016-03-05T04:36:03Z Intensity quit (Ping timeout: 240 seconds) 2016-03-05T04:46:41Z Intensity joined #ccl 2016-03-05T04:49:59Z akkad joined #ccl 2016-03-05T07:38:58Z moore33 joined #ccl 2016-03-05T07:39:07Z moore33 left #ccl 2016-03-05T07:40:02Z muyinliu joined #ccl 2016-03-05T07:41:06Z muyinliu: Question: how to get all properties of objective-c object in CCL? 2016-03-05T11:17:47Z muyinliu: Hi 2016-03-05T11:18:46Z muyinliu: I'm trying to call NSUserNotification from CCL 2016-03-05T11:19:46Z muyinliu: Here is the problem: can NOT set the value of property `contentImage` of NSUserNotification in CCL. 2016-03-05T11:20:24Z muyinliu: CCL says: Error: Undefined function NEXTSTEP-FUNCTIONS:|setContentImage:| 2016-03-05T13:31:32Z muyinliu quit (Quit: Textual IRC Client: www.textualapp.com) 2016-03-05T22:34:01Z brucem quit (Ping timeout: 250 seconds) 2016-03-05T22:35:19Z |3b| quit (Ping timeout: 250 seconds) 2016-03-05T22:42:35Z brucem joined #ccl 2016-03-06T00:28:50Z |3b| joined #ccl 2016-03-06T11:10:51Z muyinliu joined #ccl 2016-03-06T11:15:11Z muyinliu quit (Client Quit) 2016-03-06T13:32:52Z nightwalker joined #ccl 2016-03-06T13:52:15Z brucem quit (Changing host) 2016-03-06T13:52:15Z brucem joined #ccl 2016-03-06T13:53:06Z nightwalker quit (Ping timeout: 252 seconds) 2016-03-06T14:03:31Z hydan joined #ccl 2016-03-06T17:49:33Z pjb joined #ccl 2016-03-06T17:51:01Z pjb quit (Client Quit) 2016-03-06T17:51:52Z pjb joined #ccl 2016-03-06T18:35:08Z hydan quit (Remote host closed the connection) 2016-03-06T23:43:11Z hydan joined #ccl 2016-03-07T15:48:32Z rme joined #ccl 2016-03-07T20:09:16Z pjb quit (Remote host closed the connection) 2016-03-07T20:11:45Z pjb joined #ccl 2016-03-07T20:15:29Z pjb quit (Remote host closed the connection) 2016-03-07T20:28:58Z leb joined #ccl 2016-03-07T23:57:42Z jdz quit (Ping timeout: 246 seconds) 2016-03-08T00:02:44Z jdz joined #ccl 2016-03-08T01:44:34Z leb quit (Quit: Computer has gone to sleep.) 2016-03-08T01:47:01Z Quadresce` joined #ccl 2016-03-08T01:48:17Z Quadrescence quit (Ping timeout: 260 seconds) 2016-03-08T01:56:44Z Quadresce` quit (Quit: Leaving) 2016-03-08T02:31:15Z Quadrescence joined #ccl 2016-03-08T03:52:32Z hydan quit (Ping timeout: 268 seconds) 2016-03-08T04:29:25Z leb joined #ccl 2016-03-08T06:15:01Z leb quit (Quit: Computer has gone to sleep.) 2016-03-08T08:32:21Z rme quit (Quit: rme) 2016-03-08T14:29:44Z hydan joined #ccl 2016-03-08T15:23:08Z rme joined #ccl 2016-03-08T17:15:12Z leb joined #ccl 2016-03-08T18:21:08Z leb quit (Quit: Computer has gone to sleep.) 2016-03-08T18:28:07Z clop quit (Ping timeout: 260 seconds) 2016-03-08T18:41:53Z clop joined #ccl 2016-03-08T19:29:08Z hydan quit (Remote host closed the connection) 2016-03-08T19:56:41Z akkad quit (Quit: Emacs must have died) 2016-03-08T22:35:58Z leb joined #ccl 2016-03-08T23:41:08Z |3b| quit (Read error: Connection reset by peer) 2016-03-08T23:43:10Z |3b| joined #ccl 2016-03-09T00:43:04Z leb quit (Ping timeout: 264 seconds) 2016-03-09T00:51:51Z rme quit (Quit: rme) 2016-03-09T00:51:52Z rme quit (Quit: rme) 2016-03-09T01:36:25Z rme joined #ccl 2016-03-09T03:06:28Z akkad joined #ccl 2016-03-09T07:35:08Z rme quit (Quit: rme) 2016-03-09T07:35:08Z rme quit (Quit: rme) 2016-03-09T12:27:13Z |3b| quit (Ping timeout: 240 seconds) 2016-03-09T15:02:18Z rme joined #ccl 2016-03-09T18:24:18Z |3b|` joined #ccl 2016-03-09T18:30:55Z |3b|` is now known as |3b| 2016-03-10T04:34:31Z ccl-logbot joined #ccl 2016-03-10T04:34:31Z 2016-03-10T04:34:31Z names: ccl-logbot |3b| rme akkad clop Quadrescence jdz brucem Intensity oystewh_ fe[nl]ix Blkt_ billstclair alms_clozure carvite gendl gbyers gz_ taij33n clop2 dustinm` sigjuice kini phf jackdaniel @ChanServ john-mcaleely faheem 2016-03-10T05:25:44Z rme quit (Ping timeout: 187 seconds) 2016-03-10T05:39:49Z ccl-logbot joined #ccl 2016-03-10T05:39:49Z 2016-03-10T05:39:49Z names: ccl-logbot |3b| rme akkad clop Quadrescence jdz brucem Intensity john-mcaleely faheem @ChanServ jackdaniel phf kini sigjuice dustinm` clop2 taij33n gz_ gbyers gendl carvite alms_clozure billstclair Blkt_ fe[nl]ix oystewh_ 2016-03-10T05:56:06Z john-mcaleely quit (Remote host closed the connection) 2016-03-10T05:56:18Z john-mcaleely joined #ccl 2016-03-10T07:03:01Z rme quit (Quit: rme) 2016-03-10T08:01:00Z clop2 quit (Ping timeout: 276 seconds) 2016-03-10T08:22:45Z clop2 joined #ccl 2016-03-10T08:34:22Z clop2 quit (Ping timeout: 252 seconds) 2016-03-10T08:35:16Z clop2 joined #ccl 2016-03-10T08:36:03Z gz_ quit (Ping timeout: 268 seconds) 2016-03-10T08:36:14Z faheem quit (Ping timeout: 250 seconds) 2016-03-10T08:39:31Z gz_ joined #ccl 2016-03-10T08:50:33Z faheem joined #ccl 2016-03-10T15:34:36Z rme joined #ccl 2016-03-10T18:48:28Z clop quit (Ping timeout: 264 seconds) 2016-03-10T19:03:47Z clop joined #ccl 2016-03-10T19:39:44Z reggy joined #ccl 2016-03-10T20:08:56Z dfigrish joined #ccl 2016-03-10T20:09:06Z dfigrish: hello 2016-03-10T20:24:28Z dfigrish quit (Ping timeout: 264 seconds) 2016-03-11T01:02:50Z rme quit (Quit: rme) 2016-03-11T01:24:27Z rme joined #ccl 2016-03-11T05:14:04Z rme quit (Quit: rme) 2016-03-11T05:50:51Z clop2 quit (Ping timeout: 240 seconds) 2016-03-11T05:51:14Z clop2 joined #ccl 2016-03-11T06:32:49Z reg_ joined #ccl 2016-03-11T06:35:05Z reggy quit (Ping timeout: 268 seconds) 2016-03-11T07:49:53Z ccl-logbot joined #ccl 2016-03-11T07:49:53Z rajaniemi.freenode.net has set mode +ns 2016-03-11T07:49:53Z names: @ccl-logbot 2016-03-11T07:54:01Z ccl-logbot quit (Ping timeout: 240 seconds) 2016-03-11T08:00:38Z ccl-logbot joined #ccl 2016-03-11T08:00:38Z 2016-03-11T08:00:38Z names: ccl-logbot reg_ clop2 clop faheem gz_ john-mcaleely |3b| akkad Quadrescence jdz brucem Intensity oystewh_ fe[nl]ix Blkt_ billstclair alms_clozure carvite gendl gbyers taij33n dustinm` sigjuice kini phf jackdaniel @ChanServ 2016-03-11T08:05:20Z reg_ quit (Remote host closed the connection) 2016-03-11T08:35:35Z consolers joined #ccl 2016-03-11T08:58:06Z consolers quit (Quit: Started wasting time elsewhere) 2016-03-11T14:01:01Z rme joined #ccl 2016-03-11T21:27:21Z Quadrescence quit (Quit: Leaving) 2016-03-11T22:27:15Z Quadrescence joined #ccl 2016-03-12T00:59:48Z rme quit (Quit: rme) 2016-03-12T02:18:59Z Quadrescence quit (Quit: Leaving) 2016-03-12T02:30:00Z rme joined #ccl 2016-03-12T08:44:00Z rme quit (Quit: rme) 2016-03-12T08:44:00Z rme quit (Quit: rme) 2016-03-12T16:12:18Z jdz quit (Ping timeout: 246 seconds) 2016-03-12T16:12:18Z jdz joined #ccl 2016-03-12T16:58:50Z rme joined #ccl 2016-03-12T18:02:43Z akkad quit (Ping timeout: 248 seconds) 2016-03-12T18:03:03Z Intensity quit (Ping timeout: 240 seconds) 2016-03-12T18:12:03Z akkad joined #ccl 2016-03-12T18:13:50Z Intensity joined #ccl 2016-03-12T18:32:11Z oystewh_ quit (Ping timeout: 268 seconds) 2016-03-12T23:57:19Z clop2 quit (Ping timeout: 260 seconds) 2016-03-13T05:58:15Z rme quit (Quit: rme) 2016-03-13T05:58:15Z rme quit (Quit: rme) 2016-03-13T06:25:00Z jdz quit (Ping timeout: 246 seconds) 2016-03-13T06:25:10Z jdz joined #ccl 2016-03-13T08:38:54Z jdz quit (Ping timeout: 246 seconds) 2016-03-13T08:38:54Z jdz joined #ccl 2016-03-13T12:11:23Z rme joined #ccl 2016-03-13T14:12:07Z rme quit (Quit: rme) 2016-03-13T16:18:27Z clop2 joined #ccl 2016-03-13T16:40:33Z rme joined #ccl 2016-03-14T02:42:56Z rme quit (Quit: rme) 2016-03-14T03:02:56Z rme joined #ccl 2016-03-14T05:03:22Z rme quit (Quit: rme) 2016-03-14T05:07:40Z clop2 quit (Ping timeout: 264 seconds) 2016-03-14T05:08:03Z clop2 joined #ccl 2016-03-14T07:05:17Z phf` joined #ccl 2016-03-14T07:15:32Z phf quit (*.net *.split) 2016-03-14T13:47:30Z rme joined #ccl 2016-03-14T13:55:44Z rme quit (Ping timeout: 184 seconds) 2016-03-14T14:44:04Z phf` is now known as phf 2016-03-14T19:59:50Z |3b| quit (Read error: Connection reset by peer) 2016-03-14T20:01:50Z |3b| joined #ccl 2016-03-15T00:21:17Z pirateking-_- joined #ccl 2016-03-15T00:23:42Z pirateking-_- is now known as nothingking 2016-03-15T00:27:43Z nothingking quit (Quit: nothingking) 2016-03-15T06:05:31Z rme quit (Quit: rme) 2016-03-15T12:09:52Z sixbitslacker joined #ccl 2016-03-15T13:21:10Z |3b|` joined #ccl 2016-03-15T13:22:01Z |3b| quit (Ping timeout: 240 seconds) 2016-03-15T13:22:15Z rme joined #ccl 2016-03-15T17:44:49Z |3b|` is now known as |3b| 2016-03-16T06:21:00Z rme quit (Quit: rme) 2016-03-16T06:21:00Z rme quit (Quit: rme) 2016-03-16T14:19:04Z billstclair quit (Ping timeout: 264 seconds) 2016-03-16T14:19:53Z billstclair joined #ccl 2016-03-16T14:34:40Z rme joined #ccl 2016-03-17T02:58:39Z zRecursive joined #ccl 2016-03-17T02:58:48Z zRecursive: How to make #'(user-homedir-pathname) return #P"c:/Z/" instead of #P"C:/Documents and Settings/***/" in CCL ? (FYI, HOME=c:/z) 2016-03-17T03:03:01Z rme: It looks like we use the USERPROFILE environment variable on Windows to set the home directory. 2016-03-17T03:09:33Z Intensity quit (Ping timeout: 240 seconds) 2016-03-17T03:10:39Z akkad quit (Ping timeout: 276 seconds) 2016-03-17T03:12:15Z Intensity joined #ccl 2016-03-17T03:12:54Z akkad joined #ccl 2016-03-17T03:18:57Z zRecursive: rme: it works ! thanks 2016-03-17T07:28:36Z emaczen` joined #ccl 2016-03-17T07:29:43Z emaczen`: I'm having trouble overriding method "dividerThickness" which would just return a cg-float 2016-03-17T07:34:13Z emaczen`: Actually there was an error because I first made the output-type :id -- I had to restart the lisp 2016-03-17T07:34:31Z emaczen`: What is the equivalent of #'remove-method 2016-03-17T08:12:02Z zRecursive quit (Ping timeout: 260 seconds) 2016-03-17T08:29:54Z clop quit (Ping timeout: 260 seconds) 2016-03-17T08:31:19Z clop joined #ccl 2016-03-17T08:57:07Z emaczen` quit (Ping timeout: 244 seconds) 2016-03-17T09:10:09Z rme quit (Quit: rme) 2016-03-17T09:10:10Z rme quit (Quit: rme) 2016-03-17T09:53:28Z consolers joined #ccl 2016-03-17T11:25:10Z consolers quit 2016-03-17T15:13:11Z rme joined #ccl 2016-03-17T23:27:20Z earthrocker joined #ccl 2016-03-18T00:14:52Z zRecursive joined #ccl 2016-03-18T01:16:19Z earthrocker quit (Quit: come chat with us @ irc.robothive.org | http://www.robothive.org) 2016-03-18T04:53:22Z emaczen` joined #ccl 2016-03-18T05:07:05Z rme quit (Quit: rme) 2016-03-18T05:07:05Z rme quit (Quit: rme) 2016-03-18T05:15:03Z emaczen` quit (Quit: ERC (IRC client for Emacs 24.5.1)) 2016-03-18T05:15:28Z emaczen joined #ccl 2016-03-18T06:16:53Z emaczen: How would I implement an NSTableViewDataSource? Just implement the required methods? 2016-03-18T06:50:04Z emaczen quit (Quit: ERC (IRC client for Emacs 24.5.1)) 2016-03-18T07:02:28Z zRecursive left #ccl 2016-03-18T07:46:08Z emaczen joined #ccl 2016-03-18T07:55:13Z emaczen: I am trying to implement the NSComboBoxDataSource interface -- all I did was create a subclass of NSObject that implements the methods "comboBox:objectValueForItemAtIndex:" and "numberOfItemsInComboBox" 2016-03-18T07:56:47Z emaczen: Is this sufficient? objective-c would require something like: @interface subclassName : NSObject to tell the compiler that the subclass implements the interface 2016-03-18T09:22:39Z emaczen quit (Ping timeout: 264 seconds) 2016-03-18T13:40:21Z rme joined #ccl 2016-03-18T15:47:13Z hargettp joined #ccl 2016-03-18T16:01:28Z hargettp quit (Quit: Linkinus - http://linkinus.com) 2016-03-18T16:03:02Z hargettp joined #ccl 2016-03-18T16:04:38Z hargettp_ joined #ccl 2016-03-18T16:05:26Z hargettp_ quit (Client Quit) 2016-03-18T16:06:10Z hargettp quit (Client Quit) 2016-03-18T16:08:51Z hargettp_ joined #ccl 2016-03-18T16:27:38Z hargettp_ quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-18T16:42:18Z hargettp joined #ccl 2016-03-18T19:32:41Z hargettp quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-18T19:35:28Z hargettp joined #ccl 2016-03-18T21:12:17Z emaczen joined #ccl 2016-03-18T21:13:57Z emaczen: How do you implement a protocol with CCL? 2016-03-18T21:18:43Z rme: The commit message for http://trac.clozure.com/ccl/changeset/15476 shows a brief example. 2016-03-18T21:19:17Z rme: This only *claims* that the class implements the protocol. You still have to implement the methods. 2016-03-18T21:19:34Z emaczen: rme: Thanks, I'll check it out. 2016-03-18T21:20:47Z emaczen: rme: Is it neccessary to define the protocols? 2016-03-18T21:22:00Z emaczen: Last night I only implemented the methods for a NSComboBoxDataSource and whenever I clicked the down-arrow it would try passing a large integer to one of the methods and obviously a index-out-of-bounds condition was signalled. 2016-03-18T21:25:23Z rme: They have to exist (in the Objective-C runtime) before you can list them like (:objc-protocols "NSTextInput"). 2016-03-18T21:25:24Z rme: Sometimes, some class/method will insist that an instance claim to conform to a particular formal protocol, and that's why you would use this. 2016-03-18T21:28:41Z rme: It's easy to mess up data sources by missing or messing up one of the methods. Just as a wild guess, make sure that - (NSInteger)numberOfItemsInComboBox:(NSComboBox *)aComboBox works right. 2016-03-18T21:49:22Z emaczen: rme: this is my code: (objc:defmethod (#/numberOfItemsInComboBox: :integer) ((self combo-box-data-sourceable)) 2016-03-18T21:49:22Z emaczen: (#/count (source self))) 2016-03-18T21:49:56Z emaczen: combo-box-data-sourceable is a subclass of ns:ns-object -- I hope to be able to share some code between other data-sources 2016-03-18T21:51:12Z emaczen: the direct-subclass of ns:ns-object contains an array and that is why I use #/count 2016-03-18T22:44:46Z emaczen: How do you do named-arguments with objc:defmethod? 2016-03-18T22:45:49Z emaczen: specifically, I want to implement tableView:objectVAlueForTableColumn:row: 2016-03-18T23:09:07Z emaczen: How can I specify the NSTableColumn type in a defmethod 2016-03-18T23:09:08Z emaczen: ? 2016-03-18T23:23:55Z hargettp quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-18T23:35:12Z hargettp joined #ccl 2016-03-18T23:43:51Z hargettp quit (Quit: Textual IRC Client: www.textualapp.com) 2016-03-18T23:48:13Z rme quit (Quit: rme) 2016-03-18T23:48:13Z rme quit (Quit: rme) 2016-03-18T23:58:06Z rme joined #ccl 2016-03-19T01:22:06Z |3b| quit (Remote host closed the connection) 2016-03-19T01:23:15Z |3b| joined #ccl 2016-03-19T01:29:08Z emaczen quit (Remote host closed the connection) 2016-03-19T01:41:34Z |3b|` joined #ccl 2016-03-19T01:44:40Z |3b| quit (Ping timeout: 250 seconds) 2016-03-19T02:12:49Z |3b|` quit (Ping timeout: 240 seconds) 2016-03-19T02:22:14Z zRecursive joined #ccl 2016-03-19T02:28:57Z zRecursive left #ccl 2016-03-19T03:09:16Z rme quit (Ping timeout: 188 seconds) 2016-03-19T04:50:23Z |3b|` joined #ccl 2016-03-19T05:58:29Z alchemis7 joined #ccl 2016-03-19T06:10:24Z |3b|` is now known as |3b| 2016-03-19T06:35:48Z rme quit (Quit: rme) 2016-03-19T11:07:31Z rme joined #ccl 2016-03-19T20:23:49Z rme quit (Quit: rme) 2016-03-19T20:46:00Z rme joined #ccl 2016-03-19T21:55:45Z jdz quit (Ping timeout: 246 seconds) 2016-03-19T22:01:56Z jdz joined #ccl 2016-03-19T22:29:18Z |3b| quit (Ping timeout: 248 seconds) 2016-03-20T01:47:36Z |3b| joined #ccl 2016-03-20T02:15:29Z rumbler31 joined #ccl 2016-03-20T02:17:29Z rumbler31: greetings all 2016-03-20T02:18:25Z rumbler31: trying to use run-program on windows. I've exported an image with a simple main and placed the external program and all ancillary files into the same directory as the exported kernel 2016-03-20T02:19:27Z rumbler31: my run-program call has :input t :output t :error :output, while it isn't clear to me exactly what these do, I'm hoping that it will pass standard input and standard ouptut to the external program 2016-03-20T02:20:48Z rumbler31: what I get instead is that the cmd window does not show any output after the run-program call, and the console itself no longer responds to ctrl-c or other such signals 2016-03-20T02:23:39Z rumbler31: oh I also forgot to mention, I specify :external-format :windows for good measure. According to my local copy of ccldoc, run-program also takes an arg :silently-ignore-catastrophic-failures but it does not appear as an arg in the hint in slime 2016-03-20T02:28:54Z rumbler31: when I do this all in repl, I get the same behavior, and when I interrupt slime, the backtrace shows (CCL::%PROCESS-WAIT-ON-SEMAPHORE-PTR # 2016-03-20T03:53:13Z rme quit (Quit: rme) 2016-03-20T04:38:14Z rumbler31 quit (Quit: Page closed) 2016-03-20T10:53:40Z rme joined #ccl 2016-03-20T12:56:54Z rme quit (Quit: rme) 2016-03-20T16:18:44Z rme joined #ccl 2016-03-20T19:27:22Z rme quit (Quit: rme) 2016-03-20T19:39:08Z rme joined #ccl 2016-03-20T23:05:19Z taij33n quit (Ping timeout: 268 seconds) 2016-03-20T23:10:04Z taij33n joined #ccl 2016-03-20T23:31:42Z taij33n quit (Ping timeout: 248 seconds) 2016-03-20T23:33:07Z taij33n joined #ccl 2016-03-21T01:07:27Z ekinmur joined #ccl 2016-03-21T01:38:50Z ekinmur quit (Quit: Textual IRC Client: www.textualapp.com) 2016-03-21T01:56:12Z rme quit (Quit: rme) 2016-03-21T16:47:14Z pbgc joined #ccl 2016-03-21T18:13:52Z pbgc quit (Ping timeout: 244 seconds) 2016-03-21T19:10:11Z akkad quit (Quit: Emacs must have died) 2016-03-21T19:29:24Z akkad joined #ccl 2016-03-21T19:30:10Z clop quit (Quit: Leaving) 2016-03-21T21:19:09Z jdz quit (Ping timeout: 246 seconds) 2016-03-21T21:22:33Z jdz joined #ccl 2016-03-21T21:33:09Z jdz quit (Ping timeout: 246 seconds) 2016-03-21T21:40:06Z jdz joined #ccl 2016-03-21T21:44:21Z jdz quit (Ping timeout: 246 seconds) 2016-03-21T21:53:45Z jdz joined #ccl 2016-03-21T22:16:54Z jdz quit (Ping timeout: 246 seconds) 2016-03-21T23:38:47Z jdz joined #ccl 2016-03-21T23:49:18Z jdz quit (Ping timeout: 246 seconds) 2016-03-22T00:04:50Z jdz joined #ccl 2016-03-22T02:47:37Z |3b| quit (Ping timeout: 240 seconds) 2016-03-22T06:44:18Z |3b|`` joined #ccl 2016-03-22T07:57:08Z |3b|`` is now known as |3b| 2016-03-22T13:52:03Z rudolfochrist joined #ccl 2016-03-22T14:10:26Z rudolfochrist quit (Quit: This computer has gone to sleep) 2016-03-22T14:40:17Z rudolfochrist joined #ccl 2016-03-22T14:52:33Z rudolfochrist quit (Quit: This computer has gone to sleep) 2016-03-22T15:23:39Z rudolfochrist joined #ccl 2016-03-22T15:32:55Z rudolfochrist quit (Quit: This computer has gone to sleep) 2016-03-22T16:03:43Z rudolfochrist joined #ccl 2016-03-22T16:25:29Z rudolfochrist quit (Quit: Leaving) 2016-03-22T18:23:42Z rudolfochrist joined #ccl 2016-03-22T19:12:00Z faheem quit (Quit: Connection closed for inactivity) 2016-03-22T19:52:23Z rudolfochrist quit (Quit: ERC (IRC client for Emacs 24.5.1)) 2016-03-22T20:02:43Z ccl-logbot joined #ccl 2016-03-22T20:02:43Z 2016-03-22T20:02:43Z names: ccl-logbot |3b| jdz akkad taij33n alchemis7 Intensity billstclair sixbitslacker phf clop2 gz_ john-mcaleely brucem fe[nl]ix Blkt_ alms_clozure carvite gendl gbyers dustinm` sigjuice kini jackdaniel @ChanServ 2016-03-22T21:28:43Z reggy joined #ccl 2016-03-23T02:28:38Z emaczen joined #ccl 2016-03-23T05:39:42Z hydan joined #ccl 2016-03-23T07:22:31Z reggy quit (Remote host closed the connection) 2016-03-23T07:42:28Z emaczen quit (Ping timeout: 264 seconds) 2016-03-23T08:53:35Z rudolfochrist joined #ccl 2016-03-23T11:41:50Z hydan quit (Quit: hydan) 2016-03-23T14:08:45Z rudolfochrist quit (Read error: No route to host) 2016-03-23T14:08:59Z rudolfochrist joined #ccl 2016-03-23T14:20:13Z rudolfochrist quit (Ping timeout: 244 seconds) 2016-03-23T14:31:07Z rudolfochrist joined #ccl 2016-03-23T16:02:09Z hydan joined #ccl 2016-03-23T16:36:44Z rudolfochrist quit (Ping timeout: 260 seconds) 2016-03-23T17:42:48Z emaczen joined #ccl 2016-03-23T17:59:21Z reggy joined #ccl 2016-03-23T18:15:44Z jackdaniel: does ccl have threads on arm32? 2016-03-23T18:26:42Z emaczen: can method arguments be declared as type "id" instead of their specific types when implementing a protocol? 2016-03-23T19:12:11Z gendl____ joined #ccl 2016-03-23T19:19:52Z gendl quit (Ping timeout: 250 seconds) 2016-03-23T19:20:58Z gendl____ is now known as gendl 2016-03-23T19:39:53Z reggy quit (Remote host closed the connection) 2016-03-23T20:15:04Z akkad: I see threads here 2016-03-23T20:15:29Z jackdaniel: thanks 2016-03-23T20:16:56Z akkad: :OPENMCL-NATIVE-THREADS 2016-03-23T20:21:03Z emaczen: Has anyone used an NSTableView before? I'm having trouble implementing the NSTableViewDataSource and NSTableViewDelegate protocols correctly. 2016-03-23T20:21:33Z emaczen: With what I have done so far, my NSTableView object has 0 width, but it does have a height 2016-03-23T20:31:53Z akkad: enomac 2016-03-23T21:46:57Z emaczen: I'm trying to implement the method #/tableView:viewForTableColumn:row: -- how do I specify the argument types? 2016-03-23T21:47:50Z emaczen: I am trying this without luck: ((self table-view-data-sourceable) (table-view #>NSTableView) (view-for-table-column ns:ns-table-column) (row #>NSInteger)) -- I have also tried making everthing an :id and that will at least "compile" but it doesn't seem to call this method when I create and set the delegate of an NSTableView 2016-03-23T22:25:29Z faheem joined #ccl 2016-03-23T23:06:02Z |3b| quit (Ping timeout: 240 seconds) 2016-03-23T23:08:30Z |3b| joined #ccl 2016-03-23T23:48:41Z hydan quit (Quit: hydan) 2016-03-23T23:50:12Z hydan joined #ccl 2016-03-24T01:08:24Z hydan quit (Ping timeout: 268 seconds) 2016-03-24T07:29:26Z emaczen quit (Ping timeout: 244 seconds) 2016-03-24T08:51:07Z dustinm` quit (Ping timeout: 260 seconds) 2016-03-24T09:54:45Z dustinm` joined #ccl 2016-03-24T10:20:42Z dustinm` quit (Read error: Connection reset by peer) 2016-03-24T10:32:22Z dustinm` joined #ccl 2016-03-24T11:25:23Z rudolfochrist joined #ccl 2016-03-24T12:38:18Z rudolfochrist quit (Ping timeout: 276 seconds) 2016-03-24T12:45:40Z rudolfochrist joined #ccl 2016-03-24T14:03:34Z rudolfochrist quit (Ping timeout: 260 seconds) 2016-03-24T14:18:37Z rudolfochrist joined #ccl 2016-03-24T16:07:17Z rudolfochrist quit (Ping timeout: 250 seconds) 2016-03-24T16:54:49Z gendl quit (Ping timeout: 240 seconds) 2016-03-24T16:55:07Z gendl joined #ccl 2016-03-24T18:00:16Z reggy joined #ccl 2016-03-24T18:07:54Z hydan joined #ccl 2016-03-24T19:07:16Z reggy quit (Remote host closed the connection) 2016-03-24T19:38:10Z emaczen joined #ccl 2016-03-24T19:38:50Z emaczen: Is there any kind of package manager for the CCL-ide? 2016-03-24T19:39:03Z emaczen: Similar to the emacs package manager? (elpa?) 2016-03-24T21:01:42Z reggy joined #ccl 2016-03-24T21:15:53Z reggy quit (Remote host closed the connection) 2016-03-24T21:34:04Z reggy joined #ccl 2016-03-24T21:34:25Z faheem quit (Ping timeout: 240 seconds) 2016-03-24T21:36:29Z faheem joined #ccl 2016-03-24T21:44:43Z reggy quit (*.net *.split) 2016-03-24T21:44:43Z hydan quit (*.net *.split) 2016-03-24T22:00:37Z reggy joined #ccl 2016-03-24T23:39:37Z reggy quit (Remote host closed the connection) 2016-03-25T01:33:17Z hydan joined #ccl 2016-03-25T01:35:35Z hydan quit (Remote host closed the connection) 2016-03-25T01:36:11Z hydan joined #ccl 2016-03-25T01:36:24Z hydan quit (Remote host closed the connection) 2016-03-25T01:42:17Z hydan joined #ccl 2016-03-25T02:01:13Z kini quit (Quit: No Ping reply in 180 seconds.) 2016-03-25T02:19:32Z zRecursive joined #ccl 2016-03-25T06:57:58Z emaczen quit (Ping timeout: 268 seconds) 2016-03-25T08:16:17Z hydan quit (Remote host closed the connection) 2016-03-25T08:17:04Z hydan joined #ccl 2016-03-25T09:01:47Z zRecursive quit (Remote host closed the connection) 2016-03-25T16:24:54Z kini joined #ccl 2016-03-25T17:03:11Z hydan quit (Remote host closed the connection) 2016-03-25T17:04:56Z hydan joined #ccl 2016-03-25T17:30:55Z akkad quit (Quit: Emacs must have died) 2016-03-25T18:37:56Z reggy joined #ccl 2016-03-25T19:22:54Z jdz quit (Ping timeout: 246 seconds) 2016-03-25T19:26:49Z jdz joined #ccl 2016-03-25T20:02:49Z emaczen joined #ccl 2016-03-26T03:38:47Z akkad joined #ccl 2016-03-26T03:56:55Z emaczen quit (Remote host closed the connection) 2016-03-26T08:07:51Z zRecursive joined #ccl 2016-03-26T09:20:24Z zRecursive quit (Remote host closed the connection) 2016-03-26T11:31:41Z rme joined #ccl 2016-03-26T12:12:09Z reggy quit (Remote host closed the connection) 2016-03-26T16:06:31Z hydan quit (Ping timeout: 252 seconds) 2016-03-26T17:46:10Z hydan joined #ccl 2016-03-26T18:30:09Z reggy joined #ccl 2016-03-26T20:13:11Z jackdaniel quit (Remote host closed the connection) 2016-03-26T20:13:56Z jackdaniel joined #ccl 2016-03-26T20:27:19Z jackdaniel quit (Ping timeout: 260 seconds) 2016-03-26T20:39:10Z jackdaniel joined #ccl 2016-03-26T21:18:30Z hydan quit (Quit: hydan) 2016-03-26T21:21:52Z hydan joined #ccl 2016-03-26T22:12:52Z reg_ joined #ccl 2016-03-26T22:16:18Z reggy quit (Ping timeout: 276 seconds) 2016-03-26T22:20:33Z reg__ joined #ccl 2016-03-26T22:22:40Z reg_ quit (Ping timeout: 244 seconds) 2016-03-27T00:52:05Z rme quit (Quit: rme) 2016-03-27T01:45:22Z reg__ quit (Remote host closed the connection) 2016-03-27T07:21:21Z zRecursive joined #ccl 2016-03-27T09:36:19Z rumbler31 joined #ccl 2016-03-27T09:43:07Z zRecursive quit (Remote host closed the connection) 2016-03-27T14:23:50Z rumbler31 quit (Ping timeout: 250 seconds) 2016-03-27T22:48:38Z hydan quit (Quit: hydan) 2016-03-28T02:26:19Z emaczen joined #ccl 2016-03-28T02:42:10Z hydan joined #ccl 2016-03-28T03:29:52Z emaczen: I am getting the error: "The value 0 is not of the expected type MACPTR" when cocoa calls the method tableView:objectValueForTableColumn:row: 2016-03-28T03:31:08Z emaczen: from the backtrace, I can see that the argument passed to row is 0 (of type BIT) rather than an NSInteger 2016-03-28T03:34:29Z emaczen: not really sure what else I can do as I don't see any of my methods in the stacktrace 2016-03-28T06:19:03Z emaczen quit (Ping timeout: 264 seconds) 2016-03-28T08:57:44Z gendl quit (Ping timeout: 260 seconds) 2016-03-28T08:58:04Z gendl joined #ccl 2016-03-28T08:59:26Z fUD joined #ccl 2016-03-28T08:59:34Z fUD: Hello. 2016-03-28T10:21:29Z hydan quit (Remote host closed the connection) 2016-03-28T10:22:38Z hydan joined #ccl 2016-03-28T11:51:53Z pobivan joined #ccl 2016-03-28T13:00:58Z rme joined #ccl 2016-03-28T17:32:08Z rme quit (Ping timeout: 184 seconds) 2016-03-28T17:33:49Z rme quit (Ping timeout: 248 seconds) 2016-03-28T17:34:11Z rme joined #ccl 2016-03-28T18:24:56Z clop2 quit (Read error: Connection reset by peer) 2016-03-28T18:40:20Z clop joined #ccl 2016-03-28T19:35:35Z hydan quit (Remote host closed the connection) 2016-03-28T19:36:27Z hydan joined #ccl 2016-03-28T21:37:21Z pobivan quit (Quit: pobivan) 2016-03-29T00:39:56Z emaczen joined #ccl 2016-03-29T03:40:18Z emaczen quit (Ping timeout: 268 seconds) 2016-03-29T04:50:53Z pobivan joined #ccl 2016-03-29T07:25:27Z hydan quit (Remote host closed the connection) 2016-03-29T07:26:16Z hydan joined #ccl 2016-03-29T09:17:46Z rme quit (Quit: rme) 2016-03-29T09:17:46Z rme quit (Quit: rme) 2016-03-29T12:00:30Z ccmaru joined #ccl 2016-03-29T12:09:27Z ccmaru quit (Ping timeout: 264 seconds) 2016-03-29T12:48:02Z m0li joined #ccl 2016-03-29T12:58:49Z ccmaru joined #ccl 2016-03-29T13:21:27Z ccmaru quit (Quit: Saliendo) 2016-03-29T13:29:33Z rme joined #ccl 2016-03-29T17:07:29Z faheem quit (Ping timeout: 268 seconds) 2016-03-29T17:07:30Z alms_clozure quit (Ping timeout: 268 seconds) 2016-03-29T17:07:33Z gbyers quit (Ping timeout: 268 seconds) 2016-03-29T17:07:44Z taij33n quit (Ping timeout: 268 seconds) 2016-03-29T17:07:45Z john-mcaleely quit (Ping timeout: 268 seconds) 2016-03-29T17:07:45Z brucem quit (Ping timeout: 268 seconds) 2016-03-29T17:07:53Z brucem_ joined #ccl 2016-03-29T17:07:58Z john-mcaleely joined #ccl 2016-03-29T17:08:00Z taij33n joined #ccl 2016-03-29T17:18:41Z faheem joined #ccl 2016-03-29T17:18:49Z alms_clozure joined #ccl 2016-03-29T17:20:03Z gbyers joined #ccl 2016-03-29T20:44:01Z m0li quit (Excess Flood) 2016-03-29T21:38:25Z pobivan quit (Quit: pobivan) 2016-03-29T22:38:36Z brucem_ is now known as brucem 2016-03-29T22:38:40Z brucem quit (Changing host) 2016-03-29T22:38:40Z brucem joined #ccl 2016-03-30T01:30:27Z sigjuice quit (Ping timeout: 260 seconds) 2016-03-30T01:31:34Z sigjuice joined #ccl 2016-03-30T05:11:12Z pobivan joined #ccl 2016-03-30T08:50:41Z rme quit (Quit: rme) 2016-03-30T08:50:41Z rme quit (Quit: rme) 2016-03-30T11:28:21Z hhdave joined #ccl 2016-03-30T11:31:05Z hhdave: has anyone here noticed any oddities with time zone handling in CCL on solaris? I just set the time zone on our server to GB to account for daylight saving and after restarting the lisp it reports the decoded time as UTC-1 hour instead of UTC+1 hour. It works fine on my Mac. I notice that ccl:get-timezone has some #+solaris-target customization 2016-03-30T11:31:31Z hhdave: I get the expected behaviour like this: #+solaris-target (- #&altzone) 2016-03-30T13:19:02Z hhdave quit (Read error: Connection reset by peer) 2016-03-30T13:19:06Z hhdave_ joined #ccl 2016-03-30T13:20:05Z |3b| quit (Excess Flood) 2016-03-30T14:31:44Z rme joined #ccl 2016-03-30T16:39:23Z hhdave_ quit (Ping timeout: 244 seconds) 2016-03-30T17:35:37Z hhdave joined #ccl 2016-03-30T17:42:45Z hhdave_ joined #ccl 2016-03-30T17:44:54Z hhdave quit (Ping timeout: 276 seconds) 2016-03-30T17:44:54Z hhdave_ is now known as hhdave 2016-03-30T18:01:54Z hhdave quit (Quit: hhdave) 2016-03-30T18:51:52Z emaczen joined #ccl 2016-03-30T18:53:01Z hydan quit (Quit: hydan) 2016-03-30T18:54:27Z emaczen: I'm having trouble with #/setHTTPMethod -- apple documentation says that it is a property, and I do have no problem with just getting the #/HTTPMethod of an NSURLRequest or NSMutableURLRequest 2016-03-30T18:54:39Z emaczen: Any ideas? 2016-03-30T18:57:45Z rme: You're not leaving off the trailing colon character, are you? I think it should look like (#/setHTTPMethod: req #@"GET") 2016-03-30T18:58:01Z hydan joined #ccl 2016-03-30T18:58:12Z emaczen: (#/setHTTPMethod: request #@"POST") -- nope 2016-03-30T19:00:22Z emaczen: rme: Wait this is really odd -- It seems like I can only set property and then I get a "-[NSConstantString absoluteURL]: unrecognized selector sent to instance" error 2016-03-30T19:00:52Z emaczen: So if I try to set another property (e.g. #/setURL:) I get the above error 2016-03-30T19:01:10Z rme: And the request is definitely an instance of NSMutableURLRequest (not just NSURLRequest)? 2016-03-30T19:01:35Z emaczen: Yep I am doing: (setf req (make-instance 'ns:ns-mutable-url-request)) 2016-03-30T19:02:07Z emaczen: I've been using req and request as my NSMutableURLRequest instances -- no mistake in naming there 2016-03-30T19:07:26Z emaczen: Can you create a NSMutableURLRequest and subsequently set the URL and HTTPMethod? 2016-03-30T19:09:55Z rme: emaczen: I don't think it's kosher to initialize an NSURLRequest that way. The docs say that initWithURL:cachePolicy:timeoutInterval: is the designated initializer, so you can't just use #/init (which is what the make-instance form would do). You could also call #/initWithURL: of course (since it will call the designated initializer). 2016-03-30T19:13:42Z emaczen: rme: Okay, that works -- seems inconsistent to me (but what do I know about objc) 2016-03-30T19:13:47Z emaczen: rme: Thanks 2016-03-30T19:37:42Z ekinmur joined #ccl 2016-03-30T20:17:33Z brucem quit (Ping timeout: 250 seconds) 2016-03-30T20:20:12Z brucem joined #ccl 2016-03-30T20:22:01Z faheem quit (Quit: Connection closed for inactivity) 2016-03-30T20:23:45Z fe[nl]ix quit (Remote host closed the connection) 2016-03-30T20:23:45Z Blkt_ quit (Read error: Connection reset by peer) 2016-03-30T20:56:37Z emaczen: Can anyone provide guidance with NSURLConnection? I've create my NSMutableURLRequest, but nothing seems to happen with my connection 2016-03-30T21:00:29Z rme: I believe that a run loop needs to be running for NSURLConnection to work, so if you're trying to do it from the repl, that might be the problem. 2016-03-30T21:12:51Z ekinmur quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-30T21:15:26Z |3b| joined #ccl 2016-03-30T21:26:55Z fe[nl]ix joined #ccl 2016-03-30T21:26:55Z fe[nl]ix quit (Remote host closed the connection) 2016-03-30T21:30:13Z Blkt joined #ccl 2016-03-30T21:30:15Z fe[nl]ix joined #ccl 2016-03-30T21:32:04Z pobivan quit (Quit: pobivan) 2016-03-30T23:01:13Z alchemis7 quit (Quit: @) 2016-03-30T23:18:03Z fUD: I'm very new to lisp. On my mac I'm trying to use sketch with clozure cl. Except it can't seem to find SDL2 that I homebrew installed. How do I had C library's to a path or such i.e. I get, Error: Unable to load any of the alternatives ((:FRAMEWORK "SDL2") (:DEFAULT "libSDL2")) 2016-03-30T23:34:53Z phf: fUD: you want to push #p"path/to/directory/with/library/" into https://common-lisp.net/project/cffi/manual/html_node/_002aforeign_002dlibrary_002ddirectories_002a.html#g_t_002aforeign_002dlibrary_002ddirectories_002a 2016-03-30T23:35:32Z phf: fUD: look at the examples at the end of the linked page 2016-03-30T23:36:25Z phf: i'm not sure how sketch advises to load itself, but ~before~ loading sketch, you want to load cffi first, then do (pushnew #p"path/" cffi:*foreign-library-directories*), then continue loading sketch 2016-03-30T23:38:34Z fUD: phf: Sorry I got distracted here, ok I'll look into that. 2016-03-30T23:39:30Z phf: so there might be some other complexities, i'm not sure 2016-03-30T23:39:34Z fUD: phf: You can't do that in a global place btw? 2016-03-30T23:39:48Z fUD: To add it to like a LD_LIBRARY_PATH in C? 2016-03-30T23:39:59Z phf: maybe 2016-03-30T23:40:44Z phf: i'm not a fan of cffi (to my own detriment), so i don't really know what search algorithm it uses 2016-03-30T23:41:23Z phf: typically though you will put all the necessary site configurations into ccl-init.lisp in your home folder (or .ccl-init.lisp if you want it hidden) 2016-03-30T23:41:28Z fUD: I have no feelings one way or the other, I thought this library looked cool so I'd check it out. 2016-03-30T23:41:39Z phf: i figured 2016-03-30T23:41:41Z fUD: phf: yes ok, I'll look at that too. 2016-03-30T23:41:51Z phf: but something to keep in mind 2016-03-30T23:42:20Z phf: mac sdl can be deployed in two distinct forms, libsdl.dylib (i.e. a dynamic library) and a sdl.framework 2016-03-30T23:42:37Z phf: i'm pretty sure homebrew install dynamic library 2016-03-30T23:42:47Z phf: where's cl-sdl2 might expect framework 2016-03-30T23:43:13Z phf: (at least at that the case with sdl1) 2016-03-30T23:44:01Z phf: so if your current attempt fails, i advise grabbing prebuilt framework from sdl.org, and putting them into your ~/Library/Frameworks 2016-03-30T23:52:10Z clop quit (Read error: Connection reset by peer) 2016-03-31T00:05:19Z fUD: phf: I got pulled away helping a developer here. Ok, I'll look at that as a last resort. 2016-03-31T00:28:15Z emaczen quit (Remote host closed the connection) 2016-03-31T00:28:30Z emaczen joined #ccl 2016-03-31T00:28:56Z emaczen quit (Remote host closed the connection) 2016-03-31T00:38:44Z ekinmur joined #ccl 2016-03-31T02:39:43Z ekinmur quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-31T03:33:28Z jdz quit (Ping timeout: 246 seconds) 2016-03-31T03:33:46Z jdz joined #ccl 2016-03-31T03:34:30Z billstclair quit (Ping timeout: 246 seconds) 2016-03-31T03:39:30Z billstclair joined #ccl 2016-03-31T04:49:45Z rme quit (Ping timeout: 184 seconds) 2016-03-31T04:51:41Z rme quit (Ping timeout: 248 seconds) 2016-03-31T04:57:31Z pobivan joined #ccl 2016-03-31T06:03:59Z akkad quit (Quit: Emacs must have died) 2016-03-31T08:42:20Z hydan quit (Remote host closed the connection) 2016-03-31T08:43:01Z hydan joined #ccl 2016-03-31T09:36:04Z hydan quit (Quit: hydan) 2016-03-31T09:49:47Z brucem quit (Changing host) 2016-03-31T09:49:47Z brucem joined #ccl 2016-03-31T10:55:31Z hhdave joined #ccl 2016-03-31T13:08:01Z ekinmur joined #ccl 2016-03-31T13:12:17Z ekinmur quit (Client Quit) 2016-03-31T13:14:10Z ekinmur joined #ccl 2016-03-31T13:22:10Z clop joined #ccl 2016-03-31T13:25:47Z rme joined #ccl 2016-03-31T14:34:29Z ekinmur quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-31T14:45:34Z ekinmur joined #ccl 2016-03-31T15:14:08Z ekinmur quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-31T15:16:04Z ekinmur joined #ccl 2016-03-31T16:44:32Z hhdave quit (Ping timeout: 268 seconds) 2016-03-31T17:24:33Z ekinmur quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-31T17:44:18Z hydan joined #ccl 2016-03-31T19:25:36Z pobivan quit (Quit: pobivan) 2016-03-31T22:37:13Z ekinmur joined #ccl 2016-03-31T23:07:13Z ekinmur quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-31T23:30:26Z dustinm` quit (K-Lined) 2016-03-31T23:34:20Z dustinm` joined #ccl