[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: errors in installing package miscellaneous
From: |
marco atzeri |
Subject: |
Re: errors in installing package miscellaneous |
Date: |
Sun, 24 Feb 2013 08:15:00 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 |
On 2/24/2013 2:22 AM, ishi soichi wrote:
Octave3.6.4
Installing a package called miscellaneous gives errors.
Can anyone tell me why?
soichi
octave> pkg install -forge miscellaneous
In file included from cell2cell.cc:16:
In file included from
/usr/local/Cellar/octave/3.6.4/include/octave-3.6.4/octave/../octave/oct.h:36:
Hi Ishi,
1) your system ?
2) have you tried to download miscellaneous-1.2.0.tar.gz
and run "pkg -verbose install miscellaneous-1.2.0.tar.gz" ?
I just built and package it for cygwin and I had no problem at all:
---------------------------------------------------------------------
pkg ('install', '-noauto', '-global', '-verbose',
'miscellaneous-1.2.0.tar.gz')
mkdir (/tmp/oct-28c1e0.1)
untar (miscellaneous-1.2.0.tar.gz, /tmp/oct-28c1e0.1)
make: Entering directory `/tmp/oct-28c1e0.1/miscellaneous/src'
mkoctfile -Wall text_waitbar.cc
mkoctfile -Wall partarray.cc
mkoctfile -Wall sample.cc
mkoctfile -Wall partint.cc
mkoctfile -Wall cell2cell.cc
make: Leaving directory `/tmp/oct-28c1e0.1/miscellaneous/src'
copyfile /tmp/oct-28c1e0.1/miscellaneous/src/cell2cell.oct
/tmp/oct-28c1e0.1/miscellaneous/src/partarray.oct
/tmp/oct-28c1e0.1/miscellaneous/src/partint.oct
/tmp/oct-28c1e0.1/miscellaneous/src/sample.oct
/tmp/oct-28c1e0.1/miscellaneous/src/text_waitbar.oct
/tmp/oct-28c1e0.1/miscellaneous/inst/i686-pc-cygwin-api-v48+
For information about changes from previous versions of the
miscellaneous package, run 'news ("miscellaneous")'.
-------------------------------------------------------------
Regards
Marco