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

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

[Octave-bug-tracker] [bug #32033] error: `fnmatch' undefined (octave-dev


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #32033] error: `fnmatch' undefined (octave-dev on MinGW)
Date: Sat, 08 Jan 2011 22:54:05 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101028 Iceweasel/3.5.15 (like Firefox/3.5.15)

Follow-up Comment #7, bug #32033 (project octave):

In the file you attached, I see


# 645 "../../../hg/octave-work/src/dirfns.cc"

 octave_value_list Fposix_fnmatch (const octave_value_list& args, int )


so in some header file that is included in dirfns.cc, there is apparently a


#define fnmatch posix_fnmatch


or something that has that effect.  You could work around the problem by
using


DEFUNX ("fnmatch", Ffnmatch, ...)


instead of 


DEFUN (fnmatch, ...)


but I would really like to know where this definition is coming from.  If it
is gnulib, then we should fix the problem instead of just covering it up.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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