[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: projectcenter and compilation question
From: |
Svetlana Tkachenko |
Subject: |
Re: projectcenter and compilation question |
Date: |
Sat, 03 Jan 2015 23:27:44 +1100 |
Hi,
Riccardo Mottola wrote:
> Svetlana Tkachenko wrote:
> > Hi,
> >
> > I'm trying to follow
> > http://www.gnu.org/software/gnustep/experience/PierresDevTutorial/index.html
> > but clicking the .gorm file does nothing
> > Gorm is installed though
>
> Perhaps your workspace doesn't work properly or is not setup perfectly.
> To work around this, just open Gorm, and open the Document from within
> Gorm. That should get you going.
>
> Perhaps, as German suggests, it is a matter of running "make_services".
That is true, thank you :)
Riccardo Mottola wrote:
> What OS are you running on? how did you install Gorm and ProjectCenter?
Ubuntu 14.04.
Riccardo Mottola wrote:
> Svetlana Tkachenko wrote:
> > TalkSoup gives this exception when I try to connect.
> > NSInvalidArgumentException: aString object passed to -[GSAttributedString
> > initWithString:attributes:] is nil
> > I could not figure out how to compile it (with -g?) to debug (in gdb?).
>
> You are running an old version of TalkSoup, I guess. How did you
> compile/install it?
I had tried it from my distro repos, github, and now also from GAP's svn.
Interestingly, when I run it in gdb, the «b [NSException raise]» breakpoint
does not resolve (neither if I add it before r, nor if I run TalkSoup first,
then ^C is and add the breakpoint and continue then).
Svetlana