help-octave
[Top][All Lists]
Advanced

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

Re: installing octave-forge on Mac OS X 10.3


From: Paul Kienzle
Subject: Re: installing octave-forge on Mac OS X 10.3
Date: Fri, 20 Feb 2004 00:20:24 -0500

The simple answer is that you need to modify
src/random/cl_random_from.cc replacing
        defined(__BEOS__)
with
        defined(__BEOS__) || defined(__MACH__)
in the two places where it occurs.

The build is proceeding smoothly after this change.

The better answer is to drop the first #if containing
__BEOS__ entirely, and replace the second with one
which checks for HAVE_GETTIMEOFDAY,
HAVE_FTIME, or HAVE_TIMES_CLOCK.

Paul Kienzle
address@hidden

On Feb 19, 2004, at 8:58 PM, Robert Kirchner wrote:

Octave-forge requires GiNaC, which in turn requires CLN (Class Library for Numbers). But when I try to compile CLN, I get the following errors:

base/random/cl_random_from.cc:98:2: #error "Must implement random_state constructor!"
make[3]: *** [cl_random_from.lo] Error 1
make[2]: *** [base/random.target] Error 2
make[1]: *** [base.target] Error 2
make: *** [all] Error 2

Any ideas of what's wrong or possible work-arounds?

Cheers,

Dr. Robert Kirchner, Linguistics Dept.
4-20 Assiniboia Hall, U. Alberta
Edmonton, AB T6G2E7
(780) 492-3480 (fax 492-0806)
address@hidden, http://www.ualberta.ca/~kirchner



-------------------------------------------------------------
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
-------------------------------------------------------------




-------------------------------------------------------------
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]