In the current version of Freecell's GNUmakefile,
Freecell_LOCALIZED_RESOURCE_FILES is missing an entry for the
Localizable.strings file. (The previous version did include
Localizable.strings, however, it also had an earlier entry that was
commented-out, which broke the line continuity of the file list, so
Localizable.strings didn't appear in Freecell_LOCALIZED_RESOURCE_FILES
in the old version either).
Try adding Localizable.strings to the
Freecell_LOCALIZED_RESOURCE_FILES list & see if that fixes the issue.
On Oct 5, 2017, at 5:42 PM, Stefan Bidigaray wrote:
I think I have a similar problem to German's. The change to the
makefile makes the application correctly, but then the menus do not
have any text and the cards are not displayed. I'm using gui and
back from GitHub, about 1 month old.
Free cell is a fun little game, so I look forward to this working.
On Oct 5, 2017 17:40, "Fred Kiefer" <fredkie...@gmx.de> wrote:
> Am 05.10.2017 um 20:59 schrieb Germán A. Arias <germanan...@gmx.es>:
>
>
> El jue, 05-10-2017 a las 17:53 +0200, Gürkan Myczko escribió:
>> Hello
>>
>> I was able to write a GNUmakefile to build Freecell.app for macOS,
>> however I'm missing
>> a link. Something with first responder maybe, or something in the
>> GNUmakefile?
>>
>> Any help or tip is welcome.
>>
>> https://github.com/alexmyczko/Freecell.app
>>
>> Thanks,
>
> Change your Makefile to look like this:
>
> Freecell_LOCALIZED_RESOURCE_FILES=\
> MainMenu.nib\
> Credits.html\
>
> However, after this change the app still don't work, because GNUstep
> can't read the nib file. The easy way to solve this, is provide the
> interface in a gorm file (ship both files in your app, the nib and
the
> gorm file). Use Gorm.app to create this file, GNUstep will search
for
> gorm file, if not present will try the nib file.
Strange, for me it is sufficient to make the suggested change in the
GNUmakefile. The NIB file then loads correctly.
Fred
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev