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" <[email protected]> wrote: > > > Am 05.10.2017 um 20:59 schrieb Germán A. Arias <[email protected]>: > > > > > > 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 > [email protected] > https://lists.gnu.org/mailman/listinfo/gnustep-dev >
_______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
