#2356 closed defect (fixed)
VCDimager is failing at compile see the output in description
Reported by: | mherndon@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
sudo port install vcdimager ---> Building vcdimager with target all Error: Target com.apple.build returned: shell command "cd "/Users/mherndon/darwinports/dports/ multimedia/vcdimager/work/vcdimager-0.7.20" && make all" returned error 2 Command output: make all-recursive Making all in include Making all in libvcd make all-am make[4]: Nothing to be done for `all-am'. make[3]: Nothing to be done for `all-am'. Making all in lib if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I../lib/ -I/opt/ local/include -I/opt/local/include -g -O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer-arith -Wwrite-strings -Wnested-externs -Wno-sign- compare -MT image.lo -MD -MP -MF ".deps/image.Tpo" -c -o image.lo image.c; \ then mv -f ".deps/image.Tpo" ".deps/image.Plo"; else rm -f ".deps/image.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I../lib/ -I/opt/local/include -I/opt/local/include -g
-O2 -Wall -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wunused -Wpointer- arith -Wwrite-strings -Wnested-externs -Wno-sign-compare -MT image.lo -MD -MP -MF .deps/ image.Tpo -c image.c -fno-common -DPIC -o .libs/image.o image.c:80: error: conflicting types for `vcd_image_sink_write' image_sink.h:67: error: previous declaration of `vcd_image_sink_write' image.c:37: warning: `_rcsid' defined but not used make[2]: * [image.lo] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2
A fix for this has been committed; thanks for the report.