Re: [fluid-dev] pkgconfig not found

2017-11-17 Thread David Back
Tom C:\MinGW32 is the correct case sensitive path, the reason for the discrepancy you foundis that I typed "dir c:\mingw32 > dir.txt" when I made the dir.txt file knowing that Windows didnot care about the case. It has printed what I typed in the file and not the actual real path. As far as I kn

Re: [fluid-dev] pkgconfig not found

2017-11-17 Thread Tom M.
Ok, your environment looks good so far. The only thing that strikes me is that your %PATH% contains C:\MinGW32 but according to `dir` it should be c:\mingw32. I know dirs are case insensitive on win, but I vaguely remeber to once have used unix software on windows that enforced case sensitivity.