Skip to content

Instantly share code, notes, and snippets.

Created April 19, 2015 14:23
Show Gist options
  • Save anonymous/17a37c2ec607e7aff6d8 to your computer and use it in GitHub Desktop.
Save anonymous/17a37c2ec607e7aff6d8 to your computer and use it in GitHub Desktop.
2015-04-19 22:21:09 +0800
make
IVPREFIX=/usr/local/Cellar/openinventor/2.1.5-10
BUILDMAN=1
install
/usr/bin/cc -D_DOUBLE_MATH_ONLY -I/opt/X11/include -I/opt/X11/include/freetype2 -I. -I../lib/database/include -I../lib/interaction/include -I../lib/nodekits/include -I../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c -o close.o close.c
/usr/bin/cc -D_DOUBLE_MATH_ONLY -I/opt/X11/include -I/opt/X11/include/freetype2 -I. -I../lib/database/include -I../lib/interaction/include -I../lib/nodekits/include -I../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c -o filbuf.o filbuf.c
/usr/bin/cc -D_DOUBLE_MATH_ONLY -I/opt/X11/include -I/opt/X11/include/freetype2 -I. -I../lib/database/include -I../lib/interaction/include -I../lib/nodekits/include -I../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c -o flsbuf.o flsbuf.c
/usr/bin/cc -D_DOUBLE_MATH_ONLY -I/opt/X11/include -I/opt/X11/include/freetype2 -I. -I../lib/database/include -I../lib/interaction/include -I../lib/nodekits/include -I../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c -o name.o name.c
/usr/bin/cc -D_DOUBLE_MATH_ONLY -I/opt/X11/include -I/opt/X11/include/freetype2 -I. -I../lib/database/include -I../lib/interaction/include -I../lib/nodekits/include -I../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c -o open.o open.c
/usr/bin/cc -D_DOUBLE_MATH_ONLY -I/opt/X11/include -I/opt/X11/include/freetype2 -I. -I../lib/database/include -I../lib/interaction/include -I../lib/nodekits/include -I../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c -o pix.o pix.c
/usr/bin/cc -D_DOUBLE_MATH_ONLY -I/opt/X11/include -I/opt/X11/include/freetype2 -I. -I../lib/database/include -I../lib/interaction/include -I../lib/nodekits/include -I../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c -o rdwr.o rdwr.c
/usr/bin/cc -D_DOUBLE_MATH_ONLY -I/opt/X11/include -I/opt/X11/include/freetype2 -I. -I../lib/database/include -I../lib/interaction/include -I../lib/nodekits/include -I../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c -o rle.o rle.c
filbuf.c:18:4: warning: implicit declaration of function 'i_errhdlr' is invalid in C99 [-Wimplicit-function-declaration]pix.c:18:9:
warning: implicit declaration of function 'ifilbuf' is invalid in C99 [-Wimplicit-function-declaration]
return ifilbuf(image);
^
i_errhdlr("can't alloc image buffer\n");
^
flsbuf.c:20:4: warning: implicit declaration of function 'i_errhdlr' is invalid in C99 [-Wimplicit-function-declaration]
filbuf.c:22:15: warning: implicit declaration of function 'getrow' is invalid in C99 [-Wimplicit-function-declaration]
i_errhdlr("flsbuf: error on buf alloc\n");
^
image->cnt = getrow(image,image->base,image->y,image->z);
^
flsbuf.c:25:8: warning: implicit declaration of function 'putrow' is invalid in C99 [-Wimplicit-function-declaration]
n = putrow(image,base,image->y,image->z);
^
rle.c:27:8: warning: implicit declaration of function 'img_badrow' is invalid in C99 [-Wimplicit-function-declaration]
if(img_badrow(image,y,z))
^
pix.c:26:9: warning: implicit declaration of function 'iflsbuf' is invalid in C99 [-Wimplicit-function-declaration]
return iflsbuf(image,pix);
^
rle.c:121:2: warning: implicit declaration of function 'i_errhdlr' is invalid in C99 [-Wimplicit-function-declaration]
i_errhdlr("rle_compact: bad bpp: %d %d\n",ibpp,obpp);
^
rdwr.c:16:8: warning: implicit declaration of function 'img_badrow' is invalid in C99 [-Wimplicit-function-declaration]
if(img_badrow(image,y,z)) {
^
rdwr.c:17:2: warning: implicit declaration of function 'i_errhdlr' is invalid in C99 [-Wimplicit-function-declaration]
i_errhdlr("img_seek: row number out of range\n");
^
close.c:15:5: warning: implicit declaration of function 'iflush' is invalid in C99 [-Wimplicit-function-declaration]
iflush(image);
^
close.c:16:5: warning: implicit declaration of function 'img_optseek' is invalid in C99 [-Wimplicit-function-declaration]
img_optseek(image, 0);
^
close.c:19:6: warning: implicit declaration of function 'cvtimage' is invalid in C99 [-Wimplicit-function-declaration]
cvtimage(image);
^
close.c:20:6: warning: implicit declaration of function 'img_write' is invalid in C99 [-Wimplicit-function-declaration]
if (img_write(image,(char *)image,sizeof(IMAGE)) != sizeof(IMAGE)) {
^
close.c:21:6: warning: implicit declaration of function 'i_errhdlr' is invalid in C99 [-Wimplicit-function-declaration]
i_errhdlr("iclose: error on write of image header\n");
^
open.c:41:6: warning: implicit declaration of function 'i_errhdlr' is invalid in C99 [-Wimplicit-function-declaration]
close.c:30:3: warning: implicit declaration of function 'cvtlongs' is invalid in C99 [-Wimplicit-function-declaration]
i_errhdlr("iopen: error on image struct alloc\n");
^
open.c:52:11: warning: implicit declaration of function 'creat' is invalid in C99 [-Wimplicit-function-declaration]
f = creat(file, 0666);
^
open.c:54:8: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
close(f);
^
open.c:55:12: warning: implicit declaration of function 'open' is invalid in C99 [-Wimplicit-function-declaration]
f = open(file, 2);
^
cvtlongs(image->rowstart,tablesize);
^
open.c:81:3: warning: implicit declaration of function 'isetname' is invalid in C99 [-Wimplicit-function-declaration]
isetname(image,"no name");
^
open.c:84:7: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration]
close.c:57:11: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
ret = close(image->file);
^
if (write(f,image,sizeof(IMAGE)) != sizeof(IMAGE)) {
^
open.c:97:7: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
if (read(f,image,sizeof(IMAGE)) != sizeof(IMAGE)) {
^
close.c:70:10: warning: implicit declaration of function 'putrow' is invalid in C99 [-Wimplicit-function-declaration]
if (putrow(image, base, image->y,image->z)!=image->xsize) {
^
open.c:142:3: warning: implicit declaration of function 'lseek' is invalid in C99 [-Wimplicit-function-declaration]
lseek(f, 512L, 0);
^
2 warnings generated.
/usr/bin/cc -D_DOUBLE_MATH_ONLY -I/opt/X11/include -I/opt/X11/include/freetype2 -I. -I../lib/database/include -I../lib/interaction/include -I../lib/nodekits/include -I../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c -o row.o row.c
open.c:183:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
reverse(lwrd)
^
2 warnings generated.
2 warnings generated.
2 warnings generated.
8 warnings generated.
row.c:40:3: warning: implicit declaration of function 'img_seek' is invalid in C99 [-Wimplicit-function-declaration]
img_seek(image,y,z);
^
row.c:42:7: warning: implicit declaration of function 'img_write' is invalid in C99 [-Wimplicit-function-declaration]
if (img_write(image,(char *)(image->tmpbuf),cnt) != cnt) {
^
row.c:43:7: warning: implicit declaration of function 'i_errhdlr' is invalid in C99 [-Wimplicit-function-declaration]
i_errhdlr("putrow: error on write of row\n");
^
row.c:63:7: warning: implicit declaration of function 'cvtshorts' is invalid in C99 [-Wimplicit-function-declaration]
cvtshorts(buffer,cnt);
^
row.c:92:9: warning: implicit declaration of function 'img_rle_compact' is invalid in C99 [-Wimplicit-function-declaration]
cnt = img_rle_compact(buffer,2,image->tmpbuf,1,image->xsize);
^
row.c:93:3: warning: implicit declaration of function 'img_setrowsize' is invalid in C99 [-Wimplicit-function-declaration]
img_setrowsize(image,cnt,y,z);
^
row.c:157:7: warning: implicit declaration of function 'img_read' is invalid in C99 [-Wimplicit-function-declaration]
if (img_read(image,(char *)image->tmpbuf,image->xsize)
^
row.c:189:14: warning: implicit declaration of function 'img_getrowsize' is invalid in C99 [-Wimplicit-function-declaration]
if( (cnt = img_getrowsize(image)) == -1 )
^
row.c:195:7: warning: implicit declaration of function 'img_rle_expand' is invalid in C99 [-Wimplicit-function-declaration]
img_rle_expand(image->tmpbuf,1,buffer,2);
^
9 warnings generated.
9 warnings generated.
2 warnings generated.
/usr/bin/ar vrs libimage.a close.o filbuf.o flsbuf.o name.o open.o pix.o rdwr.o rle.o row.o
ar: creating archive libimage.a
a - close.o
a - filbuf.o
a - flsbuf.o
a - name.o
a - open.o
a - pix.o
a - rdwr.o
a - rle.o
a - row.o
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../lib/database/include -I../../lib/interaction/include -I../../lib/nodekits/include -I../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c ppp.c++
In file included from ppp.c++:121:
In file included from ./../../lib/database/src/sb/Sb.c++:57:
./../../lib/database/src/sb/SbBox.c++:197:15: warning: backslash and newline separated by space [-Wbackslash-newline-escape]
// / \
^
./../../lib/database/src/sb/SbBox.c++:198:16: warning: backslash and newline separated by space [-Wbackslash-newline-escape]
// / \
^
./../../lib/database/src/sb/SbBox.c++:199:17: warning: backslash and newline separated by space [-Wbackslash-newline-escape]
// / Q3 \
^
./../../lib/database/src/sb/SbBox.c++:200:18: warning: backslash and newline separated by space [-Wbackslash-newline-escape]
// / CLIPPED\
^
In file included from ppp.c++:121:
In file included from ./../../lib/database/src/sb/Sb.c++:64:
./../../lib/database/src/sb/SbPList.c++:241:27: warning: when type is in parentheses, array cannot have dynamic size
newPtrs = new (void *[ptrsSize]);
~ ^~~~~~~~ ~
5 warnings generated.
/usr/bin/c++ -L/usr/local/Cellar/openinventor/2.1.5-10/lib -multiply_defined suppress -undefined error -L/opt/X11/lib -L../../lib -L../../libSoXt ppp.o -lm -L/usr/local/lib -lXm -lXt -lXi -lX11 -lGLU -lGL -liconv -ldl -lstdc++ -o ppp
ld: warning: directory not found for option '-L/usr/local/Cellar/openinventor/2.1.5-10/lib'
if [ ! -L freetype ]; then ln -fs ang freetype; fi
if [ ! -L flclient.h ]; then ln -s ../src/flclient.h .; fi
/usr/bin/cc -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I/opt/X11/include/freetype2 -I. -I../../lib/database/include -I../../lib/interaction/include -I../../lib/nodekits/include -I../../libSoXt/include -I/usr/include/freetype2 -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -Wall -g -c -o fl.o fl.c
/usr/bin/cc -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I/opt/X11/include/freetype2 -I. -I../../lib/database/include -I../../lib/interaction/include -I../../lib/nodekits/include -I../../libSoXt/include -I/usr/include/freetype2 -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -Wall -g -c -o flclient.o flclient.c
/usr/bin/cc -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I/opt/X11/include/freetype2 -I. -I../../lib/database/include -I../../lib/interaction/include -I../../lib/nodekits/include -I../../libSoXt/include -I/usr/include/freetype2 -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -Wall -g -c -o flfreetype.o flfreetype.c
flclient.c:79:50: warning: passing 'GLubyte *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
list[i] = flGetFontInfo((FLfontNumber)atoi(p2));
^~
/usr/include/stdlib.h:132:23: note: passing argument to parameter here
int atoi(const char *);
^
flfreetype.c:112:47: warning: passing 'const GLubyte *' (aka 'const unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
fs = (FLfontStruct *) _flFTNewGlyphFont(fontName, face);
^~~~~~~~
./flfreetype.h:177:32: note: passing argument to parameter here
const char * /* fontName */,
^
flfreetype.c:229:5: warning: implicit declaration of function 'FT_Outline_Translate' is invalid in C99 [-Wimplicit-function-declaration]
FT_Outline_Translate(&glyph->outline, 0, -bottom);
^
flfreetype.c:238:50: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
bitmap_convert(width, height, pitch, pitch2, bit2.buffer, bit3->bitmap);
^~~~~~~~~~~
flfreetype.c:142:68: note: passing argument to parameter 'src' here
bitmap_convert(int width, int height, int pitch, int pitch2, char *src, char *dst)
^
flfreetype.c:238:63: warning: passing 'GLubyte *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
bitmap_convert(width, height, pitch, pitch2, bit2.buffer, bit3->bitmap);
^~~~~~~~~~~~
flfreetype.c:142:79: note: passing argument to parameter 'dst' here
bitmap_convert(int width, int height, int pitch, int pitch2, char *src, char *dst)
^
flfreetype.c:408:5: warning: implicit declaration of function 'FT_Done_GlyphSlot' is invalid in C99 [-Wimplicit-function-declaration]
FT_Done_GlyphSlot(outline->glyph);
^
flfreetype.c:1351:11: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (abs(x2 - x) >= 64 && e2 - y >= 64 && angle < lower_threshold) {
^
flfreetype.c:1351:11: note: use function 'labs' instead
if (abs(x2 - x) >= 64 && e2 - y >= 64 && angle < lower_threshold) {
^~~
labs
flfreetype.c:1487:27: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
if (e2 - x >= 64 && abs(y2 - y) >= 64 && angle < lower_threshold) {
^
flfreetype.c:1487:27: note: use function 'labs' instead
if (e2 - x >= 64 && abs(y2 - y) >= 64 && angle < lower_threshold) {
^~~
labs
flfreetype.c:1956:11: warning: implicit declaration of function 'FT_Outline_Decompose' is invalid in C99 [-Wimplicit-function-declaration]
error = FT_Outline_Decompose(outline, &interface_table, &ras);
^
1 warning generated.
8 warnings generated.
/usr/bin/ar vrs libFLiv.a fl.o flclient.o flfreetype.o
ar: creating archive libFLiv.a
a - fl.o
a - flclient.o
a - flfreetype.o
for i in database interaction nodekits; do /Applications/Xcode.app/Contents/Developer/usr/bin/make -C$i all || exit 1; done
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../lib/database/include -I../../../../lib/interaction/include -I../../../../lib/nodekits/include -I../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c Sb.c++
In file included from Sb.c++:57:
./SbBox.c++:197:15: warning: backslash and newline separated by space [-Wbackslash-newline-escape]
// / \
^
./SbBox.c++:198:16: warning: backslash and newline separated by space [-Wbackslash-newline-escape]
// / \
^
./SbBox.c++:199:17: warning: backslash and newline separated by space [-Wbackslash-newline-escape]
// / Q3 \
^
./SbBox.c++:200:18: warning: backslash and newline separated by space [-Wbackslash-newline-escape]
// / CLIPPED\
^
In file included from Sb.c++:64:
./SbPList.c++:241:27: warning: when type is in parentheses, array cannot have dynamic size
newPtrs = new (void *[ptrsSize]);
~ ^~~~~~~~ ~
5 warnings generated.
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SbProjectors.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../lib/database/include -I../../../../lib/interaction/include -I../../../../lib/nodekits/include -I../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c So.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../lib/database/include -I../../../../lib/interaction/include -I../../../../lib/nodekits/include -I../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoState.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../lib/database/include -I../../../../lib/interaction/include -I../../../../lib/nodekits/include -I../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c linux.c++
In file included from So.c++:56:
./SoBase.c++:997:27: warning: format specifies type 'unsigned int' but the argument has type 'const SoBase *' [-Wformat]
sprintf(buf, " %#x", this);
~~~ ^~~~
In file included from So.c++:60:
./SoNotification.c++:101:55: warning: format specifies type 'unsigned int' but the argument has type 'const SoNotRec *' [-Wformat]
fprintf(fp, "\tSoNotRec @%#x: type %s, base %#x", this, typeName, base);
~~~ ^~~~
./SoNotification.c++:101:71: warning: format specifies type 'unsigned int' but the argument has type 'SoBase *' [-Wformat]
fprintf(fp, "\tSoNotRec @%#x: type %s, base %#x", this, typeName, base);
~~~ ^~~~
./SoNotification.c++:203:6: warning: format specifies type 'unsigned int' but the argument has type 'SoNotRec *' [-Wformat]
firstAtNode, lastField);
^~~~~~~~~~~
./SoNotification.c++:203:19: warning: format specifies type 'unsigned int' but the argument has type 'SoField *' [-Wformat]
firstAtNode, lastField);
^~~~~~~~~
In file included from So.c++:63:
./SoType.c++:306:14: warning: data argument not used by format string [-Wformat-extra-args]
nameChars, abiName);
^
In file included from So.c++:67:
./SoOutput.c++:881:15: warning: format specifies type 'long' but the argument has type 'int32_t' (aka 'int') [-Wformat]
WRITE_NUM(l, "%ld", convertInt32, int32_t);
^ ~~~
%d
./SoOutput.c++:813:28: note: expanded from macro 'WRITE_NUM'
fprintf(fp, formatString, num); \
^
./SoOutput.c++:881:15: warning: format specifies type 'long' but the argument has type 'int32_t' (aka 'int') [-Wformat]
WRITE_NUM(l, "%ld", convertInt32, int32_t);
^ ~~~
%d
./SoOutput.c++:816:29: note: expanded from macro 'WRITE_NUM'
sprintf(str, formatString, num); \
^
./SoOutput.c++:897:15: warning: format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int') [-Wformat]
WRITE_NUM(l, "%#lx", convertInt32, int32_t);
^ ~~~~
%#x
./SoOutput.c++:813:28: note: expanded from macro 'WRITE_NUM'
fprintf(fp, formatString, num); \
^
./SoOutput.c++:897:15: warning: format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int') [-Wformat]
WRITE_NUM(l, "%#lx", convertInt32, int32_t);
^ ~~~~
%#x
./SoOutput.c++:816:29: note: expanded from macro 'WRITE_NUM'
sprintf(str, formatString, num); \
^
In file included from So.c++:73:
./SoTranscribe.c++:273:23: warning: format specifies type 'unsigned int' but the argument has type 'const SoNode *' [-Wformat]
sprintf(s, "%#x", node);
~~~ ^~~~
./SoTranscribe.c++:367:23: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat]
sprintf(s, "%#x", NULL);
~~~ ^~~~
%#lx
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.1.0/include/stddef.h:96:18: note: expanded from macro 'NULL'
# define NULL __null
^~~~~~
In file included from So.c++:74:
./SoOffscreenRenderer.c++:545:26: warning: format specifies type 'unsigned short' but the argument has type 'unsigned char' [-Wformat]
fprintf(fp, "%02hx", (unsigned char)val);
~~~~~ ^~~~~~~~~~~~~~~~~~
%02hhx
13 warnings generated.
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoActions.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoBundles.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoCaches.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoDetails.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoElement.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoElements.c++
/usr/bin/bison -y SoCalcParse.y
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoConcatenate.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoEngineInit.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoFieldConverters.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoGate.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoSelectOne.c++
sed -e 's/yy/SoCalc_yy/g' -e 's/2093/12093/' < y.tab.c > SoCalcParse.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoEngines.c++
In file included from SoEngines.c++:43:
SoCalcParse.y:384:25: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (SoCalc_yylval.expr = isConst(buf))
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
SoCalcParse.y:384:25: note: place parentheses around the assignment to silence this warning
if (SoCalc_yylval.expr = isConst(buf))
^
( )
SoCalcParse.y:384:25: note: use '==' to turn this assignment into an equality comparison
if (SoCalc_yylval.expr = isConst(buf))
^
==
SoCalcParse.y:387:25: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (SoCalc_yylval.expr = isFunc(buf))
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
SoCalcParse.y:387:25: note: place parentheses around the assignment to silence this warning
if (SoCalc_yylval.expr = isFunc(buf))
^
( )
SoCalcParse.y:387:25: note: use '==' to turn this assignment into an equality comparison
if (SoCalc_yylval.expr = isFunc(buf))
^
==
SoCalcParse.y:390:25: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (SoCalc_yylval.expr = isInput(buf))
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
SoCalcParse.y:390:25: note: place parentheses around the assignment to silence this warning
if (SoCalc_yylval.expr = isInput(buf))
^
( )
SoCalcParse.y:390:25: note: use '==' to turn this assignment into an equality comparison
if (SoCalc_yylval.expr = isInput(buf))
^
==
SoCalcParse.y:393:25: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (SoCalc_yylval.expr = isOutput(buf))
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
SoCalcParse.y:393:25: note: place parentheses around the assignment to silence this warning
if (SoCalc_yylval.expr = isOutput(buf))
^
( )
SoCalcParse.y:393:25: note: use '==' to turn this assignment into an equality comparison
if (SoCalc_yylval.expr = isOutput(buf))
^
==
SoCalcParse.y:396:25: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (SoCalc_yylval.expr = isVar(buf))
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
SoCalcParse.y:396:25: note: place parentheses around the assignment to silence this warning
if (SoCalc_yylval.expr = isVar(buf))
^
( )
SoCalcParse.y:396:25: note: use '==' to turn this assignment into an equality comparison
if (SoCalc_yylval.expr = isVar(buf))
^
==
5 warnings generated.
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoErrors.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoErrorInit.c++
In file included from SoErrors.c++:54:
./SoError.c++:267:29: warning: format specifies type 'unsigned int' but the argument has type 'const SoBase *' [-Wformat]
sprintf(addrBuf, "%#x", base);
~~~ ^~~~
1 warning generated.
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoEventInit.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoEvents.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoField.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoFieldContainer.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoFieldData.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoFieldInit.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoFields.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoGlobalField.c++
SoField.c++:1063:50: warning: '&&' within '||' [-Wlogical-op-parentheses]
container->isOfType(SoEngine::getClassTypeId()) &&
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
SoField.c++:1063:50: note: place parentheses around the '&&' expression to silence this warning
container->isOfType(SoEngine::getClassTypeId()) &&
^
SoField.c++:1629:26: warning: format specifies type 'unsigned int' but the argument has type 'const SoField *' [-Wformat]
sprintf(buf, " # %#x", this);
~~~ ^~~~
SoField.c++:1697:29: warning: format specifies type 'unsigned int' but the argument has type 'const SoField *' [-Wformat]
sprintf(buf, " # %#x", this);
~~~ ^~~~
SoField.c++:1734:25: warning: format specifies type 'unsigned int' but the argument has type 'void *' [-Wformat]
sprintf(buf, " # %#x", ptr);
~~~ ^~~
4 warnings generated.
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoNode.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoNodeInit.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoAnnotation.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoArray.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoAsciiText.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoBaseColor.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoBlinker.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoCallback.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoCamera.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoClipPlane.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoColorIndex.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoComplexity.c++
../../../../../tools/ppp/ppp < SoCone.pp > SoCone.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoCoordinate3.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoCoordinate4.c++
../../../../../tools/ppp/ppp < SoCube.pp > SoCube.c++
../../../../../tools/ppp/ppp < SoCylinder.pp > SoCylinder.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoDirectionalLight.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoDrawStyle.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoEnvironment.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoEventCallback.c++
../../../../../tools/ppp/ppp < SoFaceSet.pp > SoFaceSet.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoFile.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoFont.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoFontStyle.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoGroup.c++
../../../../../tools/ppp/ppp < SoIndexedFaceSet.pp > SoIndexedFaceSet.c++
../../../../../tools/ppp/ppp < SoIndexedLineSet.pp > SoIndexedLineSet.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoIndexedNurbsCurve.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoIndexedNurbsSurface.c++
../../../../../tools/ppp/ppp < SoIndexedTriangleStripSet.pp > SoIndexedTriangleStripSet.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoIndexedShape.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoInfo.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoLabel.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoLevelOfDetail.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoLOD.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoLocateHighlight.c++
SoIndexedNurbsSurface.c++:263:13: warning: enumeration values 'POINTS' and 'INVISIBLE' not handled in switch [-Wswitch]
switch (SoDrawStyleElement::get(action->getState())) {
^
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoLight.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoLightModel.c++
../../../../../tools/ppp/ppp < SoLineSet.pp > SoLineSet.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoLinearProfile.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoMaterial.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoMaterialBinding.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoMatrixTransform.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoMultipleCopy.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoNonIndexedShape.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoNormal.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoNormalBinding.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoNurbsCurve.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoNurbsProfile.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoNurbsSurface.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoOrthographicCamera.c++
1 warning generated.
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoPackedColor.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoPathSwitch.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoPendulum.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoPerspectiveCamera.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoPickStyle.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoPointLight.c++
SoNurbsSurface.c++:251:13: warning: enumeration values 'POINTS' and 'INVISIBLE' not handled in switch [-Wswitch]
switch (SoDrawStyleElement::get(action->getState())) {
^
../../../../../tools/ppp/ppp < SoPointSet.pp > SoPointSet.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoProfile.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoProfileCoordinate2.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoProfileCoordinate3.c++
../../../../../tools/ppp/ppp < SoQuadMesh.pp > SoQuadMesh.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoResetTransform.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoRotation.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoRotationXYZ.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoRotor.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoScale.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoSeparator.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoShape.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoShapeHints.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoShuttle.c++
../../../../../tools/ppp/ppp < SoSphere.pp > SoSphere.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoSpotLight.c++
1 warning generated.
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoSwitch.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoText2.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoText3.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoTextureCoordinate2.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoTextureCoordinateBinding.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoTextureCoordinateFunction.c++
SoText2.c++:893:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while (s1 = (char *)strchr(s, ';')) {
~~~^~~~~~~~~~~~~~~~~~~~~~~~
SoText2.c++:893:15: note: place parentheses around the assignment to silence this warning
while (s1 = (char *)strchr(s, ';')) {
^
( )
SoText2.c++:893:15: note: use '==' to turn this assignment into an equality comparison
while (s1 = (char *)strchr(s, ';')) {
^
==
SoText2.c++:916:46: warning: format specifies type 'int' but the argument has type 'FLfontNumber' (aka 'long') [-Wformat]
sprintf(&fontList[strlen(fontList)], "%d,", fn);
~~ ^~
%ld
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoTextureCoordinateDefault.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoTextureCoordinateEnvironment.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoTextureCoordinatePlane.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoTexture2.c++
SoText3.c++:1475:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while (s1 = (char *)strchr(s, ';')) {
~~~^~~~~~~~~~~~~~~~~~~~~~~~
SoText3.c++:1475:15: note: place parentheses around the assignment to silence this warning
while (s1 = (char *)strchr(s, ';')) {
^
( )
SoText3.c++:1475:15: note: use '==' to turn this assignment into an equality comparison
while (s1 = (char *)strchr(s, ';')) {
^
==
SoText3.c++:1496:46: warning: format specifies type 'int' but the argument has type 'FLfontNumber' (aka 'long') [-Wformat]
sprintf(&fontList[strlen(fontList)], "%d,", fn);
~~ ^~
%ld
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoTexture2Transform.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoTransform.c++
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoTransformSeparator.c++
SoTexture2.c++:399:10: fatal error: 'jpeglib.h' file not found
#include <jpeglib.h>
^
1 error generated.
/usr/bin/c++ -DIVBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/bin\" -DIVLIBDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib\" -DIVHDRTOP=\"/usr/local/Cellar/openinventor/2.1.5-10/include/Inventor\" -DIVFONTPATH=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/fonts\" -DIVHELPDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/help\" -DIVDATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/models\" -DIVMATERIALSDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/materials\" -DIVTEXTURESDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/textures\" -DIVDEMOBINDIR=\"/usr/local/Cellar/openinventor/2.1.5-10/lib/inventor\" -DIVDEMODATADIR=\"/usr/local/Cellar/openinventor/2.1.5-10/share/inventor/data/demos\" -DPDFVIEWER=\"open\" -DIRIX_6 -DLIBRARYBUILD -I/opt/X11/include -I. -I../../../../../lib/database/include -I../../../../../lib/interaction/include -I../../../../../lib/nodekits/include -I../../../../../libSoXt/include -I../../../../../libFL/freetype -Inurbs/head -I/usr/local/include -dynamic -fno-common -O -DNDEBUG -c SoTransformation.c++
make[5]: *** [SoTexture2.o] Error 1
make[5]: *** Waiting for unfinished jobs....
2 warnings generated.
2 warnings generated.
rm SoCylinder.c++ SoSphere.c++ SoFaceSet.c++ SoIndexedFaceSet.c++ SoCone.c++ SoIndexedLineSet.c++ SoLineSet.c++ SoPointSet.c++ SoQuadMesh.c++ SoIndexedTriangleStripSet.c++ SoCube.c++
make[4]: *** [all] Error 1
make[3]: *** [all] Error 1
make[2]: *** [all] Error 1
make[1]: *** [libInventor.a] Error 1
make: *** [install] Error 1
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: c08021c8c42b603662d3cae3c68ead1647017714
Last commit: 2 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit haswell
OS X: 10.10.3-x86_64
Xcode: 6.3
CLT: 6.3.0.0.1.1428348375
GCC-4.2: build 0
Clang: 6.1 build 602
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby
Java: 1.8.0
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/opt/X11/include:/opt/X11/include/freetype2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /opt/X11/lib:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig
ACLOCAL_PATH: /usr/local/share/aclocal:/opt/X11/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/lesstif/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: c08021c8c42b603662d3cae3c68ead1647017714
Last commit: 2 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit haswell
OS X: 10.10.3-x86_64
Xcode: 6.3
CLT: 6.3.0.0.1.1428348375
Clang: 6.1 build 602
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby
Java: 1.8.0
Warning: Some directories in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
directories, then the install will fail during the link step.
You should probably `chown` them:
/usr/local/share/man/de
/usr/local/share/man/de/man1
/usr/local/share/man/ja
/usr/local/share/man/ja/man1
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Broken symlinks were found. Remove them with `brew prune`:
/usr/local/share/ghostscript/9.05/Resource/Font/logo10.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/logo8.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/logo9.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/logobf10.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/logod10.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/logosl10.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/logosl8.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/logosl9.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/manfnt.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/wasy10.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/wasy5.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/wasy6.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/wasy7.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/wasy8.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/wasy9.pfb
/usr/local/share/ghostscript/9.05/Resource/Font/wasyb10.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/logo10.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/logo8.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/logo9.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/logobf10.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/logod10.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/logosl10.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/logosl8.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/logosl9.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/manfnt.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/wasy10.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/wasy5.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/wasy6.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/wasy7.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/wasy8.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/wasy9.pfb
/usr/local/share/ghostscript/9.07/Resource/Font/wasyb10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/logo10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/logo8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/logo9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/logobf10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/logod10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/logosl10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/logosl8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/logosl9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/manfnt.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasy10.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasy5.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasy6.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasy7.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasy8.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasy9.pfb
/usr/local/share/ghostscript/9.10/Resource/Font/wasyb10.pfb
Warning: You may have installed MacGPG2 via the package installer.
Several other checks in this script will turn up problems, such as stray
dylibs in /usr/local and permissions issues with share and man in /usr/local/.
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libdjvulibre.21.dylib
/usr/local/lib/liblkdynam.dylib
/usr/local/lib/liblkrealt.dylib
/usr/local/lib/liblksec.dylib
/usr/local/lib/liblksock.dylib
/usr/local/lib/libswarmobjc.0.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/externvar.h
/usr/local/include/libdjvu/ddjvuapi.h
/usr/local/include/libdjvu/miniexp.h
/usr/local/include/swarmconfig.h
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libdjvulibre.la
/usr/local/lib/libswarmobjc.la
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/ddjvuapi.pc
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libswarmobjc.a
Warning: Some directories in your path end in a slash.
Directories in your path should not end in a slash. This can break other
doctor checks. The following directories should be edited:
/usr/include/c++/4.2.1/
Formula: openinventor
Tap: aumuell/homebrew-tap
Path: /usr/local/Library/Taps/aumuell/homebrew-tap/openinventor.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment