help-octave
[Top][All Lists]
Advanced

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

Installing general package in OSX 10.9.5 (Mavericks)


From: aea1029
Subject: Installing general package in OSX 10.9.5 (Mavericks)
Date: Thu, 30 Oct 2014 18:03:13 -0700 (PDT)

Hello. I am trying to install image package in my recently installed GNU
Octave (v. 3.8.1). However it said that I need to install its dependencies
which I did: 


octave:1> pkg install -forge image 
error: the following dependencies were unsatisfied: 
   image needs signal >= 1.2.0 
 image needs general >= 1.3.0 
octave:1> pkg install -forge general 
In file included from SHA1.cc:19: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/../octave/oct.h:33: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/Matrix.h:30: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/mx-base.h:65: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/boolSparse.h:29: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/Sparse-op-defs.h:31: 
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/mx-inlines.cc:311:10:
fatal error: 
      'libcxx-fix.h' file not found 
#include "libcxx-fix.h" 
         ^ 
1 error generated. 
clang: error: no such file or directory: 'SHA1.o' 
In file included from mark_for_deletion.cc:16: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/../octave/oct.h:33: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/Matrix.h:30: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/mx-base.h:65: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/boolSparse.h:29: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/Sparse-op-defs.h:31: 
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/mx-inlines.cc:311:10:
fatal error: 
      'libcxx-fix.h' file not found 
#include "libcxx-fix.h" 
         ^ 
1 error generated. 
clang: error: no such file or directory: 'mark_for_deletion.o' 
In file included from packfields.cc:16: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/../octave/oct.h:33: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/Matrix.h:30: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/mx-base.h:65: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/boolSparse.h:29: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/Sparse-op-defs.h:31: 
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/mx-inlines.cc:311:10:
fatal error: 
      'libcxx-fix.h' file not found 
#include "libcxx-fix.h" 
         ^ 
1 error generated. 
clang: error: no such file or directory: 'packfields.o' 
In file included from unpackfields.cc:16: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/../octave/oct.h:33: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/Matrix.h:30: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/mx-base.h:65: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/boolSparse.h:29: 
In file included from
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/Sparse-op-defs.h:31: 
/usr/local/Cellar/octave/3.8.1/include/octave-3.8.1/octave/mx-inlines.cc:311:10:
fatal error: 
      'libcxx-fix.h' file not found 
#include "libcxx-fix.h" 
         ^ 
1 error generated. 
clang: error: no such file or directory: 'unpackfields.o' 
unable to open
/usr/local/Cellar/octave/3.8.1/share/octave/3.8.1/etc/macros.texi for
reading 
error: called from '__makeinfo__' in file
/usr/local/Cellar/octave/3.8.1/share/octave/3.8.1/m/help/__makeinfo__.m near
line 103, column 5 
error: called from: 
error:  
/usr/local/Cellar/octave/3.8.1/share/octave/3.8.1/m/pkg/private/install.m at
line 241, column 5 
error:   /usr/local/Cellar/octave/3.8.1/share/octave/3.8.1/m/pkg/pkg.m at
line 394, column 9 

I actually tried other packages and it gave me the same file that was not
found. Answers are very much appreciated. Thank you very much!



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Installing-general-package-in-OSX-10-9-5-Mavericks-tp4667166.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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