renozao / RcppOctave

Seamless Interface to Octave -- and Matlab code
17 stars 9 forks source link

Octave 4.0.0 breaks RccpOctave #5

Closed beew closed 9 years ago

beew commented 9 years ago

RcppOctave no longer install for Octave 4.0.0 Tried reinstall (from develop branch) and got the errors

Error : /tmp/Rtmpk5fzV0/devtools441847599d4d/renozao-RcppOctave-44ada3d/man/o_addpath.Rd:40: .onLoad failed in loadNamespace() for 'RcppOctave', details: call: FUN(X[[i]], ...) error: RcppOctave - error in Octave function octave_config_info: octave_config_info: invalid parameter 'CC_VERSION'

This appears to be due to change in Octave

" \ The following configuration variables were deprecated in Octave 3.8 and have been removed from Octave 4.0

  CC_VERSION  (now GCC_VERSION)
  CXX_VERSION (now GXX_VERSION)"

http://www.gnu.org/software/octave/NEWS-4.0.html