Steve Reeves
2017-03-01 05:19:53 UTC
I couldnât find anything later than November and about 10.11âŠ.so perhaps this is newâŠor more likely my ignorance!
Anyhow, Iâm trying to install the latest PP and on running install I got this in the build.log file:
Building pptex dev xpp hol zed daz
if [ "${PPTARGETDIR:-}" = "" ]; \
then \
rm -rf "/Users/stever/pp"; \
fi
[ -d "/Users/stever/pp" ] || mkdir "/Users/stever/pp"
[ -d "/Users/stever/pp"/bin ] || mkdir "/Users/stever/pp"/bin
[ -d "/Users/stever/pp"/etc ] || mkdir "/Users/stever/pp"/etc
[ -d "/Users/stever/pp"/tex ] || mkdir "/Users/stever/pp"/tex
rm -f imp096.c
ln -s imp096.doc imp096.c
gcc -o sieve -DVERSION="\"3.1w7\"" imp096.c
imp096.c:60:1: warning: '/*' within block comment [-Wcomment]
/* From: imp096.doc @(#) 94/04/06 1.3 imp096.doc
^
In file included from imp096.c:5151:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/unistd.h:508:6: error: cannot apply asm label to function after its first use
int getopt(int, char * const [], const char *) __DARWIN_ALIAS(getopt);
^ ~~~~~~~~~~~~~~~~~~~~~~
imp096.c:5323:1: warning: '/*' within block comment [-Wcomment]
/*
^
2 warnings and 1 error generated.
make: *** [sieve] Error 1
Seems to be a problem in an Xcode fileâŠ.
Any help grateful received!
Steve
Anyhow, Iâm trying to install the latest PP and on running install I got this in the build.log file:
Building pptex dev xpp hol zed daz
if [ "${PPTARGETDIR:-}" = "" ]; \
then \
rm -rf "/Users/stever/pp"; \
fi
[ -d "/Users/stever/pp" ] || mkdir "/Users/stever/pp"
[ -d "/Users/stever/pp"/bin ] || mkdir "/Users/stever/pp"/bin
[ -d "/Users/stever/pp"/etc ] || mkdir "/Users/stever/pp"/etc
[ -d "/Users/stever/pp"/tex ] || mkdir "/Users/stever/pp"/tex
rm -f imp096.c
ln -s imp096.doc imp096.c
gcc -o sieve -DVERSION="\"3.1w7\"" imp096.c
imp096.c:60:1: warning: '/*' within block comment [-Wcomment]
/* From: imp096.doc @(#) 94/04/06 1.3 imp096.doc
^
In file included from imp096.c:5151:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/unistd.h:508:6: error: cannot apply asm label to function after its first use
int getopt(int, char * const [], const char *) __DARWIN_ALIAS(getopt);
^ ~~~~~~~~~~~~~~~~~~~~~~
imp096.c:5323:1: warning: '/*' within block comment [-Wcomment]
/*
^
2 warnings and 1 error generated.
make: *** [sieve] Error 1
Seems to be a problem in an Xcode fileâŠ.
Any help grateful received!
Steve