Skip to content

Instantly share code, notes, and snippets.

@edrozenberg
Created November 8, 2012 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edrozenberg/4038090 to your computer and use it in GitHub Desktop.
Save edrozenberg/4038090 to your computer and use it in GitHub Desktop.
Output from htmldoc 1.8.27: HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install htmldoc
Making all in htmldoc...
Compiling image.cxx...
Compiling license.cxx...
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
Compiling md5.c...
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
image.cxx:1502:16: error: member access into incomplete type 'png_struct' (aka 'png_struct_def')
if (setjmp(pp->jmpbuf))
^
/usr/local/include/png.h:857:16: note: forward declaration of 'png_struct_def'
typedef struct png_struct_def png_struct;
^
image.cxx:1529:11: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if (info->color_type & PNG_COLOR_MASK_PALETTE)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1538:16: error: member access into incomplete type 'png_info' (aka 'png_info_def')
else if (info->bit_depth < 8)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1543:16: error: member access into incomplete type 'png_info' (aka 'png_info_def')
else if (info->bit_depth == 16)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1546:11: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if (info->color_type & PNG_COLOR_MASK_COLOR)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1557:21: error: member access into incomplete type 'png_info' (aka 'png_info_def')
img->width = info->width;
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1558:21: error: member access into incomplete type 'png_info' (aka 'png_info_def')
img->height = info->height;
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1560:12: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if ((info->color_type & PNG_COLOR_MASK_ALPHA) || info->num_trans)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1560:56: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if ((info->color_type & PNG_COLOR_MASK_ALPHA) || info->num_trans)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1597:34: error: member access into incomplete type 'png_info' (aka 'png_info_def')
rows = (png_bytep *)calloc(info->height, sizeof(png_bytep));
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1599:28: error: member access into incomplete type 'png_info' (aka 'png_info_def')
for (i = 0; i < (int)info->height; i ++)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1613:12: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if ((info->color_type & PNG_COLOR_MASK_ALPHA) || info->num_trans)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1613:56: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if ((info->color_type & PNG_COLOR_MASK_ALPHA) || info->num_trans)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1642:19: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if (gray && info->color_type & PNG_COLOR_MASK_COLOR)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
14 errors generated.
make[2]: *** [image.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Installing in fonts...
Installing font files in /opt/homebrew/Cellar/htmldoc/1.8.27/share/htmldoc/fonts...
Installing in data...
Installing in doc...
Rebuilding documentation...
Formatting htmldoc.html...
make[1]: ../htmldoc/htmldoc: No such file or directory
Formatting htmldoc.pdf...
make[1]: ../htmldoc/htmldoc: No such file or directory
make[1]: *** [htmldoc.html] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [htmldoc.pdf] Error 1
Your system is raring to brew
CHANGES INSTALL_RECEIPT.json share
COPYING README
configure: WARNING: FLTK not available so no GUI will be built.
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
image.cxx:1502:16: error: member access into incomplete type 'png_struct' (aka 'png_struct_def')
if (setjmp(pp->jmpbuf))
^
/usr/local/include/png.h:857:16: note: forward declaration of 'png_struct_def'
typedef struct png_struct_def png_struct;
^
image.cxx:1529:11: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if (info->color_type & PNG_COLOR_MASK_PALETTE)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1538:16: error: member access into incomplete type 'png_info' (aka 'png_info_def')
else if (info->bit_depth < 8)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1543:16: error: member access into incomplete type 'png_info' (aka 'png_info_def')
else if (info->bit_depth == 16)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1546:11: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if (info->color_type & PNG_COLOR_MASK_COLOR)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1557:21: error: member access into incomplete type 'png_info' (aka 'png_info_def')
img->width = info->width;
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1558:21: error: member access into incomplete type 'png_info' (aka 'png_info_def')
img->height = info->height;
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1560:12: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if ((info->color_type & PNG_COLOR_MASK_ALPHA) || info->num_trans)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1560:56: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if ((info->color_type & PNG_COLOR_MASK_ALPHA) || info->num_trans)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1597:34: error: member access into incomplete type 'png_info' (aka 'png_info_def')
rows = (png_bytep *)calloc(info->height, sizeof(png_bytep));
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1599:28: error: member access into incomplete type 'png_info' (aka 'png_info_def')
for (i = 0; i < (int)info->height; i ++)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1613:12: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if ((info->color_type & PNG_COLOR_MASK_ALPHA) || info->num_trans)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1613:56: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if ((info->color_type & PNG_COLOR_MASK_ALPHA) || info->num_trans)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1642:19: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if (gray && info->color_type & PNG_COLOR_MASK_COLOR)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
14 errors generated.
make[1]: *** [image.o] Error 1
brew: superenv removed: -I/usr/local/include -Wall -Wunused -Wno-char-subscripts -Os -g
image.cxx:1502:16: error: member access into incomplete type 'png_struct' (aka 'png_struct_def')
if (setjmp(pp->jmpbuf))
^
/usr/local/include/png.h:857:16: note: forward declaration of 'png_struct_def'
typedef struct png_struct_def png_struct;
^
image.cxx:1529:11: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if (info->color_type & PNG_COLOR_MASK_PALETTE)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1538:16: error: member access into incomplete type 'png_info' (aka 'png_info_def')
else if (info->bit_depth < 8)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1543:16: error: member access into incomplete type 'png_info' (aka 'png_info_def')
else if (info->bit_depth == 16)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1546:11: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if (info->color_type & PNG_COLOR_MASK_COLOR)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1557:21: error: member access into incomplete type 'png_info' (aka 'png_info_def')
img->width = info->width;
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1558:21: error: member access into incomplete type 'png_info' (aka 'png_info_def')
img->height = info->height;
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1560:12: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if ((info->color_type & PNG_COLOR_MASK_ALPHA) || info->num_trans)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1560:56: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if ((info->color_type & PNG_COLOR_MASK_ALPHA) || info->num_trans)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1597:34: error: member access into incomplete type 'png_info' (aka 'png_info_def')
rows = (png_bytep *)calloc(info->height, sizeof(png_bytep));
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1599:28: error: member access into incomplete type 'png_info' (aka 'png_info_def')
for (i = 0; i < (int)info->height; i ++)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1613:12: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if ((info->color_type & PNG_COLOR_MASK_ALPHA) || info->num_trans)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1613:56: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if ((info->color_type & PNG_COLOR_MASK_ALPHA) || info->num_trans)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
image.cxx:1642:19: error: member access into incomplete type 'png_info' (aka 'png_info_def')
if (gray && info->color_type & PNG_COLOR_MASK_COLOR)
^
/usr/local/include/png.h:730:16: note: forward declaration of 'png_info_def'
typedef struct png_info_def png_info;
^
14 errors generated.
make[2]: *** [image.o] Error 1
make[1]: ../htmldoc/htmldoc: No such file or directory
make[1]: *** [htmldoc.html] Error 1
==> Downloading http://ftp.easysw.com/pub/htmldoc/1.8.27/htmldoc-1.8.27-source.tar.bz2
Already downloaded: /Library/Caches/Homebrew/htmldoc-1.8.27.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/htmldoc-1.8.27.tar.bz2
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/opt/homebrew/Cellar/htmldoc/1.8.27 --mandir=/opt/homebrew/Cellar/htmldoc/1.8.27/share/man
./configure --disable-debug --disable-dependency-tracking --prefix=/opt/homebrew/Cellar/htmldoc/1.8.27 --mandir=/opt/homebrew/Cellar/htmldoc/1.8.27/share/man
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking how to run the C preprocessor... cc -E
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for chmod... /bin/chmod
checking for cp... /bin/cp
checking for fltk-config... no
checking for mv... /bin/mv
checking for mkdir... /bin/mkdir
checking for rm... /bin/rm
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for strings.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for strdup... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for tm_gmtoff member in tm structure... yes
checking for pow in -lm... yes
checking for library containing socket... none required
checking for library containing gethostbyaddr... none required
checking for library containing getaddrinfo... none required
checking for library containing getnameinfo... none required
checking for library containing hstrerror... none required
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for long long int... yes
checking for strtoll... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for SSL_new in -lssl... yes
checking for jpeg_CreateCompress in -ljpeg... yes
checking for gzgets in -lz... yes
checking for png_set_tRNS_to_alpha in -lpng... yes
checking if libsupc++ is required... no
checking if GCC supports -fno-rtti... yes
checking if GCC supports -fno-exceptions... yes
configure: creating ./config.status
config.status: creating Makedefs
config.status: creating Makefile
config.status: creating htmldoc.list
config.status: creating desktop/htmldoc.dt
config.status: creating desktop/htmldoc.ftr
config.status: creating desktop/htmldoc.plist
config.status: creating config.h
==> make
make
Making all in htmldoc...
Compiling gui.cxx...
Compiling file.c...
Compiling html.cxx...
Compiling htmldoc.cxx...
Compiling htmllib.cxx...
Compiling htmlsep.cxx...
Compiling http.c...
Compiling http-addr.c...
Compiling http-addrlist.c...
Compiling http-support.c...
Compiling image.cxx...
==> make install
make install
Making all in htmldoc...
Compiling image.cxx...
Installing in fonts...
Installing font files in /opt/homebrew/Cellar/htmldoc/1.8.27/share/htmldoc/fonts...
Installing in data...
Installing in doc...
Rebuilding documentation...
Formatting htmldoc.html...
==> Cleaning
==> Finishing up
ln -s ../../../opt/homebrew/Cellar/htmldoc/1.8.27/share/htmldoc htmldoc
ln -s ../../Cellar/htmldoc/1.8.27 htmldoc
ln -s ../../../opt/homebrew/Cellar/htmldoc/1.8.27 htmldoc
==> Summary
/opt/homebrew/Cellar/htmldoc/1.8.27: 80 files, 4.6M, built in 12 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment