ixilang icon indicating copy to clipboard operation
ixilang copied to clipboard

Trouble Compiling Classes

Open DarienBrito opened this issue 11 years ago • 5 comments

Hello!

I found an issue when I try to compile the classes with SuperCollider v3.6. I get a mistake that prevents me from booting the servers...

The error says "message "at" not understood". The SC Frameworks work fine… so is there something I can do to prevent this mistake in the SC compiler?

Many thanks.

DarienBrito avatar May 02 '14 19:05 DarienBrito

Same problem here!

djcerbero avatar Oct 04 '14 12:10 djcerbero

ixi lang does not work on SC 3.6+. The move to Qt means that temporarily the Document support is not the same as it was, and all evaluateSelection, etc. won't work

thormagnusson avatar Dec 02 '14 19:12 thormagnusson

Hi Thor & all, I ran into a similar compatibility error, too (see below). Might it make sense to include the compatibility to SC3.5 and lower in the ReadMe file? So people (like me) are made aware that it would not work with newer version. At least something like "SuperCollider is here: http://supercollider.sourceforge.net/downloads/" Add: You need to download SC version 3.5 ...

regards, jonas

MBP with OSX 10.10.5 and SC version 3.7 alpha-1 PS: here is my error dump: [ a XiiLang ] MIDI Sources: MIDI Destinations: ERROR: Message 'cocoa' not understood. RECEIVER: class QtGUI (0x11ec2d140) { instance variables [19] name : Symbol 'QtGUI' nextclass : instance of Meta_QuadC (0x11dd05680, size=19, set=5) superclass : Symbol 'Object' subclasses : nil methods : nil instVarNames : nil classVarNames : instance of SymbolArray (0x11ec2d2c0, size=1, set=2) iprototype : nil cprototype : instance of Array (0x11ec2d380, size=1, set=2) constNames : nil constValues : nil instanceFormat : Integer 0 instanceFlags : Integer 0 classIndex : Integer 249 classFlags : Integer 0 maxSubclassIndex : Integer 249 filenameSymbol : Symbol '/Applications/SuperCollider 3.7/[email protected]/Contents/Resources/SCClassLibrary/Common/GUI/Base/QtGUI.sc' charPos : Integer 0 classVarIndex : Integer 606 } ARGS: CALL STACK: DoesNotUnderstandError:reportError 0x1266a8df8 arg this = <instance of DoesNotUnderstandError> Nil:handleError 0x126774e28 arg this = nil arg error = <instance of DoesNotUnderstandError> Thread:handleError 0x11f8f7d78 arg this = <instance of Thread> arg error = <instance of DoesNotUnderstandError> Object:throw 0x11f8f3e38 arg this = <instance of DoesNotUnderstandError> Object:doesNotUnderstand 0x1267766e8 arg this = <instance of Meta_QtGUI> arg selector = 'cocoa' arg args = [*0] XiiLang:envirSetup 0x12378cb98 arg this = <instance of XiiLang> arg txt = false arg newdoc = false arg project = "default" XiiLang:initXiiLang 0x1239935f8 arg this = <instance of XiiLang> arg project = "default" arg keyarg = "C" arg txt = false arg newdoc = false arg lang = nil arg dicts = nil arg score = nil Interpreter:interpretPrintCmdLine 0x123718eb8 arg this = <instance of Interpreter> var res = nil var func = <instance of Function> var code = "XiiLang()" var doc = nil var ideClass = <instance of Meta_ScIDE> Process:interpretPrintCmdLine 0x11f8e9a98 arg this = <instance of Main> ^^ The preceding error dump is for ERROR: Message 'cocoa' not understood. RECEIVER: QtGUI

monodread avatar Nov 30 '15 13:11 monodread

I jus got this message after follow all the steps: The preceding error dump is for ERROR: Message 'cocoa' not understood. RECEIVER: QtGUI how can I fix it?

pandax54 avatar May 01 '19 02:05 pandax54

duplicate of issue https://github.com/thormagnusson/ixilang/issues/3

federicobriata avatar Apr 05 '20 17:04 federicobriata