"make clean" on windows tries to use "rm"

900 views
Skip to first unread message

K. Frank

unread,
Sep 13, 2011, 1:45:27 PM9/13/11
to android-qt
Hi Group!

When I use qt creator to invoke "make clean" (e.g.,
"Build / Rebuild Project" or "Build / Clean Project"),
the makefile tries to invoke the unix command "rm".

On my windows system on which I've done an "ordinary"
install of necessitas, but not much else, I don't have "rm",
so make fails.

This is just a heads-up. It's not a problem for me, as for
my simple project, I can "clean" the project by hand.

My "Compile Output" appears below.

Best regards.


K. Frank


Running build steps for project test_1...
Starting: "make" clean -w
make: Entering directory `.../test_1-build-android'
rm -f moc_mainwindow.cpp
rm -f ui_mainwindow.h
'rm' is not recognized as an internal or external command,
operable program or batch file.
make: [compiler_moc_header_clean] Error 1 (ignored)
rm -f main.o mainwindow.o qtmain_android.o moc_mainwindow.o
rm -f *~ core *.core
make: Leaving directory `.../test_1-build-android'
'rm' is not recognized as an internal or external command,
operable program or batch file.
make: [compiler_uic_clean] Error 1 (ignored)
'rm' is not recognized as an internal or external command,
operable program or batch file.
make: [clean] Error 1 (ignored)
'rm' is not recognized as an internal or external command,
operable program or batch file.
make: [clean] Error 1 (ignored)
The process "make" exited normally.

mingw android

unread,
Sep 14, 2011, 3:03:22 AM9/14/11
to andro...@googlegroups.com

Thanks, tgis is already fixed in next version. For now delete the build dir.

Reply all
Reply to author
Forward
0 new messages