Название: QtSdk + Win7 + NCReport = ./bin/ncreport.lib: No such file or directory Отправлено: andybeg от Июнь 08, 2011, 21:12 взял ncreport-qt4-0.7.30-2.tar.gz , делаю по ману
>qmake проходит нормально >mingw32-make вылетает с ошибкой ./bin/ncreport.lib: No such file or directory дальше мысль останавливается Название: Re: QtSdk + Win7 + NCReport = ./bin/ncreport.lib: No such file or directory Отправлено: andybeg от Июнь 17, 2011, 08:01 ответ нашёл на форуме сорсфорча ncreport
Цитировать Is your compiler MinGW? just simply rename libncreport.a (It should be existed) to ncreport.lib and try to run compile of reportrunner. |