Hi,
I am new to Self and I downloaded the thing to run under OSX 10.04. When I try to execute the Demo.snap, I get the following exception
Self: fatal error: Can't read initial world from G4/0S9:Applications (Mac OS 9):Self:objects:Demo.snap! Could it be a prolem with the Carbon libs? Should I compile the source against the latest corbon release ?
Any help would be deeply appreciated.
Cheers ilyanov
I haven't used OSX myself, but this
Self: fatal error: Can't read initial world from G4/0S9:Applications (Mac OS 9):Self:objects:Demo.snap!
simply means that the Self program couldn't open the named file ("G4..snap") for reading.
Could it be a prolem with the Carbon libs? Should I compile the source against the latest corbon release ?
Before that, I would check to see if the file has read permission enabled for the user you are executing Self with.
There is a comment on the download page that you should use Carbon 1.1 with Mac OS X for Self 4.1.3
Good luck, -- Jecel
self-interest@lists.selflanguage.org