fractalide / fractalide-oz

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

Unhandled Exception #76

Closed sjmackenzie closed 9 years ago

sjmackenzie commented 9 years ago

[stewart@rivergod:~/dev/fractalide/fractalide]$ make
cd lib/ && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ..
cd components/ && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ..
cd components/QTk && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../..
cd components/QTk/canvas && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../..
cd components/gates && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../..
cd components/calculator && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../../
cd components/dnd/ && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../../
cd components/failure/ && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../../
cd components/stack/ && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../../
cd tests/ && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ..
cd components/editor && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../../
cd components/editor/link && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../../../
cd components/editor/component && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../../../
cd components/editor/uiObject && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../../../
cd components/editor/labelentry && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../../../
cd components/graph && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../../
cd components/mouse && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../../
cd components/editor/editPanel && /nix/store/h14pxpqp2sjb9069yh5jdnxrf4lmnz13-mozart-2.0.0/bin/ozc -c *.oz && cd ../../../

[stewart@rivergod:~/dev/fractalide/fractalide]$ ls
components  CONTRIBUTING.md  docs  fractalide.sh  launcher.oz  launcher.ozf  lib  LICENSE  logo.gif  Makefile  README.md  tests

[stewart@rivergod:~/dev/fractalide/fractalide]$ ./fractalide.sh 

%****************************************************************
%**
%** Error: unhandled exception
%**
%** component_not_loaded(error:system(1:os(os fopen 2 'No such file or directory') debug:d(info:unit stack:entry('PC':139693677094928 column:~1 data:<P/3 OS.fopen> file:'' kind:call line:unit)|entry('PC':139693790963156 column:4 data:<P/4 CompatOpen> file:'/home/anthony/MozProj/mozart2/vm/boostenv/lib/OS.oz' kind:call line:366)|entry('PC':139693791691781 column:10 data:<P/2 File,init> file:'/home/anthony/MozProj/mozart2/lib/main/op/Open.oz' kind:call line:291)|entry('PC':139693790290816 column:4 data:<P/3 New> file:'/home/anthony/MozProj/mozart2/lib/main/base/Object.oz' kind:call line:570)|entry('PC':139693791414786 column:4 data:<P/3 Load> file:'fractalide.oz' kind:call line:30)|entry(...)|...|...)) name:test type:'components/editor/editor.fbp')
%**--------------------------------------------------------------

[stewart@rivergod:~/dev/fractalide/fractalide]$ ozc -v
Mozart Compiler 2.0.0-alpha.0+build.4105.5c06ced (Tue, 2 Sep 2014 18:39:07 +0200) playing Oz 3

%******************** command line option error *****************
%**
%** no input files given
%**
%** Hint: Use --help to obtain usage information