K. Frank
unread,Sep 13, 2011, 1:45:27 PM9/13/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.