fractalide / fractalide-oz

Proof of concept
GNU Affero General Public License v3.0
12 stars 3 forks source link

Start up issues #73

Closed morpheusbeing closed 10 years ago

morpheusbeing commented 10 years ago

First compile, a few issues: on debian need to set OZHOME as ozc in /usr/bin/

Secondly, all compiled with no error messages. When I went to start with the .sh script:

./fractalide.sh

%**** % %\ Error: unhandled exception % %\ component_loading_error(1:editPanel 2:101|100|105|116|111|114|47|101|...|... error:component_loading_error(1:linkEdit 2:101|100|105|116|111|114|47|...|... error:component_loading_error(1:disp 2:101|100|105|116|111|114|...|... error:system(1:os(os fopen 2 'No such file or directory') debug:d(info:unit stack:entry('PC':~1265626200 column:~1 data:<P/3 OS.fopen> file:'' kind:call line:unit)|entry('PC':~1298938838 column:4 data:<P/4 CompatOpen> file:'/home/anthony/MozProj/mozart2/vm/boostenv/lib/OS.oz' kind:call line:366)|entry('PC':~1296408909 column:10 data:<P/2 File,init> file:'/home/anthony/MozProj/mozart2/lib/main/op/Open.oz' kind:call line:291)|entry(...)|...|...))))) %**--------------------------------------------------------------

some pointers here would be good please.

dmichiels commented 10 years ago

Hello, Just to be sure, have you compile with "make & make editor"? Can you verify that you have display.ozf in the ./components/ directory?

If yes, I will need more information to help you. Can you give me the complete directory hierarchy and all the files?

morpheusbeing commented 10 years ago

For some reason, setting OZHOME in .bashrc is not being read by the make commands, so I have added OZHOME=/usr to the Makefile and the fractalide.sh. Doing this allows the make commands to complete successfully, as well as start the editor.

I did notice that the editor window name is fractallide - double "l" not one "l".