help-octave
[Top][All Lists]
Advanced

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

problem with LOADPATH


From: Ted Sariyski
Subject: problem with LOADPATH
Date: Fri, 28 Jun 2002 07:36:23 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3

Hi,

I upgrade octave from 2.0.16 to 2.1.9. When I compile octave-forge-2002.05.09 I get the following error:

make[2]make[2]: Entering directory `/u/zip/octave-forge/main/general'
mkoctfile -DHAVE_OCTAVE_21 -v deref.cc
c++ -c -fPIC -I/usr/local/include/octave-2.1.9/octave -I/usr/local/include -mieee-fp -fno-rtti -fno-exceptions -fno-implicit-templates -g -O2 -Wall -DHAVE_OCTAVE_21 deref.cc -o deref.o
deref.cc:2: octave/ov-cell.h: No such file or directory
make[2]: *** [deref.oct] Error 1
make[2]: Leaving directory `/u/zip/octave-forge/main/general'
make[1]: *** [general/] Error 2
make[1]: Leaving directory `/u/zip/octave-forge/main'
make: *** [all] Error 2

What do I miss?

The second problem I experience is with the environment variable OCTAVE_PATH. I have it set to
OCTAVE_PATH=:/u/tsariysk/m
and 2.0.16 have no problem to find my .m file in /u/tsariysk/m. In 2.1.9 LOADPATH is :

octave:1> LOADPATH
LOADPATH = :

How to include my .m files with 2.1.9?

Thanks,
Ted



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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