|
From: Eli Z. <el...@gn...> - 2015-03-15 17:38:14
|
> Date: Sat, 14 Mar 2015 21:11:09 -0400 > From: Jacob Hartmann <sho...@gm...> > > So the new issue here is that "fnmatch.h" doesn't exist. From what I remember, > this isn't included in Mingw, but this project needs it at this point. The code > and our detailed troubleshooting can be found at the pull request and the > forum. Keep in mind that all of this is to fix the original problem, wfindnext. > > The PR is here: > https://bitbucket.org/cegui/cegui/pull-request/147/crash-on-build/diff > > The CEGUI developer hasn't really got a clue on what is wrong, and neither do > I. Any help or information that you can give would be appreciated. > Additionally, if you want me to copy what we said in the forum and PR for any > reason, just let me know and I will do it. Thank you in advance! Not sure what you expect, exactly. MinGW lacks fnmatch.h and the functions/macros declared there. If you really need them, you will have to roll your own, or steal sources from some freely available library. Does that answer your question? |