discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Terminal.app and current GNUstep


From: Andreas Höschler
Subject: Re: Terminal.app and current GNUstep
Date: Mon, 29 Dec 2008 21:26:42 +0100

Hi all,

cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/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.

New Solaris 10 (u6) version. New GNUstep version. New luck!?

I am trying to build Terminal.app and am getting the following error:

TerminalView.m:1423: warning: 'r0.location' may be used uninitialized in this function
Linking app Terminal ...
Creating Terminal.app/Resources...
Creating stamp file...
Creating Terminal.app/Resources/Info-gnustep.plist...
/bin/sh: plmerge: not found
make[1]: [Terminal.app/Resources/Info-gnustep.plist] Error 1 (ignored)
Creating Terminal.app/Resources/Terminal.desktop...
/bin/sh: pl2link: not found
make[1]: *** [Terminal.app/Resources/Terminal.desktop] Error 1
make: *** [Terminal.all.app.variables] Error 2

Any idea?

Thanks,

Andreas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]