help-octave
[Top][All Lists]
Advanced

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

Re: [announce] Concurrent Modules for GNU Octave


From: Driss Ghaddab
Subject: Re: [announce] Concurrent Modules for GNU Octave
Date: Sun, 27 Feb 2005 21:06:58 +0100
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)

Hi Andrey,

Andrey Romanenko a écrit :
Thanks for the software. I would like to report a problem that I get when I try to compile the timer module. I' ve attached the output of the make process below. Thank you.
[...]
mkoctfile -c -v -I../src timer-object.cc -o timer-object.o -L../src/.libs -lcmo /usr/bin/g++ -c -fPIC -I/usr/include/octave-2.1.64 -I/usr/include/octave-2.1.64/octave -mieee-fp -O2 -I../src timer-object.cc -o timer-object.o timer-object.cc:76: sorry, unimplemented: use of `enumeral_type' in template type unification

It seems your compiler does not support it. After some googling, it looks like gcc 3.0 - 3.4.2 can't compile this code. 3.4.3 has a fix for that. (I'm using gcc 3.4.3).

I'll try to find out what exactly the problem is and find a workaround or a better implementation. All I know currently is that it is related to templates (I use them to create pointers to class member functions).

Cheers,

Driss



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