Jacques,
I strongly suspect you have legacy compilers installed on your system
rather than those from Xcode 6's Command Line Tools. You would have...
% which cc
/usr/bin/cc
% cc -v
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread mo
Information about 10116 packages read in 4 seconds.
The following 2 packages will be installed or updated:
icon-naming-utils xfig
The following 2 additional packages will be installed:
xml-sax-expat-pm5182 xml-simple-pm5182
Default answer will be chosen in 60 seconds...
Do you want to continue? [
Alexander,
I find that using the change
-- java-oct.info.orig 2014-10-23 14:52:30.0 -0400
+++ java-oct.info 2014-10-23 15:02:08.0 -0400
@@ -40,6 +40,8 @@
CompileScript: <<
#!/bin/sh -ev
+export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home
+
pkgsrc
Alexander,
Building specfun-oct364-1.1.0-6 exposed one last thinko in the
octave-3.6.4 and octave-3.8.2 packaging on 10.0.
In file included from ellipj.cc:40:
In file included from /sw/include/octave-3.6.4/octave/oct.h:33:
In file included from /sw/include/octave-3.6.4/octave/Matrix.h:30:
That’s what was _supposed to happen_, but I missed pushing my changes to github
before tagging the release so nobody else got them.
version 0.3.2.1 actually does the right thing. Sorry about that.
On Oct 23, 2014, at 9:56 AM, Jack Howarth wrote:
> Alexander,
> Of course, the installed /sw
Alexander,
Of course, the installed /sw/bin/oct-cxx also needs to be changed from
case $osversion in
13)
COMPILER=/sw/var/lib/fink/path-prefix-libcxx/c++ ;;
to
case $osversion in
13|14)
COMPILER=/sw/var/lib/fink/path-prefix-libcxx/c++ ;;
Alexander,
This problem is due to the /sw/bin/oct-cc installed by the
current fink-octave-scripts
package having...
case $osversion in
1[123])
COMPILER=/sw/var/lib/fink/path-prefix-clang/cc ;;
instead of
case $osversion in
1[1234])
COMPILE
On 10/23/14, 7:32 AM, Jacques Bloch wrote:
> Error in fink update-all
>
> /checking for a BSD-compatible install... /sw/bin/ginstall -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /sw/bin/gmkdir -p
> checking for gawk... gawk
> checking whether make
Error in fink update-all
checking for a BSD-compatible install... /sw/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /sw/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested
On 10/23/14, 5:50 AM, Jacques Bloch wrote:
> I found a different solution, namely install "Java for OS X 2014-001" from
> http://support.apple.com/kb/DL1572, which somehow install a Mac version of
> Java 6. The "fink update-all" seems to proceed now.
>
> For some reason, which I do not understan
I found a different solution, namely install "Java for OS X 2014-001" from
http://support.apple.com/kb/DL1572, which somehow install a Mac version of Java
6. The "fink update-all" seems to proceed now.
For some reason, which I do not understand, the main java version on my system
is still the
On 10/23/14, 2:00 AM, Jacques Bloch wrote:
> When making a "fink update-all" I get:
>
> /Can't resolve dependency "system-java16-dev" for package
> "octave-3.8.2-1" (no matching packages/versions found)/
> /
> /
> I tried installing the latest java sdk (1.8.0_25) but still get this
> message, proba
When making a "fink update-all" I get:
Can't resolve dependency "system-java16-dev" for package "octave-3.8.2-1" (no
matching packages/versions found)
I tried installing the latest java sdk (1.8.0_25) but still get this message,
probably because octave want java 1.6 which does not exist on Yose
13 matches
Mail list logo