Author Topic: 26.0.3.1: Can no longer build when ssh into another machine  (Read 4326 times)

rowbearto

  • Senior Community Member
  • Posts: 2347
  • Hero Points: 132
Re: 26.0.3.1: Can no longer build when ssh into another machine
« Reply #15 on: September 25, 2022, 04:25:12 PM »
I have attached my macros/compile.e file. I have loaded it multiple times and then tried loading my macro, but I still get the error.

Do I have the correct compile.e file?

I also tried erasing the vslick.sta file when slick was closed and restarted, still couldn't compile my macro file.
« Last Edit: September 27, 2022, 01:23:40 AM by rowbearto »

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 7094
  • Hero Points: 539
Re: 26.0.3.1: Can no longer build when ssh into another machine
« Reply #16 on: September 25, 2022, 05:00:50 PM »
Try putting your macro in the same directory as this correct compile.e and load it from there. This compile.e does look fine and compiles (matches v27 beta3 version).

rowbearto

  • Senior Community Member
  • Posts: 2347
  • Hero Points: 132
Re: 26.0.3.1: Can no longer build when ssh into another machine
« Reply #17 on: September 26, 2022, 01:07:01 PM »
When I put my macro in the same directory as compile.e, then my macro loads without error.

But with my macro in a different directory, my original one, I get the error.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 7094
  • Hero Points: 539
Re: 26.0.3.1: Can no longer build when ssh into another machine
« Reply #18 on: September 26, 2022, 03:22:36 PM »
SlickEdit macros references MANY macros. For example, compile.e references many other macros (#imports, #includes). The wrong version of a macro is being found. I have no idea which one. I suspect the directory which has your macro may have other macros in it which are the wrong version. It only takes one wrong/problematic macro.

rowbearto

  • Senior Community Member
  • Posts: 2347
  • Hero Points: 132
Re: 26.0.3.1: Can no longer build when ssh into another machine
« Reply #19 on: September 26, 2022, 03:27:27 PM »
Clark: Thanks for that pointer. Yes looks like there was another 'compile.e' in the same directory as my macro. It was dated Dec 15, 2021. I don't remember how it got there - I suspect for some past issue someone on SlickTeam provided me this compile.e with some fix and I completely forgot it was there.

After removing this compile.e in same directory as my macro I'm now able to load my macro without this error.

Thanks!