From bug-octave-request at bevo dot che dot wisc dot edu Wed Jan 22 18:21:22 2003 Subject: Re: Bug report: compiling problem for 2.1.43 From: "John W. Eaton" To: tgollnik at uni-bremen dot de Cc: bug-octave at bevo dot che dot wisc dot edu Date: Wed, 22 Jan 2003 18:21:17 -0600 On 23-Jan-2003, Tim Gollnik wrote: | I have similar problems, but if I try to compile with --with-blas=no I get a | very strange error when I try 'make'. In Makeconfig, line 284, there is the | following: | | # The -I flags to use for the mkoctfile script. | ifeq ($(includedir,/usr/include) | MKOCTFILE_INCFLAGS = \ | -I$(octincludedir) -I$(octincludedir)/octave | else | MKOCTFILE_INCFLAGS = \ | -I$(octincludedir) -I$(octincludedir)/octave -I$(includedir) | endif | | Obviously there's a ) missing. | | After replacing 'ifeq ($(includedir,/usr/include)' with | 'ifeq ($(includedir),/usr/include)' it seems to work. This problem was introduced in the CVS archive last night, I think. It should be fixed now. jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------