← Back to team overview

ooc-dev team mailing list archive

Re: latest version is not working?

 

Ok, that worked.
Also how can I build rock but not install it in the system. Since I will be
modifying the sources to test some things.
I'm trying this:
rock rock/rock -DROCK_BUILD_DATE="""" -DROCK_BUILD_TIME=""""
But it's not working.
Can you give me any advice of how to build/debug rock?

Thanks!

On Fri, Mar 4, 2011 at 8:04 PM, Amos Wenger <ndd@xxxxxxxxxx> wrote:

> 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]
>
>