On Fri, Jun 20, 2008 at 9:25 AM, Michael Goffioul
<[EMAIL PROTECTED]> wrote:
> On Fri, Jun 20, 2008 at 7:12 AM, Jaroslav Hajek <[EMAIL PROTECTED]> wrote:
>>> Nowadays it's common of course to use include guards and have each header
>>> file include the ones it needs. I was surprised the octave header files
>>> don't work that way.
>>
>> They do. Sometimes the dependency is avoided by using forward class
>> declarations. Nevertheless, the error messages you've shown don't look
>> like that kind of problem.
>
> Given the fact that MatrixType.h does not include anything and that the
> compiler choked on "octave_idx_type" identifier, it does look like a problem
> of missing include statement.
>
> Michael.
>
A correct deduction, apparently. Attached is a trivial fix.
--
RNDr. Jaroslav Hajek
computing expert
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev