kibsoft / QtMEL

Qt Media Encoding Library
GNU Lesser General Public License v2.1
67 stars 16 forks source link

Problems building QtMEL #20

Closed zWaR closed 10 years ago

zWaR commented 10 years ago

Hi,

I got problems when building QtMEL on windows. Using build.bat I get the following errors:

mingw32-make -f Makefile.Release all mingw32-make[1]: Entering directory 'c:/Programming/Qt/kibsoft-QtMEL-e170fa8' Makefile.Release:107: * missing separator. Stop. mingw32-make[1]: Leaving directory 'c:/Programming/Qt/kibsoft-QtMEL-e170fa8' makefile:40: recipe for target 'release-all' failed mingw32-make: * [release-all] Error 2

Any Ideas?

kibsoft commented 10 years ago

Hello,

Seems that broken Makefile. Did you try to build it using Qt Creator?

zWaR commented 10 years ago

Excellent, that worked :)

Thank you!