Package Details: projectcenter 0.7.0-1

Git Clone URL: https://aur.archlinux.org/projectcenter.git (read-only, click to copy)
Package Base: projectcenter
Description: GNUstep's integrated development environment (IDE).
Upstream URL: https://github.com/gnustep/apps-projectcenter
Licenses: GPL
Submitter: ashman
Maintainer: Beebo
Last Packager: Beebo
Votes: 3
Popularity: 0.000000
First Submitted: 2016-07-17 22:46 (UTC)
Last Updated: 2023-02-11 01:09 (UTC)

Latest Comments

micwoj92 commented on 2024-10-20 03:13 (UTC)

Fails to build:

 Compiling file PCBundleManager.m ...
In file included from PCBundleManager.m:34:
../Headers/ProjectCenter/PCBundleManager.h:29:10: fatal error: AppKit/AppKit.h: No such file or directory
   29 | #include <AppKit/AppKit.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [/usr/share/GNUstep/Makefiles/rules.make:534: obj/ProjectCenter.obj/PCBundleManager.m.o] Error 1
make[2]: *** [/usr/share/GNUstep/Makefiles/Instance/framework.make:617: internal-framework-run-compile-submake] Error 2
make[1]: *** [/usr/share/GNUstep/Makefiles/Master/rules.make:297: ProjectCenter.all.framework.variables] Error 2
make: *** [/usr/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

micwoj92 commented on 2021-05-11 22:21 (UTC)

It was launching, for some reason it was putting the windows the behind my panel so I couldn't see it :P

micwoj92 commented on 2021-05-10 14:05 (UTC)

Thanks for updating. Still doesn't seem like the main application window is launching for me getting:

2021-05-10 16:02:46.429 ProjectCenter[25850:25850] NSDocumentClass PCProjectDocument not found
2021-05-10 16:02:46.429 ProjectCenter[25850:25850] NSDocumentClass PCProjectDocument not found
2021-05-10 16:02:46.429 ProjectCenter[25850:25850] NSDocumentClass PCClassDocument not found
2021-05-10 16:02:46.429 ProjectCenter[25850:25850] NSDocumentClass PCHeaderDocument not found
2021-05-10 16:02:46.429 ProjectCenter[25850:25850] NSDocumentClass PCCDocument not found

I will try to play a bit with it and maybe I will find a cause. Just starting exploring GNUstep.

micwoj92 commented on 2021-05-09 11:49 (UTC)

Is missing couple dependencies, It failed to launch without gnustep-back so I added it and then it just launched window with

 PCBundleManager: Bundle /usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Build.preferences successfully loaded!
 PCBundleManager: Bundle /usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Saving.preferences successfully loaded!
 PCBundleManager: Bundle /usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/Misc.preferences successfully loaded!
 PCBundleManager: Bundle /usr/lib/GNUstep/Applications/ProjectCenter.app/Resources/EditorFSC.preferences successfully loaded!
 PCAppController: Loading additional subsystems...

In command line I could see NSDocumentClass PCProjectDocument not found