-
Notifications
You must be signed in to change notification settings - Fork 39
Rock cannot find sdk when run from make #1001
Open
Description
Create the following simple Makefile:
x :
rock -v x.oocNow 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
Activity
Metadata
Metadata
Assignees
Labels
No labels