help-octave
[Top][All Lists]
Advanced

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

Build issue with lssa-0.1.2 on OS X 10.9.


From: Alexander Hansen
Subject: Build issue with lssa-0.1.2 on OS X 10.9.
Date: Tue, 26 Nov 2013 12:16:17 -0800
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

Octave-3.6.4 on OS X 10.9. The compiler is Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)

Before I file a formal bug report on Savannah, I wanted to see if this is a known issue and/or has a known workaround:

octave:1> pkg -verbose install -forge lssa
mkdir (/var/tmp/oct-xSvcYU)
untar (/sw/fink/lssa-0.1.2.tar.gz, /var/tmp/oct-xSvcYU)
fastlscomplex.cc:65:9: warning: add explicit braces to avoid dangling else
      [-Wdangling-else]
        else
        ^
fastlscomplex.cc:375:68: error: expression is not assignable
record_current->power_series[p].real() -= h.imag();
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
fastlscomplex.cc:376:68: error: expression is not assignable
record_current->power_series[p].imag() += h.real();
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
fastlscomplex.cc:389:68: error: expression is not assignable
record_current->power_series[p].real() -= h.imag();
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
fastlscomplex.cc:390:68: error: expression is not assignable
record_current->power_series[p].imag() += h.real();
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
fastlscomplex.cc:425:74: error: expression is not assignable
  ...record_current->power_series[p].real() -= h.imag();
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
fastlscomplex.cc:426:74: error: expression is not assignable
  ...record_current->power_series[p].imag() += h.real();
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
fastlscomplex.cc:439:74: error: expression is not assignable
  ...record_current->power_series[p].real() -= h.imag();
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
fastlscomplex.cc:440:74: error: expression is not assignable
  ...record_current->power_series[p].imag() += h.real();
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
fastlscomplex.cc:470:71: error: expression is not assignable
                                  record_next->power_series[q].real() -...
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
fastlscomplex.cc:471:71: error: expression is not assignable
                                  record_next->power_series[q].imag() +...
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
fastlscomplex.cc:484:71: error: expression is not assignable
                                  record_next->power_series[q].real() -...
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
fastlscomplex.cc:485:71: error: expression is not assignable
                                  record_next->power_series[q].imag() +...
                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
1 warning and 12 errors generated.
make: *** [fastlscomplex.oct] Error 1
'make' returned the following error: /sw/bin/mkoctfile-3.6.4 fastlscomplex.cc error: called from 'pkg>configure_make' in file /sw/share/octave/3.6.4/m/pkg/pkg.m near line 1385, column 9
error: called from:
error:   /sw/share/octave/3.6.4/m/pkg/pkg.m at line 827, column 5
error:   /sw/share/octave/3.6.4/m/pkg/pkg.m at line 383, column 9
octave:1>

--
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/


reply via email to

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