getting some errors with 10.99 master(windows), last time it was fine to compile(2 weeks ago..)
./configure: line 16350: PKG_PROG_PKG_CONFIG: command not found
./configure: line 21247: syntax error near unexpected token `QTPLATFORM,'
./configure: line 21247: ` PKG_CHECK_MODULES(QTPLATFORM, Qt5PlatformSuppo
rt, QT_LIBS="$QTPLATFORM_LIBS $QT_LIBS")'
solution, roll back:
Remove custom pkg.m4 script.
master (#5688)
It seems it would probably be a better option to install pkg-config:
http://sourceforge.net/projects/pkgconfiglite/files/0.28-1/pkg-config-lite-0.28-1.tar.gz/downloadconfigure --prefix=/usr && make && make install
I was unable to make autoreconf include m4 files from folders other than /usr/share/aclocal, so I configured it to be installed to /usr.
i had pkg installed earlier as i did it with gpuminer. (copy paste bin/share folders)
now installed pkg again as you told above and now there is one error line less..
but still this:
./configure: line 21247: syntax error near unexpected token `QTPLATFORM,'
./configure: line 21247: ` PKG_CHECK_MODULES(QTPLATFORM, Qt5PlatformSuppo
rt, QT_LIBS="$QTPLATFORM_LIBS $QT_LIBS")'
edit, solved
to mingw32 folder:
************************
** Install pkg-config **
************************
1. Visit
http://www.gtk.org/download/win32.php2. Search for a version of pkg-config that includes both the Tool and Dev downloads
3. Click and download both the Tool link and the Dev link
4. Open the pkg-config zip file and extract the bin folder to C:\mingw32
5. Open the pkg-config-dev zip file and extract the share folder to C:\mingw32