Author Topic: PI1.8-1071 Process Icons from MakefileGenerator MD5 checksum  (Read 3150 times)

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Hi,
Process Icons saved in Linux cannot be executed in Windows.
And saved in Windows can't be executed in Linux.

Code: [Select]
Source code MD5 checksum mismatch: Expected
9819d81627fcd2541b9994c6c770d0f3, got daef20eeb364f46c68f464ce164407ac

Best regards,
Nikolay.

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: PI1.8-1071 Process Icons from MakefileGenerator MD5 checksum
« Reply #1 on: 2013 December 19 00:29:49 »
Hi Nikolay,

This is not a bug. The MakefileGenerator script is quite platform-dependent, so the executed code varies from Windows to Linux/FreeBSD or Mac OS X. Hence, the checksum is not the same in each case. Simply clear the MD5 checksum on the Script tool, and it will allow you to execute the icon without problems.

On a side note, why do you need to run MakefileGenerator on different platforms? The generated makefiles and project files will be the same, so in principle you only need to execute it once.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline NKV

  • PTeam Member
  • PixInsight Guru
  • ****
  • Posts: 677
Re: PI1.8-1071 Process Icons from MakefileGenerator MD5 checksum
« Reply #2 on: 2013 December 19 23:12:57 »
OK, This is not a bug.

why do you need to run MakefileGenerator on different platforms? The generated makefiles and project files will be the same, so in principle you only need to execute it once.
The project located in folder of Linux host , but accessed in Windows via virtual drive. So different OS >> different project directory path.