slenkar

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: trying to compile pyro app #15396

    slenkar
    Participant

    when i compile Ted it has the owner as ‘root’

    ubuntu says i am not the owner

    it opens when double clicked

    but cant launch other commands like wget.

    As soon as i start messing with the ownership or chmod Ted refuses to open anymore.

    As in the executable does nothing when double clicked or if i try to start Ted in the terminal absolutely nothing happens.

     

    I ran it with

    sudo “./Monkey2 (Linux)”

    it can do wget to download modules

    but still cant move files so emscripten still doesnt work

    in reply to: trying to compile pyro app #15395

    slenkar
    Participant

    where is the mx2 folder?

     

    I had a look but couldnt see it

    in reply to: How to get Pyro? #15388

    slenkar
    Participant

    thanks both of you

    in reply to: Monkey2 Build From Source Help #15383

    slenkar
    Participant

    got this error on linux:

     

    ./rebuildmx2cc.sh: 2: ./rebuildmx2cc.sh: source: not found

    EDIT-

    problem solved

    its Ubuntu, you have to do chmod x+u *

    to make all the .sh files executable

    then

    ./rebuildall.sh

    in reply to: Monkey2 Build From Source Help #14213

    slenkar
    Participant

    when compiling on linux i got:

    ./rebuildted2.sh

    ***** Rebuilding ted2 *****

    Mx2cc version 1.1.12

    ***** Making app ‘/home/slenkar/Downloads/monkey2/src/ted2/ted2.monkey2’ (linux release x64 gcc) *****

    Parsing…
    Semanting…
    /home/slenkar/Downloads/monkey2/src/ted2/scenedocument.monkey2 [47] : Error : Can’t find overload for ‘Render’ with argument types (mojo.graphics.Canvas,mojo3d.Camera)
    /home/slenkar/Downloads/monkey2/src/ted2/ted2.monkey2 [101] : Error : Can’t find overload for ‘new’ with argument types (std.collections.Map<monkey.types.String,monkey.types.String>)

    in reply to: Mserver on Windows 10 #8741

    slenkar
    Participant

    fire fox and chrome, mserver seems to crash when i type in the correct address (into the browser)

    also is the editor supposed to bring up the browser by itself, and insert the correct address ?

     

    this used to happen with monkey but not with monkey2

    in reply to: Native GUI #8475

    slenkar
    Participant

    MaxGUI seemed to be trying to create a unified interface for 3 different operating systems, even that was difficult .

    So a monkey2 native gui app would basically need different code for each platform.

    As you cant make a html5,iOS,android and windows button all appear in the same position at the same size without working on the module for a year or more.

    The responsibility for the different platforms should fall to the monkey user.

    The community would probably compile a list of tips n tricks to get simple things looking somewhat consistent across platforms.

    in reply to: 'Functional vs OO' :coding a GUI #8176

    slenkar
    Participant

    Thanks,  I have used Javascript promises, which seem to be the same as the

    dothis().thenthis()

    example you gave

    in reply to: 'Functional vs OO' :coding a GUI #8164

    slenkar
    Participant

    Thanks.

    , it’s not very readable I wonder if it is written like when someone writes in a way that is difficult to read in C.But it’s unnecessary.

    in reply to: 'Functional vs OO' :coding a GUI #8149

    slenkar
    Participant

    Functional as in Lisp etc.

    It’s getting popular so I’ve always wondered how things are done that way.

Viewing 10 posts - 1 through 10 (of 10 total)