Hi, Although Gorm seems to be working fine, I'm having problems with ProjectCenter. Looking for advice.
From master: I can successfully build ProjectCenter from master on the repo, but when I run it I get multiple errors about NIBs not being loaded, NSDocumentClasses not being found, and no editor appears. On the bright side, the template application gets created and I can open the .gorm file with Gorm. But I can't get back to ProjectCenter to add new controllers, etc. Does anyone know how to solve these NIB errors? See messages below[1]. From release: I cannot build the release version of ProjectCenter 0.6.2 (2014) from http://ftpmain.gnustep.org/pub/gnustep/dev-apps/ProjectCenter-0.6.2.tar.gz -- I get an odd error during compilation, see below[2]. Patryk [1] Runtime errors while running ProjectCenter from master: (base) patryk@wax:~/gnustep-build/ubuntu-19.04-clang-8.0-runtime-2.0/GNUstep-build/apps-projectcenter$ openapp ProjectCenter 2019-12-29 00:35:39.628 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:35:39.644 ProjectCenter[10666:10666] final candidate path is: /usr/local/bin/gdb 2019-12-29 00:35:39.644 ProjectCenter[10666:10666] final candidate path is: /usr/bin/gdb 2019-12-29 00:35:39.644 ProjectCenter[10666:10666] Debugger tool found: /usr/bin/gdb 2019-12-29 00:35:39.646 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:35:39.651 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:35:39.663 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:35:39.670 ProjectCenter[10666:10666] final candidate path is: /usr/local/bin/gmake 2019-12-29 00:35:39.670 ProjectCenter[10666:10666] final candidate path is: /usr/bin/gmake 2019-12-29 00:35:39.670 ProjectCenter[10666:10666] final candidate path is: /usr/local/bin/make 2019-12-29 00:35:39.670 ProjectCenter[10666:10666] final candidate path is: /usr/bin/make 2019-12-29 00:35:39.670 ProjectCenter[10666:10666] Build tool found: /usr/bin/make 2019-12-29 00:35:39.671 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:35:39.702 ProjectCenter[10666:10666] NSDocumentClass PCProjectDocument not found 2019-12-29 00:35:39.703 ProjectCenter[10666:10666] NSDocumentClass PCProjectDocument not found 2019-12-29 00:35:39.703 ProjectCenter[10666:10666] NSDocumentClass PCClassDocument not found 2019-12-29 00:35:39.703 ProjectCenter[10666:10666] NSDocumentClass PCClassDocument not found 2019-12-29 00:35:39.703 ProjectCenter[10666:10666] NSDocumentClass PCHeaderDocument not found 2019-12-29 00:35:39.703 ProjectCenter[10666:10666] NSDocumentClass PCCDocument not found 2019-12-29 00:35:56.979 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:36:00.778 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:36:00.779 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:36:00.779 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:36:00.781 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:37:09.013 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:37:11.689 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:37:11.689 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:37:11.690 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:37:11.691 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:37:28.728 ProjectCenter[10666:10666] PCLogController[init]: error loading NIB file! 2019-12-29 00:37:29.011 GWorkspace[10745:10745] File NSData.m: 287. In BOOL readContentsOfFile(NSString *, void **, off_t *, NSZone *) Open ((null)) attempt failed - bad path 2019-12-29 00:37:29.014 GWorkspace[10745:10745] File NSData.m: 287. In BOOL readContentsOfFile(NSString *, void **, off_t *, NSZone *) Open ((null)) attempt failed - bad path 2019-12-29 00:37:29.017 GWorkspace[10745:10745] File NSData.m: 287. In BOOL readContentsOfFile(NSString *, void **, off_t *, NSZone *) Open ((null)) attempt failed - bad path 2019-12-29 00:37:29.154 fswatcher[10746:10746] register client 2 2019-12-29 00:37:29.208 GWorkspace[10745:10745] new volume: /media/patryk/VBox_GAs_6.0.14 2019-12-29 00:37:29.788 GWorkspace[10745:10745] failed to load InspectorWin! 2019-12-29 00:37:29.880 ddbd[10747:10747] ddbd started [2] Compile error while attempting to build ProjectCenter 0.6.2 2014 Release. (base) patryk@wax:~/Downloads/ProjectCenter-0.6.2$ make ... Making all for app ProjectCenter... Creating ProjectCenter.app/.... Compiling file PCAppController.m ... Compiling file PCInfoController.m ... Compiling file PCPrefController.m ... Compiling file PCMenuController.m ... Compiling file ProjectCenter_main.m ... Linking app ProjectCenter ... ./Framework/ProjectCenter.framework/./libProjectCenter.so: error: undefined reference to '__objc_ivar_offset_NSView._tracking_rects.' clang: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [/usr/GNUstep/System/Library/Makefiles/Instance/application.make:133: ProjectCenter.app/./ProjectCenter] Error 1 make[2]: *** [/usr/GNUstep/System/Library/Makefiles/Instance/application.make:147: internal-app-run-compile-submake] Error 2 make[1]: *** [/usr/GNUstep/System/Library/Makefiles/Master/rules.make:297: ProjectCenter.all.app.variables] Error 2 make: *** [/usr/GNUstep/System/Library/Makefiles/Master/application.make:38: internal-all] Error 2
