Author Topic: Compile issue on Desktop  (Read 4117 times)

Offline niteRider

  • PLUS+1 Developer
  • ***
  • Posts: 45
  • Karma: +3/-0
Compile issue on Desktop
« on: May 09, 2016, 05:10:23 PM »

When compiling a Display Project on my Desktop PC, GUIDE gives the following message (also attached) and then the compile fails.  I've gone through and verified Admin rights, Run as Admin, etc. but for some reason I am unable to fix it, despite multiple re-installs of GUIDE.  I copy the same Project over to my Laptop and it compiles no problem.  Desktop also has no problem compiling Controller Projects... only happens when I do a Display.

rename: not enough argumentsUsage: rename[options] <expression> ...


Anyone else seen this?  Not a huge deal, as I can just always do Display Projects on my Laptop, but it would be nice to not have to switch back and forth.

Offline ssutherington

  • PLUS+1 User
  • **
  • Posts: 5
  • Karma: +0/-0
Re: Compile issue on Desktop
« Reply #1 on: May 10, 2016, 08:09:29 AM »
This can happen if you have some other tools installed that are in the windows PATH.
We had the same issue when MinGW GCC was installed. Check the windows PATH for any folders that may contain another version of a RENAME tool.

Offline niteRider

  • PLUS+1 Developer
  • ***
  • Posts: 45
  • Karma: +3/-0
Re: Compile issue on Desktop
« Reply #2 on: May 10, 2016, 01:27:49 PM »
Thanks!  I was thinking along the lines of a Path problem, but a duplicate program didn't occur to me.