help-octave
[Top][All Lists]
Advanced

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

Re: Package installation issues


From: bzink
Subject: Re: Package installation issues
Date: Mon, 2 Jan 2012 15:43:48 -0800 (PST)

The following configuration change may correct the package installation errors you observe using the latest Windows binary edition of octave (v3.4.3).

Locate the file ...\share\octave\site\m\startup\octaverc (the dots represent the top path components of the octave directory structure) and make the following changes to that file

  1. Per the instructions in the file, uncomment the four lines starting with regexprep(prefix,'\\','/');
  2. change the line that reads
    setenv('CPPFLAGS',['-I',prefix_e,'/include']);
    to
    setenv('CPPFLAGS',['-I',prefix_e,'/include' '-I' ,prefix_e, '/include/octave-3.4.3']);

Good luck.



View this message in context: Re: Package installation issues
Sent from the Octave - General mailing list archive at Nabble.com.

reply via email to

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