octave-maintainers
[Top][All Lists]
Advanced

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

2.9.9+ problems on OSX


From: John W. Eaton
Subject: 2.9.9+ problems on OSX
Date: Sun, 29 Oct 2006 10:23:52 -0500

On 29-Oct-2006, John Swensen wrote:

| I tried my weekly build of the most recent CVS on OSX and got strange
| results.  Octave built fine, but when I tried to compile my IDE, I got
| the following error.
| 
| /sw/opt/octave-2.9.9+/include/octave-2.9.9+/octave/config.h:1016:25:
| error: oct-dlldefs.h: No such file or directory

| I think is may be because this oct-dlldefs.h file was added, but not
| copied to the install directory during a 'make install'.  I see the file
| in octave/libcruft/misc, but it isn't in include/octave-2.9.9+/octave.
| Is this the problem or are there other suggestions?

The oct-dlldefs.h file should be installed.  I think the following
patch will fix the problem.

Thanks,

jwe


libcruft/ChangeLog:

2006-10-29  John W. Eaton  <address@hidden>

        * misc/Makefile.in (SPECIAL_INCLUDE): Add oct-dlldefs.h to the list.


Index: libcruft/misc/Makefile.in
===================================================================
RCS file: /cvs/octave/libcruft/misc/Makefile.in,v
retrieving revision 1.32
diff -u -u -r1.32 Makefile.in
--- libcruft/misc/Makefile.in   18 Oct 2006 02:02:36 -0000      1.32
+++ libcruft/misc/Makefile.in   29 Oct 2006 15:21:26 -0000
@@ -17,7 +17,7 @@
 DEP_1 := $(patsubst %.c, %.d, $(SPECIAL_SRC))
 MAKEDEPS := $(patsubst %.cc, %.d, $(DEP_1))
 
-SPECIAL_INCLUDE := f77-fcn.h lo-error.h quit.h
+SPECIAL_INCLUDE := f77-fcn.h lo-error.h oct-dlldefs.h quit.h
 
 SPECIAL:= d1mach-tst.for $(SPECIAL_SRC) $(SPECIAL_INCLUDE)
 

reply via email to

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