octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #41027] config.h is too generic


From: anonymous
Subject: [Octave-bug-tracker] [bug #41027] config.h is too generic
Date: Sat, 19 Apr 2014 18:22:28 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

Follow-up Comment #11, bug #41027 (project octave):

Hello!
Has anyone made progress on this issue ?
It is becoming frustrating to not be able to compile modules using octave
headers.
The following patch against the current master at least removes the angled
brackets to allow the compilation before a proper solution is found.
Could it be applied, please :]


diff -r 900b524d9072 libinterp/corefcn/comment-list.h
--- a/libinterp/corefcn/comment-list.h  Sat Apr 19 09:28:20 2014 -0700
+++ b/libinterp/corefcn/comment-list.h  Sat Apr 19 20:12:54 2014 +0200
@@ -25,7 +25,7 @@
 
 #include <string>
 
-#include <base-list.h>
+#include "base-list.h"
 
 extern std::string get_comment_text (void);
 
diff -r 900b524d9072 libinterp/corefcn/oct.h
--- a/libinterp/corefcn/oct.h   Sat Apr 19 09:28:20 2014 -0700
+++ b/libinterp/corefcn/oct.h   Sat Apr 19 20:12:54 2014 +0200
@@ -28,7 +28,7 @@
 // config.h needs to be first because it includes #defines that can */
 // affect other header files.
 
-#include <config.h>
+#include "config.h"
 
 #include "Matrix.h"
 


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41027>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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