Hi Gregory, On 2020-07-08 21:49:35 +0200 Gregory Casamento <[email protected]> wrote:
> Sometimes cocoa projects contain scripts which are run. It's possible that > message is coming from that. I haven't tested "install" in a while, so I > will need to take a look at it. Bean should run, but it is going to be > slow. The author made some pretty Cocoa specific changes (changes to > undocumented parts of the typesetter) which make it slow on GNUstep. As I can see, it does not run 'slowly', but fails to run... My attempt is not to use Bean, but just to learn how to use buildtool, and I chose Bean because it was in the gap, so I thought it should be easy to make... Obviously, it is not. Here is a debug report : Reading symbols from Bean.app/Bean...done. (gdb) run Starting program: /home/pi/GNUstep/Applications/Bean.app/Bean [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". 2020-07-08 22:12:26.269 Bean[2680:2680] styleoffsets ... guessing offsets 2020-07-08 22:12:26.286 Bean[2680:2680] styleoffsets ... guessing offsets 2020-07-08 22:12:26.715 Bean[2680:2680] Data passed to nib loading method is nil. 2020-07-08 22:12:26.715 Bean[2680:2680] Failed to load Nib 2020-07-08 22:12:26.729 Bean[2680:2680] Impossible de charger le fichier modèle principal 'MainMenu' 2020-07-08 22:12:26.787 Bean[2680:2680] Data passed to nib loading method is nil. 2020-07-08 22:12:26.787 Bean[2680:2680] Failed to load Nib 2020-07-08 22:12:26.790 Bean[2680:2680] Data passed to nib loading method is nil. 2020-07-08 22:12:26.790 Bean[2680:2680] Failed to load Nib 2020-07-08 22:12:26.791 Bean[2680:2680] Failed to load MyDocument.nib [Inferior 1 (process 2680) exited normally] So maybe Bean is not a good example to test and understand buildtool. Is there any other example well tested by the community I could try ? > > > On Wed, Jul 8, 2020 at 3:46 PM Patrick Cardona via Discussion list for the > GNUstep programming environment <[email protected]> wrote: > (...) Cheers, Patrick
