On Aug 30, 2010, at 5:50 AM, nitralime wrote:

> Hi folks!
> 
> I have tried to deploy the following simple "hello" vocabulary:
> 
> --8<--------------------- hello.factor ---------------------
> 
> USING: io ;
> IN: hello
> 
> : say-hello ( -- ) "Hello world!" print ;
> 
> MAIN: say-hello
> 
> --8<--------------------------------------------------------
> 
> Here is what I have done:
> 
> ------------------------------------------------------------
> USE: tools.scaffold
> "/home/nik/work/factor" add-vocab-root
> "/home/nik/work/factor" "hello" scaffold-vocab
> USE: "hello"
> "hello" reload
> USE: ui.tools.deploy
> "hello" deploy-tool
> ------------------------------------------------------------
> 
> and got the following error message:
> 
> --------------------------------------------
> Unix system call “mkdir” failed:
> Permission denied (13)
> It was called with the following arguments:
> "/usr/lib/factor/hello"
> 511
> --------------------------------------------
> 
> which is no problem by itself because I don't have
> the write permission. Apart from that I don't want
> to mess up the software installation directory.
> The question is now how I can set the "base" directory
> for deployment. Obviously, the installation directory 
> "/usr/lib/factor" (on my Archlinux) is used as 
> default "base" directory.

Currently this isn't possible, but we should definitely add that feature now 
that people are starting to use binary distributions.

-Joe

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to