[Camino-users] instal fail on windows 7

Philip A Cook cookpa at mail.med.upenn.edu
Wed Oct 19 10:06:17 PDT 2016


Hi,

You don't execute the makefile, you need to use make. If you type

make -h

it should display usage. That means you have make installed. If not, you need to install it. 

Then you cd to camino and type

  make

it will then process the Makefile in the current directory.

Then you should be good to go


> On Oct 18, 2016, at 9:35 PM, Roger Bourne <roger.bourne at sydney.edu.au> wrote:
> 
> Hi All,
>  
> I have installed cygwyn and java and then copied camino files into C:\cygwin\home\camino
> I added the PATH changes as suggested by adding
> export MANPATH=/home/camino/man/man1:$MANPATH
> export PATH=/home/camino/bin:$PATH
> export PATH=/home/camino/apps:$PATH
>  
> to end of my .bashrc
>  
> $ echo $PATH
> /home/camino/apps:/home/camino/bin:/usr/local/bin:/usr/bin:/cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/Program Files (x86)/Java/jdk1.8.0_101/bin: …………………… 
>  
> The compile fails:
>  
> rbourne at F3J3G12 /home/camino
> $ ./Makefile
> ./Makefile: line 6: all:: command not found
> ./Makefile: line 9: allclasses::: command not found
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> ./Makefile: line 12: AddNoise:: command not found
> ./Makefile: line 13: apps/AddNoise.class:: No such file or directory
> ./Makefile: line 16: AnalyzeHeader:: command not found
> ./Makefile: line 17: imaging/AnalyzeHeader.class:: No such file or directory
>  
>  
> This is my second attempt to install camino.
> The first attempt compiled OK but on trying to run camino I got:
>  
> Error: Could not find or load main class apps.Entrypoint
>  
> even though the folder containing Entrypoint was on the path.
>  
> Thanks
> Roger
>  
> Dr Roger Bourne 
> THE UNIVERSITY OF SYDNEY
> 
>  
> _______________________________________________
> Camino-users mailing list
> Camino-users at www.nitrc.org
> http://www.nitrc.org/mailman/listinfo/camino-users



More information about the Camino-users mailing list