help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Package installation trouble


From: Tatsuro MATSUOKA
Subject: Re: Package installation trouble
Date: Fri, 19 Jun 2015 14:01:24 +0900 (JST)

----- Original Message -----
>From: Vinicio Serment Moreno 
>To: help 
>Date: 2015/6/19, Fri 04:00
>Subject: Package installation trouble
> 
>
>Greetings, my name is Vinicio and I am a new Octave user.
>
>
>I just installed the newly released version 4.0.0 running on Windows 8.1, 
>although I have trouble installing any package via sourceforge (-forge) or by 
>downloading the file to my computer. 
>
>
>I had tried to install the "struct" and "odepkg" both ways, and every time I 
>get this final message:
>
>
>"pkg: error running `make' for the odepkg package.
>error: called from 'configure_make' in file 
>C:\Octave\Octave-4.0.0\share\octave\4.0.0\m\pk
>g\private\configure_make.m near line 96, column 9"
>
>
>I also read this newly released version of Octave has some Windows 
>incompatibilities. Is this installation problem one of the incompatibilities 
>mentioned?
>
>
>Thanks for your help


I have installed octave-4.0.0 for windows to two win7 64 bit PCs and two win 
8.1 64 bit PCs.

I have installed octave-forge packages using 
C:\Octave\Octave-4.0.0\src\build_packages.m
after some modification of small flaws.

The version numbers of general and signal package are corrected to 2.0.0 and 
1.3.2, respectively.
And commented out to install io package because io package tar.gz file is 
corrupt in 
C:\Octave\Octave-4.0.0\src.

>From
try_install io-2.2.7.tar.gz
to 
#try_install io-2.2.7.tar.gz


Then I executed
 >> cd C:\Octave\Octave-4.0.0\src
 >> build_packages
 >> pkg install -forge io

Octave forge packages could be installed 
in the four PCs (two win 7, two win 8.1)in my lab.

 
BTW, how did you try to install "struct" and "odepkg" package?

>> pkg install -forge struct
>> pkg install -forge odepkg

If you use the above, your fails are funny.

Try

>> pkg install -forge -verbose odepkg

and see what is happening for your case in detail
and report results on this ML.

Tatsuro 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]