Terminal.app and current GNUstep

View: New views
3 Messages — Rating Filter:   Alert me  

Terminal.app and current GNUstep

by Andreas Höschler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I have just downloaded the current GNUstep sources (svn co
http://svn.gna.org/svn/gnustep/tools/X/trunk/ X)  and started to
rebuild all the desktop apps. TextEdit.app and Affiche.app do work
again. However, I have trouble with Terminal.app. The sources compile
after doing the usual

        #import <AppKit/NSFontManager.h>

patch, but the app does not work correctly. I can only see the bottom
two pixels of the commands I type!? This must be due to a recent change
in AppKit. Can anybody confirm that  or has a patched version of
Terminal.app that works on the current GNUstep? I  have not built
Etoile yet. May be that makes a difference!

Thanks a lot!

Regards,

   Andreas



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Parent Message unknown Re: Terminal.app and current GNUstep

by Gregory John Casamento :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
The current version of Terminal.app which contains this fix and others is available in the GAP project at:

http://gap.nongnu.org

Click on the "Project Page" link and do a checkout of the repository.  The application hasn't been released yet, but it is there with the current fixes.

GJC
 
Gregory Casamento -- Principal Consultant - OLC, Inc
# GNUstep Chief Maintainer


----- Original Message ----
From: Andreas Höschler <ahoesch@...>
To: discuss-gnustep@...
Sent: Monday, July 28, 2008 7:14:31 PM
Subject: Terminal.app and current GNUstep

Hi all,

I have just downloaded the current GNUstep sources (svn co
http://svn.gna.org/svn/gnustep/tools/X/trunk/ X)  and started to
rebuild all the desktop apps. TextEdit.app and Affiche.app do work
again. However, I have trouble with Terminal.app. The sources compile
after doing the usual

    #import <AppKit/NSFontManager.h>

patch, but the app does not work correctly. I can only see the bottom
two pixels of the commands I type!? This must be due to a recent change
in AppKit. Can anybody confirm that  or has a patched version of
Terminal.app that works on the current GNUstep? I  have not built
Etoile yet. May be that makes a difference!

Thanks a lot!

Regards,

  Andreas



_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Parent Message unknown Re: Terminal.app and current GNUstep

by Andreas Höschler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Gregory,

> cvs -z3 -d:pserver:anonymous@...:/sources/gap co .
>
> The password is blank, I believe.   This should check everything out
> to the current directory.
>
> You should then be able to find Terminal under
> gap/system-apps/Terminal.
>
> From there you should be able to simply make build and install it.

Thanks a lot! I was able to download the sources with the above
command. After the usual fixes for Solaris

        cp forkpty.h forkpty.c /usr/src/Terminal

        pico GNUmakefile

+Terminal_C_FILES =  forkpty.c
+Terminal_LDFLAGS = -liconv
-Terminal_LDFLAGS = -lutil

        pico TerminalView.m

-#include <pty.h>
+#import "forkpty.h"

this app builds fine and works like a charm again.

Thanks,

   Andreas

_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
LightInTheBox - Buy quality products at wholesale price!