Do you happen to use MSYS?
Do you happen to use MSYS?
Even when I am tring to do mingw32-make on qt directory after configuration, I am getting compilation error. The problem is backward slash "\". Mingw expecting "/" for directory path.
I downloaded qt4.1.4 exe file for mingw version.
run exe file
configure -statis -debug -platform win32-g++
mingw32-make
"mingw32-make" giving error for windows commands in make file like "\" instead of "/".
Waiting for ur reply
Thanks
Jnana
Hi,
Yeah, I am using MSYS. I executed the exe file of qt 4.1 mingw one. I got one window for installing. After istallation, what should I do? Whether to use executables in bin dir or to configure and make the source code. If I am using qmake form bin directory, it is creating window style make file. However, mingw is expecting linux environment make file. Even if I am tring to compile the qt source code, it is also giving error as the makfiles are in window environment.
The way I am compiling qt source code is as follows
configure -static -debug -platform win32-g++
mingw32-make
If I am doing anything wrong, please guide me.
Waiting for ur reply.
Thanks
Jnana
Bookmarks