hi Paul,

seems like something is broken in the configure script. As a workaround do
not install monkey, just do configure and make in your normal user account,
e.g:

 $ cd ~
 $ cd monkey-1.3.0/
 $ ./configure && make

then run it

 $ bin/monkey

Another workaround is to use the debian/ubuntu packages:

   http://monkey-project.com/documentation/debian_ubuntu

You mentioned a hello example, is this regarding Duda I/O ?, if so let me
know to give you more detailed instructions,

best,




On Tue, Oct 22, 2013 at 10:15 AM, paul novack <[email protected]> wrote:

> I can't seem to get make install to work.
>
> I was trying to install and run the hello example on Ubuntu 12.04.  Seems
> there is a path missing?  What do I need to add to the ./configure to fix
> this?
>
> root@ub12-dev:/opt/monkey-1.3.0# make install
> make -C src all
> make[1]: Entering directory `/opt/monkey-1.3.0/src'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/opt/monkey-1.3.0/src'
> install -d /opt/monkey-1.3.0/bin
> install -d /opt/monkey-1.3.0/lib/pkgconfig
> install -d
> install: missing file operand
> Try `install --help' for more info
>
> _______________________________________________
> Monkey mailing list
> [email protected]
> http://lists.monkey-project.com/listinfo/monkey
>
>


-- 
Eduardo Silva
http://edsiper.linuxchile.cl
http://monkey-project.com
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to