help-octave
[Top][All Lists]
Advanced

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

Header files not found


From: Dominique Orban
Subject: Header files not found
Date: Fri, 18 Jul 2014 23:00:45 -0400

Hi,

The Shogun toolbox is a library that offers an Octave interface. While trying to build that interface on OSX 10.8.5, clang 503 errored out, complaining that the header files base-list.h (included from comment-list.h) and config.h (included from oct.h) couldn't be found. The reason seems to be that angle brackets are used instead of double quotes in the #include macro. Changing the brackets to double quotes resolved the issue. Is this the right way to resolve the problem?

Here's a simple patch:
https://gist.github.com/a2540087112ba207d055

Cheers,

Dominique

reply via email to

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