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.

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

Reply via email to