← Back to team overview

ooc-dev team mailing list archive

Re: latest version is not working?

 

Use the latest bootstrap on github.

- ndd

----- Reply message -----
From: "Damian" <damian.pop@xxxxxxxxx>
To: "Ooc dev" <ooc-dev@xxxxxxxxxxxxxxxxxxx>
Subject: [Ooc-dev] latest version is not working?
Date: Fri, Mar 4, 2011 11:36 pm
I updated to the latest version and I get this error when building:
sdk/lang/Format.ooc:31:72 ERROR Invalid use of operator no-op between operands of type String and CString
    init: func(msg :CString) { message = "invalid format string! \"" + msg == null ? "" : msg toString() + "\"" }
                                                                       ~~~                                       [FAIL]