Hi all,
cvs -z3 -d:pserver:[email protected]:/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
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep