Hi William,
I've created a forked repository. Got both desktop and terminal versions of git working, used the command line to clone SWT to my machine in a sensible directory. Then I ran 'make check' in the SWT directory. This produced the error below. As far as I can tell, this is just cc (not gcc?) compiling the swt.c code. However, since you offered, I'd be grateful for any help.
cc -c src/swt.c -o src/swt.o
src/swt.c:44:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
44 | main(int argc, char *argv[])
| ^
| int
1 error generated.
make: *** [src/swt.o] Error 1
Thank you,
John
Hi William,
I've created a forked repository. Got both desktop and terminal versions of git working, used the command line to clone SWT to my machine in a sensible directory. Then I ran 'make check' in the SWT directory. This produced the error below. As far as I can tell, this is just cc (not gcc?) compiling the swt.c code. However, since you offered, I'd be grateful for any help.
cc -c src/swt.c -o src/swt.o
src/swt.c:44:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
44 | main(int argc, char *argv[])
| ^
| int
1 error generated.
make: *** [src/swt.o] Error 1
Thank you,
John