Rebuild All error in 7.4.2 Topic is solved

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
easyw
Earned a small fee
Earned a small fee
Posts: 23
Joined: Tue Aug 04, 2009 9:21 am

Rebuild All error in 7.4.2

Post by easyw »

in Win 7 64bit (wxDevcpp v7.4.2.588) the Rebuild All button doesn't work correctly...
Compile Log output:
Compiler: Default GCC compiler
Building Makefile: "C:\wxprj\test\Makefile.win"
Executing make clean
del /Q "Objects\MingW\testApp.o" "Objects\MingW\testFrm.o" Objects\MingW\test_private.res "Output\MingW\test.exe"

zsh: command not found: del
mingw32-make.exe: *** [clean] Error 1

the strange thing is that in a similar PC with identical installation and profile, I cannot reproduce the error.

Thank you for helping,
Mau
tbreina
Moderator
Moderator
Posts: 1289
Joined: Thu Nov 25, 2004 7:38 pm
Location: Coronado, CA

Re: Rebuild All error in 7.4.2

Post by tbreina »

Your error says something about "zsh". Do you have MSys or another installation of MinGW on the computer? My thought is that some other command shell is capturing the commands (zsh). Otherwise, the 'del.exe' should be a perfectly acceptable windows shell command.

-Tony
Everybody's got something to hide except for me and my monkey.
easyw
Earned a small fee
Earned a small fee
Posts: 23
Joined: Tue Aug 04, 2009 9:21 am

Re: Rebuild All error in 7.4.2

Post by easyw »

thanks a lot!
I had a different make.exe in a PC path...
now everything works well
I did a portable version of wxDevcpp and I updated the portable version that is working with code completion @
http://sourceforge.net/projects/wxdsgn-portable/files/
hoping that could help in spreading the wxdevcpp fabulous IDE! :)
Mau
tbreina
Moderator
Moderator
Posts: 1289
Joined: Thu Nov 25, 2004 7:38 pm
Location: Coronado, CA

Re: Rebuild All error in 7.4.2

Post by tbreina »

Excellent. Thanks for spreading the news. It is a big help.

-Tony
Everybody's got something to hide except for me and my monkey.
Post Reply