You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now make an empty file x.ooc. This is what happens when I then run make:
rock -v x.ooc
Parsing...
x/x.ooc:1:0 error Use not found in the ooc library path: sdk
To install ooc libraries, copy their directories to /usr/lib/ooc/
If you want to install libraries elsewhere, use the OOC_LIBS environment variable,
which is the path ooc will scan for .use files (in this case, sdk.use).
For more information, see http://ooc-lang.org/docs/tools/rock/usefiles/
-------------------
[FAIL]
make: *** [x] Error
The text was updated successfully, but these errors were encountered:
Create the following simple
Makefile
:x : rock -v x.ooc
Now make an empty file
x.ooc
. This is what happens when I then runmake
:The text was updated successfully, but these errors were encountered: