@fniephaus requested changes on this pull request. In build.linux32ARMv6/squeak.cog.spur/plugins.ext: > @@ -16,3 +16,6 @@ XDisplayControlPlugin \ #BochsIA32Plugin \ #BochsX64Plugin \ #GdbARMPlugin +DESPlugin \ +MD5Plugin \ +SHA2Plugin \ Not sure these files are allowed to end with an — |
In reply to this post by David T Lewis
@smalltalking commented on this pull request. In build.linux32ARMv6/squeak.cog.spur/plugins.ext: > @@ -16,3 +16,6 @@ XDisplayControlPlugin \ #BochsIA32Plugin \ #BochsX64Plugin \ #GdbARMPlugin +DESPlugin \ +MD5Plugin \ +SHA2Plugin \ I wrote a script to rewrite this files en massse because there are so many of them. The script intentionally adds a backslash to the end of all non-comment lines because on linux it just works, and having the \ there has the benefit of easier addition of more lines in the future. On linux, the commented out lines did not cause any problems either. I don't know which program processes these files (and raised the error), but the 64-bit mac version is clearly different that the ones on linux and windows which both seem to accept comments in between lines and the last line ending with . — |
In reply to this post by David T Lewis
@smalltalking pushed 1 commit.
— |
In reply to this post by David T Lewis
@smalltalking commented on this pull request. In build.linux32ARMv6/squeak.cog.spur/plugins.ext: > @@ -16,3 +16,6 @@ XDisplayControlPlugin \ #BochsIA32Plugin \ #BochsX64Plugin \ #GdbARMPlugin +DESPlugin \ +MD5Plugin \ +SHA2Plugin \ Moving the comments to the end turned out to be enough to fix the errors on 64-bit mac. — |
In reply to this post by David T Lewis
Merged #513 into Cog. — |
Free forum by Nabble | Edit this page |