discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode project to GNUstep GNUmakefile within ProjectCenter


From: Patrick Cardona
Subject: Re: XCode project to GNUstep GNUmakefile within ProjectCenter
Date: Wed, 08 Jul 2020 02:00:47 +0200
User-agent: GNUMail (Version 1.3.0)

Hi Gregory,

Thank You for the aknowledgement about tools-buildtool. I got it and installed 
it from Github, after libs-Xcode.
To test it, I tried to make "Bean.app" from the gap repo.
The app bundle was created as expected, but when I run it, a error arised :

'Bean will quit due to an unrecoverable error. Perhaps the app was renamed 
while Bean was running ?'
'Bean could not find MyDocument.nib'

Even the said missing file is quite there, in the English.lproj subfolder :

pi@raspberrypi:~/Fabrique/gap/ported-apps/Util/Bean $ tree 
build/Bean/Products/Bean.app/Resources/English.lproj/
build/Bean/Products/Bean.app/Resources/English.lproj/
├── Bean Help
├── Credits.rtf
├── InfoPlist.strings
├── Inspector.nib
├── LinkSheet.nib
├── Localizable.strings
├── MainMenu.nib
├── MarginSheet.nib
├── MyDocument.nib
└── ServicesMenu.strings

How I could enhance this behaviour ? maybe a step missing with buildtool ?


Cheers,
Patrick C.



On 2020-07-07 20:35:14 +0200 Gregory Casamento <greg.casamento@gmail.com> wrote:

> The best tool to use right now to build your project under GNUstep, if you
> don't want to make GNUmakefiles, is buildtool.  You will need to build the
> library in libs-xcode and the tool in tools-buildtool in order to install.
> It's beta right now, but it does a pretty good job of building almost any
> Xcode project.  It doesn't currently handle workspaces, but I am working on
> that.   The deprecated tool is pbxbuild, NOT buildtool so I am not sure
> where you thought you saw that.
> 
> 
> On Tue, Jul 7, 2020 at 1:45 PM Patrick Cardona via Discussion list for the
> GNUstep programming environment <discuss-gnustep@gnu.org> wrote:
> 
>> Hi All,
> 
>> I am looking for some Password manager, very simple, like Yapet (which
>> is ncurses) or Keepass but with the consistency and the guidelines of
>> a GNUstep/Openstep app.
> 
>> I found some targeted projects like these :
> 
>> - MiniKeePass
>> https://github.com/Letterus/MiniKeePass
> 
>> - myPassword
>> https://github.com/xcvista/myPassword
> 
>> But those are XCode projects, without GNUmakefile, and so I did not
>> find yet how  to convert an XCode project.
> 
>> I read docs on the Web about the apparently deprecated buildtool...
>> And it seems that ProjectManager could now read XCode projects and
>> generate the GNUmakefile, but I did not find the way to do it.
>> I tried a few things, like installing Xcode.framework, but this did
>> not add new actions in the ProjectCenter menu and when I try to open
>> an XCode project within PC, no file seems avaible to.
>> I a missing something, but could not find it by myself.
> 
>> P.S.: Do You know that the link supplied to "GNUstep Build Guide", i.e.
>> http://www.gnustep.net/Documentation/BuildGuide/develop.html from the
>> page
>> http://www.gnustep.org/experience/ProjectCenter.html#Documentation
>> is now targeted to a blog about gambling, with an obvious abuse of the
>> the name "gnustep" in its title... ?
> 
>> Cheers,
>> Patrick
> 
> 
> 
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]