[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Help] Please try to compile volpack with pdebuild



Am Freitag, den 03.08.2007, 13:21 +0200 schrieb Andreas Tille:
> Hi,
> 
> I tried to sort out a problem I have in building volpack
> packages on debian-devel.  The thread starts at
> 
>     http://lists.debian.org/debian-devel/2007/07/msg01120.html
> 
> and continues this month at
> 
>     http://lists.debian.org/debian-devel/2007/08/msg00008.html
> 
> The problem is the following:  I announced here on this list a
> reworked build system for volpack and this works perfectly if
> I use debuild (not to speak of simple configre; make).  For
> some strange reason it fails to build if I use pbuilder and
> I have not yet found a clue to convince pbuilder to leave the
> temporary build directory for a safe inspection.

Very simple solution:

sudo pbuilder login
apt-get install dget dpkg-dev
dget [..].dsc

then install the build-dependencies and run debuild. But ...

> Could any
> kind soul be so kind whether this is reproducible on other
> machines?  I suspect that there is a small flaw in setting
> the pathes that are relative instead of absolute but I have
> no idea why this should not work.

... the log alerady tells, what's going wrong. m4 is missing (see the
configure output and the errors thrown, when m4 is called). The files
that are necessary are created by m4. Because m4 is missing, the linking
step fails. Simply add m4 to Build-Depends and then it runs fine. I
attached my build log.

However, there are implicit declarations, that should be fixed upstream.
You should further suggest to remove all the unused variables. To my
experience, it's better to suggest it by sending a patch :)

Regards, Daniel
I: Using pkgname logfile
Current time: Fri Aug  3 13:41:26 CEST 2007
pbuilder-time-stamp: 1186141286
Obtaining the cached apt archive contents
Installing the build-deps
 -> Attempting to parse the build-deps 
 -> Considering build-dep cdbs
   -> Trying cdbs
 -> Considering build-dep debhelper (>= 5)
   -> Trying debhelper
 -> Considering build-dep autotools-dev
   -> Trying autotools-dev
 -> Considering build-dep dpatch
   -> Trying dpatch
 -> Considering build-dep m4
   -> Trying m4
 -> Installing  cdbs debhelper autotools-dev dpatch m4
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  file gettext gettext-base html2text intltool-debian libmagic1 po-debconf
Suggested packages:
  devscripts doc-base dh-make curl cvs gettext-doc
Recommended packages:
  patchutils libmail-sendmail-perl libcompress-zlib-perl
The following NEW packages will be installed:
  autotools-dev cdbs debhelper dpatch file gettext gettext-base html2text
  intltool-debian libmagic1 m4 po-debconf
0 upgraded, 12 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/4213kB of archives.
After unpacking 12.4MB of additional disk space will be used.
Selecting previously deselected package libmagic1.
(Reading database ... 8928 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_4.21-2_i386.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_4.21-2_i386.deb) ...
Selecting previously deselected package gettext-base.
Unpacking gettext-base (from .../gettext-base_0.16.1-2_i386.deb) ...
Selecting previously deselected package m4.
Unpacking m4 (from .../archives/m4_1.4.9-2_i386.deb) ...
Selecting previously deselected package autotools-dev.
Unpacking autotools-dev (from .../autotools-dev_20070306.1_all.deb) ...
Selecting previously deselected package cdbs.
Unpacking cdbs (from .../archives/cdbs_0.4.49_all.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ...
Selecting previously deselected package gettext.
Unpacking gettext (from .../gettext_0.16.1-2_i386.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.9_all.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_5.0.53_all.deb) ...
Selecting previously deselected package dpatch.
Unpacking dpatch (from .../archives/dpatch_2.0.26_all.deb) ...
Setting up libmagic1 (4.21-2) ...

Setting up file (4.21-2) ...
Setting up gettext-base (0.16.1-2) ...

Setting up m4 (1.4.9-2) ...

Setting up autotools-dev (20070306.1) ...
Setting up cdbs (0.4.49) ...

Setting up html2text (1.3.2a-3) ...

Setting up gettext (0.16.1-2) ...

Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.9) ...
Setting up debhelper (5.0.53) ...
Setting up dpatch (2.0.26) ...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
fakeroot is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Copying back the cached apt archive contents
Copying source file
    -> copying [../volpack_1.0b3-1.dsc]
    -> copying [../volpack_1.0b3.orig.tar.gz]
    -> copying [../volpack_1.0b3-1.diff.gz]
Extracting source
dpkg-source: warning: extracting unsigned source package (./volpack_1.0b3-1.dsc)
dpkg-source: extracting volpack in volpack-1.0b3
dpkg-source: unpacking volpack_1.0b3.orig.tar.gz
dpkg-source: applying ./volpack_1.0b3-1.diff.gz
 -> Building the package
dpkg-buildpackage: source package is volpack
dpkg-buildpackage: source version is 1.0b3-1
dpkg-buildpackage: source changed by Michael Hanke <michael.hanke@gmail.com>
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 1.0b3-1
 fakeroot debian/rules clean
test -x debian/rules
test "`id -u`" = 0
for i in ./config.guess ./config.sub  ; do \
		if test -e $i.cdbs-orig ; then \
			mv $i.cdbs-orig $i ; \
		fi ; \
	done
dh_clean 
/usr/bin/make -C . -k distclean
make[1]: Entering directory `/tmp/buildd/volpack-1.0b3'
make[1]: *** No rule to make target `distclean'.
make[1]: Leaving directory `/tmp/buildd/volpack-1.0b3'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-build
rm -f debian/stamp-autotools-files
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/tmp/buildd/volpack-1.0b3'
for i in ./config.guess ./config.sub  ; do \
		if test -e $i.cdbs-orig ; then \
			mv $i.cdbs-orig $i ; \
		fi ; \
	done
make[1]: Leaving directory `/tmp/buildd/volpack-1.0b3'
dpatch deapply-all
rm -rf debian/patched
rm -f debian/stamp-patched
rm examples/Makefile
rm: cannot remove `examples/Makefile': No such file or directory
make: [clean] Error 1 (ignored)
 dpkg-source -b volpack-1.0b3
dpkg-source: building volpack using existing volpack_1.0b3.orig.tar.gz
dpkg-source: building volpack in volpack_1.0b3-1.diff.gz
dpkg-source: building volpack in volpack_1.0b3-1.dsc
 debian/rules build
test -x debian/rules
mkdir -p "."
if test -e /usr/share/misc/config.guess ; then \
		for i in ./config.guess ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.guess $i ; \
			fi ; \
		done ; \
	fi
if test -e /usr/share/misc/config.sub ; then \
		for i in ./config.sub ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.sub $i ; \
			fi ; \
		done ; \
	fi
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/tmp/buildd/volpack-1.0b3'
for i in ./config.guess ./config.sub  ; do \
		if test -e $i.cdbs-orig ; then \
			mv $i.cdbs-orig $i ; \
		fi ; \
	done
make[1]: Leaving directory `/tmp/buildd/volpack-1.0b3'
dpatch apply-all
/usr/bin/make -f debian/rules update-config
make[1]: Entering directory `/tmp/buildd/volpack-1.0b3'
if test -e /usr/share/misc/config.guess ; then \
		for i in ./config.guess ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.guess $i ; \
			fi ; \
		done ; \
	fi
if test -e /usr/share/misc/config.sub ; then \
		for i in ./config.sub ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.sub $i ; \
			fi ; \
		done ; \
	fi
make[1]: Leaving directory `/tmp/buildd/volpack-1.0b3'
touch debian/stamp-patched
touch debian/stamp-autotools-files
chmod a+x /tmp/buildd/volpack-1.0b3/./configure
cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" /tmp/buildd/volpack-1.0b3/./configure --build=i486-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/volpack" --disable-maintainer-mode --disable-dependency-tracking --srcdir=.   
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... cc
checking for C compiler default output file name... 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 ISO C89... none needed
checking dependency style of cc... none
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking host system type... (cached) i486-pc-linux-gnu
Unrecognized system type i486-pc-linux-gnu.  Using generic compiler options.
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) none
checking how to run the C preprocessor... cc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for gnum4... no
checking for gm4... no
checking for m4... /usr/bin/m4
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for cos in -lm... yes
checking for vprintf... yes
checking for _doprnt... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating examples/Makefile
config.status: creating doc/Makefile
config.status: creating man/Makefile
config.status: creating man/src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
/usr/bin/make -C . 
make[1]: Entering directory `/tmp/buildd/volpack-1.0b3'
/usr/bin/make  all-recursive
make[2]: Entering directory `/tmp/buildd/volpack-1.0b3'
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_check.lo vp_check.c
mkdir .libs
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_check.c  -fPIC -DPIC -o .libs/vp_check.o
vp_check.c: In function 'VPCheckRawVolume':
vp_check.c:90: warning: unused variable 'offset'
vp_check.c:90: warning: unused variable 'size'
vp_check.c: In function 'VPCheckClassifier':
vp_check.c:162: warning: unused variable 'offset'
vp_check.c:162: warning: unused variable 'size'
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_check.c -o vp_check.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_context.lo vp_context.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_context.c  -fPIC -DPIC -o .libs/vp_context.o
vp_context.c: In function 'vpGetd':
vp_context.c:1536: warning: unused variable 'c'
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_context.c -o vp_context.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_extract.lo vp_extract.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_extract.c  -fPIC -DPIC -o .libs/vp_extract.o
vp_extract.c: In function 'ExtractRawVolume':
vp_extract.c:183: warning: unused variable 'retcode'
vp_extract.c: In function 'ExtractClassifiedVolume':
vp_extract.c:614: warning: unused variable 'value'
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_extract.c -o vp_extract.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_file.lo vp_file.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_file.c  -fPIC -DPIC -o .libs/vp_file.o
vp_file.c: In function 'vpLoadRawVolume':
vp_file.c:955: warning: unused variable 'destroy_old_volume'
vp_file.c:954: warning: unused variable 'data'
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_file.c -o vp_file.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_linalg.lo vp_linalg.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_linalg.c  -fPIC -DPIC -o .libs/vp_linalg.o
vp_linalg.c: In function 'VPLoadRotation':
vp_linalg.c:305: warning: unused variable 'tmp'
vp_linalg.c: In function 'vpSolveSystem4':
vp_linalg.c:187: warning: 'ipivot' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_linalg.c -o vp_linalg.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_octree.lo vp_octree.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_octree.c  -fPIC -DPIC -o .libs/vp_octree.o
vp_octree.c: In function 'vpCreateMinMaxOctree':
vp_octree.c:70: warning: unused variable 'field_size'
vp_octree.c: In function 'vpOctreeMask':
vp_octree.c:1193: warning: comparison between pointer and integer
vp_octree.c:1187: warning: unused variable 'aptr'
vp_octree.c:1186: warning: unused variable 'c'
vp_octree.c: In function 'VPCheckRuns':
vp_octree.c:1557: warning: control reaches end of non-void function
vp_octree.c: In function 'DescendPyramid':
vp_octree.c:442: warning: 'child_node' may be used uninitialized in this function
vp_octree.c: In function 'ComputeOctreeMask':
vp_octree.c:1228: warning: 'value' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_octree.c -o vp_octree.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_renderA.lo vp_renderA.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_renderA.c  -fPIC -DPIC -o .libs/vp_renderA.o
vp_renderA.c: In function 'VPRenderAffine':
vp_renderA.c:110: warning: 'rle_voxels' may be used uninitialized in this function
vp_renderA.c:105: warning: 'kstride' may be used uninitialized in this function
vp_renderA.c:104: warning: 'jstride' may be used uninitialized in this function
vp_renderA.c:103: warning: 'istride' may be used uninitialized in this function
vp_renderA.c:102: warning: 'kcount' may be used uninitialized in this function
vp_renderA.c:101: warning: 'jcount' may be used uninitialized in this function
vp_renderA.c:100: warning: 'icount' may be used uninitialized in this function
vp_renderA.c:136: warning: 'shadow_image' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_renderA.c -o vp_renderA.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_renderB.lo vp_renderB.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_renderB.c  -fPIC -DPIC -o .libs/vp_renderB.o
vp_renderB.c:346: warning: 'ScaleColors' defined but not used
vp_renderB.c: In function 'vpBruteForceRender':
vp_renderB.c:103: warning: 'kcount' may be used uninitialized in this function
vp_renderB.c:102: warning: 'jcount' may be used uninitialized in this function
vp_renderB.c:101: warning: 'icount' may be used uninitialized in this function
vp_renderB.c:561: warning: 'rgb_intim' may be used uninitialized in this function
vp_renderB.c:560: warning: 'gray_intim' may be used uninitialized in this function
vp_renderB.c:638: warning: 'b_int' may be used uninitialized in this function
vp_renderB.c:638: warning: 'g_int' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_renderB.c -o vp_renderB.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_renderC.lo vp_renderC.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_renderC.c  -fPIC -DPIC -o .libs/vp_renderC.o
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_renderC.c -o vp_renderC.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_renderR.lo vp_renderR.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_renderR.c  -fPIC -DPIC -o .libs/vp_renderR.o
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_renderR.c -o vp_renderR.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_resample.lo vp_resample.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_resample.c  -fPIC -DPIC -o .libs/vp_resample.o
vp_resample.c: In function 'vpResample':
vp_resample.c:138: warning: unused variable 'd'
vp_resample.c: In function 'vpResample3D':
vp_resample.c:674: warning: 'vpc' is used uninitialized in this function
vp_resample.c: In function 'vpResample2D':
vp_resample.c:573: warning: 'vpc' is used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_resample.c -o vp_resample.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_rle.lo vp_rle.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_rle.c  -fPIC -DPIC -o .libs/vp_rle.o
vp_rle.c: In function 'EncodeScanline':
vp_rle.c:254: warning: unused variable 'retcode'
vp_rle.c:250: warning: unused variable 'run_length'
vp_rle.c: In function 'PadScanlines':
vp_rle.c:922: warning: unused variable 'scan_run_count'
vp_rle.c: In function 'EncodeScanline':
vp_rle.c:252: warning: 'octree_run_ptr' may be used uninitialized in this function
vp_rle.c:588: warning: 'x_lengths' may be used uninitialized in this function
vp_rle.c:585: warning: 'x_data' may be used uninitialized in this function
vp_rle.c:589: warning: 'y_lengths' may be used uninitialized in this function
vp_rle.c:586: warning: 'y_data' may be used uninitialized in this function
vp_rle.c:590: warning: 'z_lengths' may be used uninitialized in this function
vp_rle.c:587: warning: 'z_data' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_rle.c -o vp_rle.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_shade.lo vp_shade.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_shade.c  -fPIC -DPIC -o .libs/vp_shade.o
vp_shade.c: In function 'InitNormalTables':
vp_shade.c:132: warning: unused variable 'value'
vp_shade.c:131: warning: unused variable 'sum'
vp_shade.c: In function 'vpShadeTable':
vp_shade.c:449: warning: unused variable 'b'
vp_shade.c:449: warning: unused variable 'g'
vp_shade.c:449: warning: unused variable 'r'
vp_shade.c: In function 'vpScanlineNormals':
vp_shade.c:272: warning: 'scalar_offset' may be used uninitialized in this function
vp_shade.c:273: warning: 'grad_offset' may be used uninitialized in this function
vp_shade.c:274: warning: 'norm_offset' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_shade.c -o vp_shade.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_transpose.lo vp_transpose.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_transpose.c  -fPIC -DPIC -o .libs/vp_transpose.o
vp_transpose.c: In function 'TransposeBlock':
vp_transpose.c:149: warning: control reaches end of non-void function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_transpose.c -o vp_transpose.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_util.lo vp_util.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_util.c  -fPIC -DPIC -o .libs/vp_util.o
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_util.c -o vp_util.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_view.lo vp_view.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_view.c  -fPIC -DPIC -o .libs/vp_view.o
vp_view.c: In function 'VPFactorView':
vp_view.c:157: warning: 'kcount' may be used uninitialized in this function
vp_view.c:157: warning: 'jcount' may be used uninitialized in this function
vp_view.c:157: warning: 'icount' may be used uninitialized in this function
vp_view.c:957: warning: 'kcount' may be used uninitialized in this function
vp_view.c:957: warning: 'jcount' may be used uninitialized in this function
vp_view.c:957: warning: 'icount' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_view.c -o vp_view.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_warp.lo vp_warp.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warp.c  -fPIC -DPIC -o .libs/vp_warp.o
vp_warp.c: In function 'VPComputeWarpTables':
vp_warp.c:70: warning: operation on 'wptr' may be undefined
vp_warp.c:70: warning: operation on 'wptr' may be undefined
vp_warp.c:70: warning: operation on 'wptr' may be undefined
vp_warp.c: In function 'OrderCoords':
vp_warp.c:325: warning: unused variable 'swap_buf'
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warp.c -o vp_warp.o >/dev/null 2>&1
/usr/bin/m4 -DSourceFile=vp_compAC1NB.c no_edit_header vp_compA.m4 > vp_compAC1NB.c
/usr/bin/m4 -DSourceFile=vp_compAC3NB.c no_edit_header vp_compA.m4 > vp_compAC3NB.c
/usr/bin/m4 -DSourceFile=vp_compAR1NB.c no_edit_header vp_compA.m4 > vp_compAR1NB.c
/usr/bin/m4 -DSourceFile=vp_compAR3NB.c no_edit_header vp_compA.m4 > vp_compAR3NB.c
/usr/bin/m4 -DSourceFile=vp_compAC1PB.c no_edit_header vp_compA.m4 > vp_compAC1PB.c
/usr/bin/m4 -DSourceFile=vp_compAC3PB.c no_edit_header vp_compA.m4 > vp_compAC3PB.c
/usr/bin/m4 -DSourceFile=vp_compAR1PB.c no_edit_header vp_compA.m4 > vp_compAR1PB.c
/usr/bin/m4 -DSourceFile=vp_compAR3PB.c no_edit_header vp_compA.m4 > vp_compAR3PB.c
/usr/bin/m4 -DSourceFile=vp_compAC00G.c no_edit_header vp_compA.m4 > vp_compAC00G.c
/usr/bin/m4 -DSourceFile=vp_compAR00G.c no_edit_header vp_compA.m4 > vp_compAR00G.c
/usr/bin/m4 -DSourceFile=vp_compAC1NS.c no_edit_header vp_compA.m4 > vp_compAC1NS.c
/usr/bin/m4 -DSourceFile=vp_compAC3NS.c no_edit_header vp_compA.m4 > vp_compAC3NS.c
/usr/bin/m4 -DSourceFile=vp_compAR1NS.c no_edit_header vp_compA.m4 > vp_compAR1NS.c
/usr/bin/m4 -DSourceFile=vp_compAR3NS.c no_edit_header vp_compA.m4 > vp_compAR3NS.c
/usr/bin/m4 -DSourceFile=vp_compAC11B.c no_edit_header vp_compA.m4 > vp_compAC11B.c
/usr/bin/m4 -DSourceFile=vp_compAC31B.c no_edit_header vp_compA.m4 > vp_compAC31B.c
/usr/bin/m4 -DSourceFile=vp_compAC32B.c no_edit_header vp_compA.m4 > vp_compAC32B.c
/usr/bin/m4 -DSourceFile=vp_compAR11B.c no_edit_header vp_compA.m4 > vp_compAR11B.c
/usr/bin/m4 -DSourceFile=vp_compAR31B.c no_edit_header vp_compA.m4 > vp_compAR31B.c
/usr/bin/m4 -DSourceFile=vp_compAR32B.c no_edit_header vp_compA.m4 > vp_compAR32B.c
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAC1NB.lo vp_compAC1NB.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC1NB.c  -fPIC -DPIC -o .libs/vp_compAC1NB.o
vp_compAC1NB.c: In function 'VPCompAC1NB':
vp_compAC1NB.c:290: warning: unused variable 'weight2'
vp_compAC1NB.c:290: warning: unused variable 'weight1'
vp_compAC1NB.c:295: warning: 'bot_clr' may be used uninitialized in this function
vp_compAC1NB.c:295: warning: 'top_clr' may be used uninitialized in this function
vp_compAC1NB.c:271: warning: 'final_run_state' may be used uninitialized in this function
vp_compAC1NB.c:248: warning: 'bot_opc' may be used uninitialized in this function
vp_compAC1NB.c:248: warning: 'top_opc' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC1NB.c -o vp_compAC1NB.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAC3NB.lo vp_compAC3NB.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC3NB.c  -fPIC -DPIC -o .libs/vp_compAC3NB.o
vp_compAC3NB.c: In function 'VPCompAC3NB':
vp_compAC3NB.c:290: warning: unused variable 'weight2'
vp_compAC3NB.c:290: warning: unused variable 'weight1'
vp_compAC3NB.c:307: warning: 'bot_bclr' may be used uninitialized in this function
vp_compAC3NB.c:306: warning: 'top_bclr' may be used uninitialized in this function
vp_compAC3NB.c:305: warning: 'bot_gclr' may be used uninitialized in this function
vp_compAC3NB.c:304: warning: 'top_gclr' may be used uninitialized in this function
vp_compAC3NB.c:303: warning: 'bot_rclr' may be used uninitialized in this function
vp_compAC3NB.c:302: warning: 'top_rclr' may be used uninitialized in this function
vp_compAC3NB.c:271: warning: 'final_run_state' may be used uninitialized in this function
vp_compAC3NB.c:248: warning: 'bot_opc' may be used uninitialized in this function
vp_compAC3NB.c:248: warning: 'top_opc' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC3NB.c -o vp_compAC3NB.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAR1NB.lo vp_compAR1NB.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR1NB.c  -fPIC -DPIC -o .libs/vp_compAR1NB.o
vp_compAR1NB.c: In function 'VPCompAR1NB':
vp_compAR1NB.c:291: warning: unused variable 'weight2'
vp_compAR1NB.c:291: warning: unused variable 'weight1'
vp_compAR1NB.c:320: warning: 'best_view_axis' may be used uninitialized in this function
vp_compAR1NB.c:296: warning: 'bot_clr' may be used uninitialized in this function
vp_compAR1NB.c:296: warning: 'top_clr' may be used uninitialized in this function
vp_compAR1NB.c:272: warning: 'final_run_state' may be used uninitialized in this function
vp_compAR1NB.c:265: warning: 'botRLElen' may be used uninitialized in this function
vp_compAR1NB.c:264: warning: 'topRLElen' may be used uninitialized in this function
vp_compAR1NB.c:249: warning: 'bot_opc' may be used uninitialized in this function
vp_compAR1NB.c:249: warning: 'top_opc' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR1NB.c -o vp_compAR1NB.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAR3NB.lo vp_compAR3NB.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR3NB.c  -fPIC -DPIC -o .libs/vp_compAR3NB.o
vp_compAR3NB.c: In function 'VPCompAR3NB':
vp_compAR3NB.c:291: warning: unused variable 'weight2'
vp_compAR3NB.c:291: warning: unused variable 'weight1'
vp_compAR3NB.c:320: warning: 'best_view_axis' may be used uninitialized in this function
vp_compAR3NB.c:308: warning: 'bot_bclr' may be used uninitialized in this function
vp_compAR3NB.c:307: warning: 'top_bclr' may be used uninitialized in this function
vp_compAR3NB.c:306: warning: 'bot_gclr' may be used uninitialized in this function
vp_compAR3NB.c:305: warning: 'top_gclr' may be used uninitialized in this function
vp_compAR3NB.c:304: warning: 'bot_rclr' may be used uninitialized in this function
vp_compAR3NB.c:303: warning: 'top_rclr' may be used uninitialized in this function
vp_compAR3NB.c:272: warning: 'final_run_state' may be used uninitialized in this function
vp_compAR3NB.c:265: warning: 'botRLElen' may be used uninitialized in this function
vp_compAR3NB.c:264: warning: 'topRLElen' may be used uninitialized in this function
vp_compAR3NB.c:249: warning: 'bot_opc' may be used uninitialized in this function
vp_compAR3NB.c:249: warning: 'top_opc' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR3NB.c -o vp_compAR3NB.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAC1PB.lo vp_compAC1PB.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC1PB.c  -fPIC -DPIC -o .libs/vp_compAC1PB.o
vp_compAC1PB.c: In function 'VPCompAC1PB':
vp_compAC1PB.c:281: warning: unused variable 'shade_index'
vp_compAC1PB.c:248: warning: 'bot_opc' may be used uninitialized in this function
vp_compAC1PB.c:248: warning: 'top_opc' may be used uninitialized in this function
vp_compAC1PB.c:271: warning: 'final_run_state' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC1PB.c -o vp_compAC1PB.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAC3PB.lo vp_compAC3PB.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC3PB.c  -fPIC -DPIC -o .libs/vp_compAC3PB.o
vp_compAC3PB.c: In function 'VPCompAC3PB':
vp_compAC3PB.c:281: warning: unused variable 'shade_index'
vp_compAC3PB.c:248: warning: 'bot_opc' may be used uninitialized in this function
vp_compAC3PB.c:248: warning: 'top_opc' may be used uninitialized in this function
vp_compAC3PB.c:271: warning: 'final_run_state' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC3PB.c -o vp_compAC3PB.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAR1PB.lo vp_compAR1PB.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR1PB.c  -fPIC -DPIC -o .libs/vp_compAR1PB.o
vp_compAR1PB.c: In function 'VPCompAR1PB':
vp_compAR1PB.c:282: warning: unused variable 'shade_index'
vp_compAR1PB.c:320: warning: 'best_view_axis' may be used uninitialized in this function
vp_compAR1PB.c:272: warning: 'final_run_state' may be used uninitialized in this function
vp_compAR1PB.c:265: warning: 'botRLElen' may be used uninitialized in this function
vp_compAR1PB.c:264: warning: 'topRLElen' may be used uninitialized in this function
vp_compAR1PB.c:249: warning: 'bot_opc' may be used uninitialized in this function
vp_compAR1PB.c:249: warning: 'top_opc' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR1PB.c -o vp_compAR1PB.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAR3PB.lo vp_compAR3PB.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR3PB.c  -fPIC -DPIC -o .libs/vp_compAR3PB.o
vp_compAR3PB.c: In function 'VPCompAR3PB':
vp_compAR3PB.c:282: warning: unused variable 'shade_index'
vp_compAR3PB.c:320: warning: 'best_view_axis' may be used uninitialized in this function
vp_compAR3PB.c:272: warning: 'final_run_state' may be used uninitialized in this function
vp_compAR3PB.c:265: warning: 'botRLElen' may be used uninitialized in this function
vp_compAR3PB.c:264: warning: 'topRLElen' may be used uninitialized in this function
vp_compAR3PB.c:249: warning: 'bot_opc' may be used uninitialized in this function
vp_compAR3PB.c:249: warning: 'top_opc' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR3PB.c -o vp_compAR3PB.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAC00G.lo vp_compAC00G.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC00G.c  -fPIC -DPIC -o .libs/vp_compAC00G.o
vp_compAC00G.c: In function 'VPCompAC00G':
vp_compAC00G.c:290: warning: unused variable 'weight2'
vp_compAC00G.c:290: warning: unused variable 'weight1'
vp_compAC00G.c:289: warning: unused variable 'm'
vp_compAC00G.c:288: warning: unused variable 'weight_index'
vp_compAC00G.c:282: warning: unused variable 'shade_factor'
vp_compAC00G.c:281: warning: unused variable 'shade_index'
vp_compAC00G.c:248: warning: 'bot_opc' may be used uninitialized in this function
vp_compAC00G.c:248: warning: 'top_opc' may be used uninitialized in this function
vp_compAC00G.c:271: warning: 'final_run_state' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC00G.c -o vp_compAC00G.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAR00G.lo vp_compAR00G.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR00G.c  -fPIC -DPIC -o .libs/vp_compAR00G.o
vp_compAR00G.c: In function 'VPCompAR00G':
vp_compAR00G.c:291: warning: unused variable 'weight2'
vp_compAR00G.c:291: warning: unused variable 'weight1'
vp_compAR00G.c:290: warning: unused variable 'm'
vp_compAR00G.c:289: warning: unused variable 'weight_index'
vp_compAR00G.c:283: warning: unused variable 'shade_factor'
vp_compAR00G.c:282: warning: unused variable 'shade_index'
vp_compAR00G.c:320: warning: 'best_view_axis' may be used uninitialized in this function
vp_compAR00G.c:272: warning: 'final_run_state' may be used uninitialized in this function
vp_compAR00G.c:265: warning: 'botRLElen' may be used uninitialized in this function
vp_compAR00G.c:264: warning: 'topRLElen' may be used uninitialized in this function
vp_compAR00G.c:249: warning: 'bot_opc' may be used uninitialized in this function
vp_compAR00G.c:249: warning: 'top_opc' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR00G.c -o vp_compAR00G.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAC1NS.lo vp_compAC1NS.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC1NS.c  -fPIC -DPIC -o .libs/vp_compAC1NS.o
vp_compAC1NS.c: In function 'VPCompAC1NS':
vp_compAC1NS.c:291: warning: unused variable 'weight2'
vp_compAC1NS.c:291: warning: unused variable 'weight1'
vp_compAC1NS.c:367: warning: 'bot_sclr' may be used uninitialized in this function
vp_compAC1NS.c:367: warning: 'top_sclr' may be used uninitialized in this function
vp_compAC1NS.c:296: warning: 'bot_clr' may be used uninitialized in this function
vp_compAC1NS.c:296: warning: 'top_clr' may be used uninitialized in this function
vp_compAC1NS.c:272: warning: 'final_run_state' may be used uninitialized in this function
vp_compAC1NS.c:249: warning: 'bot_opc' may be used uninitialized in this function
vp_compAC1NS.c:249: warning: 'top_opc' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC1NS.c -o vp_compAC1NS.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAC3NS.lo vp_compAC3NS.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC3NS.c  -fPIC -DPIC -o .libs/vp_compAC3NS.o
vp_compAC3NS.c: In function 'VPCompAC3NS':
vp_compAC3NS.c:291: warning: unused variable 'weight2'
vp_compAC3NS.c:291: warning: unused variable 'weight1'
vp_compAC3NS.c:375: warning: 'bot_bsclr' may be used uninitialized in this function
vp_compAC3NS.c:374: warning: 'top_bsclr' may be used uninitialized in this function
vp_compAC3NS.c:373: warning: 'bot_gsclr' may be used uninitialized in this function
vp_compAC3NS.c:372: warning: 'top_gsclr' may be used uninitialized in this function
vp_compAC3NS.c:371: warning: 'bot_rsclr' may be used uninitialized in this function
vp_compAC3NS.c:370: warning: 'top_rsclr' may be used uninitialized in this function
vp_compAC3NS.c:308: warning: 'bot_bclr' may be used uninitialized in this function
vp_compAC3NS.c:307: warning: 'top_bclr' may be used uninitialized in this function
vp_compAC3NS.c:306: warning: 'bot_gclr' may be used uninitialized in this function
vp_compAC3NS.c:305: warning: 'top_gclr' may be used uninitialized in this function
vp_compAC3NS.c:304: warning: 'bot_rclr' may be used uninitialized in this function
vp_compAC3NS.c:303: warning: 'top_rclr' may be used uninitialized in this function
vp_compAC3NS.c:272: warning: 'final_run_state' may be used uninitialized in this function
vp_compAC3NS.c:249: warning: 'bot_opc' may be used uninitialized in this function
vp_compAC3NS.c:249: warning: 'top_opc' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC3NS.c -o vp_compAC3NS.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAR1NS.lo vp_compAR1NS.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR1NS.c  -fPIC -DPIC -o .libs/vp_compAR1NS.o
vp_compAR1NS.c: In function 'VPCompAR1NS':
vp_compAR1NS.c:292: warning: unused variable 'weight2'
vp_compAR1NS.c:292: warning: unused variable 'weight1'
vp_compAR1NS.c:321: warning: 'best_view_axis' may be used uninitialized in this function
vp_compAR1NS.c:297: warning: 'bot_clr' may be used uninitialized in this function
vp_compAR1NS.c:297: warning: 'top_clr' may be used uninitialized in this function
vp_compAR1NS.c:273: warning: 'final_run_state' may be used uninitialized in this function
vp_compAR1NS.c:266: warning: 'botRLElen' may be used uninitialized in this function
vp_compAR1NS.c:265: warning: 'topRLElen' may be used uninitialized in this function
vp_compAR1NS.c:250: warning: 'bot_opc' may be used uninitialized in this function
vp_compAR1NS.c:250: warning: 'top_opc' may be used uninitialized in this function
vp_compAR1NS.c:368: warning: 'bot_sclr' may be used uninitialized in this function
vp_compAR1NS.c:368: warning: 'top_sclr' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR1NS.c -o vp_compAR1NS.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAR3NS.lo vp_compAR3NS.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR3NS.c  -fPIC -DPIC -o .libs/vp_compAR3NS.o
vp_compAR3NS.c: In function 'VPCompAR3NS':
vp_compAR3NS.c:292: warning: unused variable 'weight2'
vp_compAR3NS.c:292: warning: unused variable 'weight1'
vp_compAR3NS.c:321: warning: 'best_view_axis' may be used uninitialized in this function
vp_compAR3NS.c:375: warning: 'top_bsclr' may be used uninitialized in this function
vp_compAR3NS.c:374: warning: 'bot_gsclr' may be used uninitialized in this function
vp_compAR3NS.c:373: warning: 'top_gsclr' may be used uninitialized in this function
vp_compAR3NS.c:372: warning: 'bot_rsclr' may be used uninitialized in this function
vp_compAR3NS.c:371: warning: 'top_rsclr' may be used uninitialized in this function
vp_compAR3NS.c:309: warning: 'bot_bclr' may be used uninitialized in this function
vp_compAR3NS.c:308: warning: 'top_bclr' may be used uninitialized in this function
vp_compAR3NS.c:307: warning: 'bot_gclr' may be used uninitialized in this function
vp_compAR3NS.c:306: warning: 'top_gclr' may be used uninitialized in this function
vp_compAR3NS.c:305: warning: 'bot_rclr' may be used uninitialized in this function
vp_compAR3NS.c:304: warning: 'top_rclr' may be used uninitialized in this function
vp_compAR3NS.c:273: warning: 'final_run_state' may be used uninitialized in this function
vp_compAR3NS.c:266: warning: 'botRLElen' may be used uninitialized in this function
vp_compAR3NS.c:265: warning: 'topRLElen' may be used uninitialized in this function
vp_compAR3NS.c:250: warning: 'bot_opc' may be used uninitialized in this function
vp_compAR3NS.c:250: warning: 'top_opc' may be used uninitialized in this function
vp_compAR3NS.c:376: warning: 'bot_bsclr' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR3NS.c -o vp_compAR3NS.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAC11B.lo vp_compAC11B.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC11B.c  -fPIC -DPIC -o .libs/vp_compAC11B.o
vp_compAC11B.c: In function 'VPCompAC11B':
vp_compAC11B.c:247: warning: 'bot_opc' may be used uninitialized in this function
vp_compAC11B.c:247: warning: 'top_opc' may be used uninitialized in this function
vp_compAC11B.c:294: warning: 'bot_clr' may be used uninitialized in this function
vp_compAC11B.c:294: warning: 'top_clr' may be used uninitialized in this function
vp_compAC11B.c:270: warning: 'final_run_state' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC11B.c -o vp_compAC11B.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAC31B.lo vp_compAC31B.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC31B.c  -fPIC -DPIC -o .libs/vp_compAC31B.o
vp_compAC31B.c: In function 'VPCompAC31B':
vp_compAC31B.c:247: warning: 'bot_opc' may be used uninitialized in this function
vp_compAC31B.c:247: warning: 'top_opc' may be used uninitialized in this function
vp_compAC31B.c:306: warning: 'bot_bclr' may be used uninitialized in this function
vp_compAC31B.c:305: warning: 'top_bclr' may be used uninitialized in this function
vp_compAC31B.c:304: warning: 'bot_gclr' may be used uninitialized in this function
vp_compAC31B.c:303: warning: 'top_gclr' may be used uninitialized in this function
vp_compAC31B.c:302: warning: 'bot_rclr' may be used uninitialized in this function
vp_compAC31B.c:301: warning: 'top_rclr' may be used uninitialized in this function
vp_compAC31B.c:270: warning: 'final_run_state' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC31B.c -o vp_compAC31B.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAC32B.lo vp_compAC32B.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC32B.c  -fPIC -DPIC -o .libs/vp_compAC32B.o
vp_compAC32B.c: In function 'VPCompAC32B':
vp_compAC32B.c:290: warning: unused variable 'weight2'
vp_compAC32B.c:290: warning: unused variable 'weight1'
vp_compAC32B.c:289: warning: unused variable 'm'
vp_compAC32B.c:307: warning: 'bot_bclr' may be used uninitialized in this function
vp_compAC32B.c:306: warning: 'top_bclr' may be used uninitialized in this function
vp_compAC32B.c:305: warning: 'bot_gclr' may be used uninitialized in this function
vp_compAC32B.c:304: warning: 'top_gclr' may be used uninitialized in this function
vp_compAC32B.c:303: warning: 'bot_rclr' may be used uninitialized in this function
vp_compAC32B.c:302: warning: 'top_rclr' may be used uninitialized in this function
vp_compAC32B.c:271: warning: 'final_run_state' may be used uninitialized in this function
vp_compAC32B.c:248: warning: 'bot_opc' may be used uninitialized in this function
vp_compAC32B.c:248: warning: 'top_opc' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAC32B.c -o vp_compAC32B.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAR11B.lo vp_compAR11B.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR11B.c  -fPIC -DPIC -o .libs/vp_compAR11B.o
vp_compAR11B.c: In function 'VPCompAR11B':
vp_compAR11B.c:319: warning: 'best_view_axis' may be used uninitialized in this function
vp_compAR11B.c:295: warning: 'bot_clr' may be used uninitialized in this function
vp_compAR11B.c:295: warning: 'top_clr' may be used uninitialized in this function
vp_compAR11B.c:271: warning: 'final_run_state' may be used uninitialized in this function
vp_compAR11B.c:264: warning: 'botRLElen' may be used uninitialized in this function
vp_compAR11B.c:263: warning: 'topRLElen' may be used uninitialized in this function
vp_compAR11B.c:248: warning: 'bot_opc' may be used uninitialized in this function
vp_compAR11B.c:248: warning: 'top_opc' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR11B.c -o vp_compAR11B.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAR31B.lo vp_compAR31B.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR31B.c  -fPIC -DPIC -o .libs/vp_compAR31B.o
vp_compAR31B.c: In function 'VPCompAR31B':
vp_compAR31B.c:319: warning: 'best_view_axis' may be used uninitialized in this function
vp_compAR31B.c:307: warning: 'bot_bclr' may be used uninitialized in this function
vp_compAR31B.c:306: warning: 'top_bclr' may be used uninitialized in this function
vp_compAR31B.c:305: warning: 'bot_gclr' may be used uninitialized in this function
vp_compAR31B.c:304: warning: 'top_gclr' may be used uninitialized in this function
vp_compAR31B.c:303: warning: 'bot_rclr' may be used uninitialized in this function
vp_compAR31B.c:302: warning: 'top_rclr' may be used uninitialized in this function
vp_compAR31B.c:271: warning: 'final_run_state' may be used uninitialized in this function
vp_compAR31B.c:264: warning: 'botRLElen' may be used uninitialized in this function
vp_compAR31B.c:263: warning: 'topRLElen' may be used uninitialized in this function
vp_compAR31B.c:248: warning: 'bot_opc' may be used uninitialized in this function
vp_compAR31B.c:248: warning: 'top_opc' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR31B.c -o vp_compAR31B.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_compAR32B.lo vp_compAR32B.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR32B.c  -fPIC -DPIC -o .libs/vp_compAR32B.o
vp_compAR32B.c: In function 'VPCompAR32B':
vp_compAR32B.c:291: warning: unused variable 'weight2'
vp_compAR32B.c:291: warning: unused variable 'weight1'
vp_compAR32B.c:290: warning: unused variable 'm'
vp_compAR32B.c:320: warning: 'best_view_axis' may be used uninitialized in this function
vp_compAR32B.c:308: warning: 'bot_bclr' may be used uninitialized in this function
vp_compAR32B.c:307: warning: 'top_bclr' may be used uninitialized in this function
vp_compAR32B.c:306: warning: 'bot_gclr' may be used uninitialized in this function
vp_compAR32B.c:305: warning: 'top_gclr' may be used uninitialized in this function
vp_compAR32B.c:304: warning: 'bot_rclr' may be used uninitialized in this function
vp_compAR32B.c:303: warning: 'top_rclr' may be used uninitialized in this function
vp_compAR32B.c:272: warning: 'final_run_state' may be used uninitialized in this function
vp_compAR32B.c:265: warning: 'botRLElen' may be used uninitialized in this function
vp_compAR32B.c:264: warning: 'topRLElen' may be used uninitialized in this function
vp_compAR32B.c:249: warning: 'bot_opc' may be used uninitialized in this function
vp_compAR32B.c:249: warning: 'top_opc' may be used uninitialized in this function
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_compAR32B.c -o vp_compAR32B.o >/dev/null 2>&1
/usr/bin/m4 -DSourceFile=vp_warpA101N.c no_edit_header vp_warpA.m4 > vp_warpA101N.c
/usr/bin/m4 -DSourceFile=vp_warpA301N.c no_edit_header vp_warpA.m4 > vp_warpA301N.c
/usr/bin/m4 -DSourceFile=vp_warpA110N.c no_edit_header vp_warpA.m4 > vp_warpA110N.c
/usr/bin/m4 -DSourceFile=vp_warpA111N.c no_edit_header vp_warpA.m4 > vp_warpA111N.c
/usr/bin/m4 -DSourceFile=vp_warpA330N.c no_edit_header vp_warpA.m4 > vp_warpA330N.c
/usr/bin/m4 -DSourceFile=vp_warpA331N.c no_edit_header vp_warpA.m4 > vp_warpA331N.c
/usr/bin/m4 -DSourceFile=vp_warpA330R.c no_edit_header vp_warpA.m4 > vp_warpA330R.c
/usr/bin/m4 -DSourceFile=vp_warpA331R.c no_edit_header vp_warpA.m4 > vp_warpA331R.c
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_warpA101N.lo vp_warpA101N.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA101N.c  -fPIC -DPIC -o .libs/vp_warpA101N.o
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA101N.c -o vp_warpA101N.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_warpA301N.lo vp_warpA301N.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA301N.c  -fPIC -DPIC -o .libs/vp_warpA301N.o
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA301N.c -o vp_warpA301N.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_warpA110N.lo vp_warpA110N.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA110N.c  -fPIC -DPIC -o .libs/vp_warpA110N.o
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA110N.c -o vp_warpA110N.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_warpA111N.lo vp_warpA111N.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA111N.c  -fPIC -DPIC -o .libs/vp_warpA111N.o
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA111N.c -o vp_warpA111N.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_warpA330N.lo vp_warpA330N.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA330N.c  -fPIC -DPIC -o .libs/vp_warpA330N.o
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA330N.c -o vp_warpA330N.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_warpA331N.lo vp_warpA331N.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA331N.c  -fPIC -DPIC -o .libs/vp_warpA331N.o
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA331N.c -o vp_warpA331N.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_warpA330R.lo vp_warpA330R.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA330R.c  -fPIC -DPIC -o .libs/vp_warpA330R.o
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA330R.c -o vp_warpA330R.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.    -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -c -o vp_warpA331R.lo vp_warpA331R.c
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA331R.c  -fPIC -DPIC -o .libs/vp_warpA331R.o
 cc -DHAVE_CONFIG_H -I. -I. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -g -Wall -O2 -c vp_warpA331R.c -o vp_warpA331R.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC   --mode=link cc -I.      -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -g -Wall -O2 -release 1.0b3  -o libvolpack.la -rpath /usr/lib vp_check.lo vp_context.lo vp_extract.lo vp_file.lo vp_linalg.lo vp_octree.lo vp_renderA.lo vp_renderB.lo vp_renderC.lo vp_renderR.lo vp_resample.lo vp_rle.lo vp_shade.lo vp_transpose.lo vp_util.lo vp_view.lo vp_warp.lo vp_compAC1NB.lo vp_compAC3NB.lo vp_compAR1NB.lo vp_compAR3NB.lo vp_compAC1PB.lo vp_compAC3PB.lo vp_compAR1PB.lo vp_compAR3PB.lo vp_compAC00G.lo vp_compAR00G.lo vp_compAC1NS.lo vp_compAC3NS.lo vp_compAR1NS.lo vp_compAR3NS.lo vp_compAC11B.lo vp_compAC31B.lo vp_compAC32B.lo vp_compAR11B.lo vp_compAR31B.lo vp_compAR32B.lo vp_warpA101N.lo vp_warpA301N.lo vp_warpA110N.lo vp_warpA111N.lo vp_warpA330N.lo vp_warpA331N.lo vp_warpA330R.lo vp_warpA331R.lo  
cc -shared  .libs/vp_check.o .libs/vp_context.o .libs/vp_extract.o .libs/vp_file.o .libs/vp_linalg.o .libs/vp_octree.o .libs/vp_renderA.o .libs/vp_renderB.o .libs/vp_renderC.o .libs/vp_renderR.o .libs/vp_resample.o .libs/vp_rle.o .libs/vp_shade.o .libs/vp_transpose.o .libs/vp_util.o .libs/vp_view.o .libs/vp_warp.o .libs/vp_compAC1NB.o .libs/vp_compAC3NB.o .libs/vp_compAR1NB.o .libs/vp_compAR3NB.o .libs/vp_compAC1PB.o .libs/vp_compAC3PB.o .libs/vp_compAR1PB.o .libs/vp_compAR3PB.o .libs/vp_compAC00G.o .libs/vp_compAR00G.o .libs/vp_compAC1NS.o .libs/vp_compAC3NS.o .libs/vp_compAR1NS.o .libs/vp_compAR3NS.o .libs/vp_compAC11B.o .libs/vp_compAC31B.o .libs/vp_compAC32B.o .libs/vp_compAR11B.o .libs/vp_compAR31B.o .libs/vp_compAR32B.o .libs/vp_warpA101N.o .libs/vp_warpA301N.o .libs/vp_warpA110N.o .libs/vp_warpA111N.o .libs/vp_warpA330N.o .libs/vp_warpA331N.o .libs/vp_warpA330R.o .libs/vp_warpA331R.o   -Wl,-soname -Wl,libvolpack-1.0b3.so -o .libs/libvolpack-1.0b3.so
(cd .libs && rm -f libvolpack.so && ln -s libvolpack-1.0b3.so libvolpack.so)
ar cru .libs/libvolpack.a  vp_check.o vp_context.o vp_extract.o vp_file.o vp_linalg.o vp_octree.o vp_renderA.o vp_renderB.o vp_renderC.o vp_renderR.o vp_resample.o vp_rle.o vp_shade.o vp_transpose.o vp_util.o vp_view.o vp_warp.o vp_compAC1NB.o vp_compAC3NB.o vp_compAR1NB.o vp_compAR3NB.o vp_compAC1PB.o vp_compAC3PB.o vp_compAR1PB.o vp_compAR3PB.o vp_compAC00G.o vp_compAR00G.o vp_compAC1NS.o vp_compAC3NS.o vp_compAR1NS.o vp_compAR3NS.o vp_compAC11B.o vp_compAC31B.o vp_compAC32B.o vp_compAR11B.o vp_compAR31B.o vp_compAR32B.o vp_warpA101N.o vp_warpA301N.o vp_warpA110N.o vp_warpA111N.o vp_warpA330N.o vp_warpA331N.o vp_warpA330R.o vp_warpA331R.o
ranlib .libs/libvolpack.a
creating libvolpack.la
(cd .libs && rm -f libvolpack.la && ln -s ../libvolpack.la libvolpack.la)
Making all in doc
make[3]: Entering directory `/tmp/buildd/volpack-1.0b3/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/buildd/volpack-1.0b3/doc'
Making all in man
make[3]: Entering directory `/tmp/buildd/volpack-1.0b3/man'
Making all in src
make[4]: Entering directory `/tmp/buildd/volpack-1.0b3/man/src'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/tmp/buildd/volpack-1.0b3/man/src'
make[4]: Entering directory `/tmp/buildd/volpack-1.0b3/man'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/tmp/buildd/volpack-1.0b3/man'
make[3]: Leaving directory `/tmp/buildd/volpack-1.0b3/man'
Making all in examples
make[3]: Entering directory `/tmp/buildd/volpack-1.0b3/examples'
cc -DHAVE_CONFIG_H -I. -I..     -g -Wall -O2 -c classifyvolume.c
classifyvolume.c:35: warning: return type defaults to 'int'
classifyvolume.c: In function 'main':
classifyvolume.c:56: warning: implicit declaration of function 'strcmp'
classifyvolume.c:92: warning: implicit declaration of function 'open'
classifyvolume.c:97: warning: implicit declaration of function 'lseek'
classifyvolume.c:102: warning: implicit declaration of function 'read'
classifyvolume.c:107: warning: implicit declaration of function 'close'
classifyvolume.c:171: warning: implicit declaration of function 'creat'
/bin/sh ../libtool --tag=CC   --mode=link cc  -g -Wall -O2   -o classifyvolume classifyvolume.o ../libvolpack.la  -lm
mkdir .libs
cc -g -Wall -O2 -o .libs/classifyvolume classifyvolume.o  ../.libs/libvolpack.so -lm
creating classifyvolume
cc -DHAVE_CONFIG_H -I. -I..     -g -Wall -O2 -c makeoctree.c
makeoctree.c:35: warning: return type defaults to 'int'
makeoctree.c: In function 'main':
makeoctree.c:44: warning: implicit declaration of function 'open'
makeoctree.c:56: warning: implicit declaration of function 'close'
makeoctree.c:70: warning: implicit declaration of function 'creat'
/bin/sh ../libtool --tag=CC   --mode=link cc  -g -Wall -O2   -o makeoctree makeoctree.o ../libvolpack.la  -lm
cc -g -Wall -O2 -o .libs/makeoctree makeoctree.o  ../.libs/libvolpack.so -lm
creating makeoctree
cc -DHAVE_CONFIG_H -I. -I..     -g -Wall -O2 -c makevolume.c
makevolume.c:35: warning: return type defaults to 'int'
makevolume.c: In function 'main':
makevolume.c:72: warning: implicit declaration of function 'open'
makevolume.c:77: warning: implicit declaration of function 'lseek'
makevolume.c:82: warning: implicit declaration of function 'read'
makevolume.c:87: warning: implicit declaration of function 'close'
makevolume.c:99: warning: implicit declaration of function 'creat'
/bin/sh ../libtool --tag=CC   --mode=link cc  -g -Wall -O2   -o makevolume makevolume.o ../libvolpack.la  -lm
cc -g -Wall -O2 -o .libs/makevolume makevolume.o  ../.libs/libvolpack.so -lm
creating makevolume
cc -DHAVE_CONFIG_H -I. -I..     -g -Wall -O2 -c rendervolume.c
rendervolume.c:35: warning: return type defaults to 'int'
rendervolume.c: In function 'main':
rendervolume.c:59: warning: implicit declaration of function 'strcmp'
rendervolume.c:79: warning: implicit declaration of function 'open'
rendervolume.c:92: warning: implicit declaration of function 'close'
rendervolume.c:194: warning: implicit declaration of function 'strcpy'
rendervolume.c:194: warning: incompatible implicit declaration of built-in function 'strcpy'
rendervolume.c:197: warning: implicit declaration of function 'StorePGM'
rendervolume.c: At top level:
rendervolume.c:207: warning: return type defaults to 'int'
rendervolume.c: In function 'StorePGM':
rendervolume.c:224: warning: control reaches end of non-void function
/bin/sh ../libtool --tag=CC   --mode=link cc  -g -Wall -O2   -o rendervolume rendervolume.o ../libvolpack.la  -lm
cc -g -Wall -O2 -o .libs/rendervolume rendervolume.o  ../.libs/libvolpack.so -lm
creating rendervolume
cc -DHAVE_CONFIG_H -I. -I..     -g -Wall -O2 -c scalevolume.c
scalevolume.c:43: warning: return type defaults to 'int'
scalevolume.c: In function 'main':
scalevolume.c:63: warning: implicit declaration of function 'exit'
scalevolume.c:63: warning: incompatible implicit declaration of built-in function 'exit'
scalevolume.c:72: warning: implicit declaration of function 'strcmp'
scalevolume.c:84: warning: incompatible implicit declaration of built-in function 'exit'
scalevolume.c:91: warning: incompatible implicit declaration of built-in function 'exit'
scalevolume.c:113: warning: implicit declaration of function 'write_den'
cc -DHAVE_CONFIG_H -I. -I..     -g -Wall -O2 -c denfile.c
denfile.c: In function 'read_den':
denfile.c:51: warning: implicit declaration of function 'open'
denfile.c:57: warning: implicit declaration of function 'read_shorts'
denfile.c:81: warning: implicit declaration of function 'read_words'
denfile.c:92: warning: implicit declaration of function 'malloc'
denfile.c:92: warning: incompatible implicit declaration of built-in function 'malloc'
denfile.c:99: warning: implicit declaration of function 'read_bytes'
denfile.c:101: warning: implicit declaration of function 'close'
denfile.c:102: warning: implicit declaration of function 'free'
denfile.c: In function 'write_den':
denfile.c:145: warning: implicit declaration of function 'creat'
denfile.c:181: warning: implicit declaration of function 'write_bytes'
denfile.c: At top level:
denfile.c:214: warning: return type defaults to 'int'
denfile.c: In function 'read_bytes':
denfile.c:222: warning: implicit declaration of function 'read'
denfile.c: At top level:
denfile.c:242: warning: return type defaults to 'int'
denfile.c:290: warning: return type defaults to 'int'
denfile.c:338: warning: return type defaults to 'int'
denfile.c: In function 'write_bytes':
denfile.c:346: warning: implicit declaration of function 'write'
/bin/sh ../libtool --tag=CC   --mode=link cc  -g -Wall -O2   -o scalevolume scalevolume.o denfile.o ../libvolpack.la  -lm
cc -g -Wall -O2 -o .libs/scalevolume scalevolume.o denfile.o  ../.libs/libvolpack.so -lm
creating scalevolume
make[3]: Leaving directory `/tmp/buildd/volpack-1.0b3/examples'
make[3]: Entering directory `/tmp/buildd/volpack-1.0b3'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/buildd/volpack-1.0b3'
make[2]: Leaving directory `/tmp/buildd/volpack-1.0b3'
make[1]: Leaving directory `/tmp/buildd/volpack-1.0b3'
touch debian/stamp-makefile-build
DEB_MAKE_CHECK_TARGET unset, not running checks
 fakeroot debian/rules binary
test -x debian/rules
test "`id -u`" = 0
dh_clean -k 
dh_installdirs -A 
mkdir -p "."
if test -e /usr/share/misc/config.guess ; then \
		for i in ./config.guess ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.guess $i ; \
			fi ; \
		done ; \
	fi
if test -e /usr/share/misc/config.sub ; then \
		for i in ./config.sub ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.sub $i ; \
			fi ; \
		done ; \
	fi
DEB_MAKE_CHECK_TARGET unset, not running checks
/usr/bin/make -C . install DESTDIR=/tmp/buildd/volpack-1.0b3/debian/tmp/
make[1]: Entering directory `/tmp/buildd/volpack-1.0b3'
Making install in doc
make[2]: Entering directory `/tmp/buildd/volpack-1.0b3/doc'
make[3]: Entering directory `/tmp/buildd/volpack-1.0b3/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/buildd/volpack-1.0b3/doc'
make[2]: Leaving directory `/tmp/buildd/volpack-1.0b3/doc'
Making install in man
make[2]: Entering directory `/tmp/buildd/volpack-1.0b3/man'
Making install in src
make[3]: Entering directory `/tmp/buildd/volpack-1.0b3/man/src'
make[4]: Entering directory `/tmp/buildd/volpack-1.0b3/man/src'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/man/man3" || /bin/mkdir -p "/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3"
 /usr/bin/install -c -m 644 './BruteForce.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/BruteForce.3'
 /usr/bin/install -c -m 644 './Callback.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Callback.3'
 /usr/bin/install -c -m 644 './ClientData.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/ClientData.3'
 /usr/bin/install -c -m 644 './ClsfyScalar.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/ClsfyScalar.3'
 /usr/bin/install -c -m 644 './ClsfyScan.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/ClsfyScan.3'
 /usr/bin/install -c -m 644 './ClsfyTable.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/ClsfyTable.3'
 /usr/bin/install -c -m 644 './ClsfyVolume.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/ClsfyVolume.3'
 /usr/bin/install -c -m 644 './Context.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Context.3'
 /usr/bin/install -c -m 644 './CurrentMatrix.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/CurrentMatrix.3'
 /usr/bin/install -c -m 644 './Debug.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Debug.3'
 /usr/bin/install -c -m 644 './DepthCueing.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/DepthCueing.3'
 /usr/bin/install -c -m 644 './Enable.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Enable.3'
 /usr/bin/install -c -m 644 './Error.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Error.3'
 /usr/bin/install -c -m 644 './Extract.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Extract.3'
 /usr/bin/install -c -m 644 './Filter.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Filter.3'
 /usr/bin/install -c -m 644 './FilterTab.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/FilterTab.3'
 /usr/bin/install -c -m 644 './Get.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Get.3'
 /usr/bin/install -c -m 644 './GetImage.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/GetImage.3'
 /usr/bin/install -c -m 644 './GetLight.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/GetLight.3'
 /usr/bin/install -c -m 644 './GetMaterial.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/GetMaterial.3'
 /usr/bin/install -c -m 644 './GetMatrix.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/GetMatrix.3'
 /usr/bin/install -c -m 644 './Identity.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Identity.3'
 /usr/bin/install -c -m 644 './Image.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Image.3'
 /usr/bin/install -c -m 644 './Light.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Light.3'
 /usr/bin/install -c -m 644 './LinAlgebra.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/LinAlgebra.3'
 /usr/bin/install -c -m 644 './Load.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Load.3'
 /usr/bin/install -c -m 644 './LookupShader.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/LookupShader.3'
 /usr/bin/install -c -m 644 './Material.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Material.3'
 /usr/bin/install -c -m 644 './MinMaxOctree.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/MinMaxOctree.3'
 /usr/bin/install -c -m 644 './MultMatrix.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/MultMatrix.3'
 /usr/bin/install -c -m 644 './NormalIndex.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/NormalIndex.3'
 /usr/bin/install -c -m 644 './OctreeMask.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/OctreeMask.3'
 /usr/bin/install -c -m 644 './Ramp.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Ramp.3'
 /usr/bin/install -c -m 644 './RawVoxels.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/RawVoxels.3'
 /usr/bin/install -c -m 644 './Render.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Render.3'
 /usr/bin/install -c -m 644 './Resample.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Resample.3'
 /usr/bin/install -c -m 644 './Rotate.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Rotate.3'
 /usr/bin/install -c -m 644 './Scale.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Scale.3'
 /usr/bin/install -c -m 644 './ScanNormals.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/ScanNormals.3'
 /usr/bin/install -c -m 644 './Set.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Set.3'
 /usr/bin/install -c -m 644 './SetMatrix.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/SetMatrix.3'
 /usr/bin/install -c -m 644 './ShadeTable.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/ShadeTable.3'
 /usr/bin/install -c -m 644 './Shadow.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Shadow.3'
 /usr/bin/install -c -m 644 './Store.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Store.3'
 /usr/bin/install -c -m 644 './Timer.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Timer.3'
 /usr/bin/install -c -m 644 './TracePixel.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/TracePixel.3'
 /usr/bin/install -c -m 644 './Translate.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Translate.3'
 /usr/bin/install -c -m 644 './Transpose.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Transpose.3'
 /usr/bin/install -c -m 644 './VolPack.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/VolPack.3'
 /usr/bin/install -c -m 644 './VolumeNormals.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/VolumeNormals.3'
 /usr/bin/install -c -m 644 './VolumeSize.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/VolumeSize.3'
 /usr/bin/install -c -m 644 './VoxelField.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/VoxelField.3'
 /usr/bin/install -c -m 644 './VoxelSize.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/VoxelSize.3'
 /usr/bin/install -c -m 644 './Window.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/Window.3'
 /usr/bin/install -c -m 644 './WindowPHIGS.3' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/share/man/man3/WindowPHIGS.3'
make[4]: Leaving directory `/tmp/buildd/volpack-1.0b3/man/src'
make[3]: Leaving directory `/tmp/buildd/volpack-1.0b3/man/src'
make[3]: Entering directory `/tmp/buildd/volpack-1.0b3/man'
make[4]: Entering directory `/tmp/buildd/volpack-1.0b3/man'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/tmp/buildd/volpack-1.0b3/man'
make[3]: Leaving directory `/tmp/buildd/volpack-1.0b3/man'
make[2]: Leaving directory `/tmp/buildd/volpack-1.0b3/man'
Making install in examples
make[2]: Entering directory `/tmp/buildd/volpack-1.0b3/examples'
make[3]: Entering directory `/tmp/buildd/volpack-1.0b3/examples'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/buildd/volpack-1.0b3/examples'
make[2]: Leaving directory `/tmp/buildd/volpack-1.0b3/examples'
make[2]: Entering directory `/tmp/buildd/volpack-1.0b3'
make[3]: Entering directory `/tmp/buildd/volpack-1.0b3'
test -z "/usr/lib" || /bin/mkdir -p "/tmp/buildd/volpack-1.0b3/debian/tmp//usr/lib"
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libvolpack.la' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/lib/libvolpack.la'
/usr/bin/install -c .libs/libvolpack-1.0b3.so /tmp/buildd/volpack-1.0b3/debian/tmp//usr/lib/libvolpack-1.0b3.so
(cd /tmp/buildd/volpack-1.0b3/debian/tmp//usr/lib && { ln -s -f libvolpack-1.0b3.so libvolpack.so || { rm -f libvolpack.so && ln -s libvolpack-1.0b3.so libvolpack.so; }; })
/usr/bin/install -c .libs/libvolpack.lai /tmp/buildd/volpack-1.0b3/debian/tmp//usr/lib/libvolpack.la
/usr/bin/install -c .libs/libvolpack.a /tmp/buildd/volpack-1.0b3/debian/tmp//usr/lib/libvolpack.a
chmod 644 /tmp/buildd/volpack-1.0b3/debian/tmp//usr/lib/libvolpack.a
ranlib /tmp/buildd/volpack-1.0b3/debian/tmp//usr/lib/libvolpack.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/include" || /bin/mkdir -p "/tmp/buildd/volpack-1.0b3/debian/tmp//usr/include"
 /usr/bin/install -c -m 644 'volpack.h' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/include/volpack.h'
 /usr/bin/install -c -m 644 'vp_global.h' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/include/vp_global.h'
 /usr/bin/install -c -m 644 'patchlevel.h' '/tmp/buildd/volpack-1.0b3/debian/tmp//usr/include/patchlevel.h'
make[3]: Leaving directory `/tmp/buildd/volpack-1.0b3'
make[2]: Leaving directory `/tmp/buildd/volpack-1.0b3'
make[1]: Leaving directory `/tmp/buildd/volpack-1.0b3'
dh_installdirs -plibvolpack 
dh_installdirs -plibvolpack-dev 
dh_installdocs -plibvolpack ./README ./NEWS ./AUTHORS  
dh_installexamples -plibvolpack 
dh_installman -plibvolpack  
dh_installinfo -plibvolpack  
dh_installmenu -plibvolpack 
dh_installcron -plibvolpack 
dh_installinit -plibvolpack   
dh_installdebconf -plibvolpack 
dh_installemacsen -plibvolpack   
dh_installcatalogs -plibvolpack 
dh_installpam -plibvolpack 
dh_installlogrotate -plibvolpack 
dh_installlogcheck -plibvolpack 
dh_installmime -plibvolpack 
dh_installchangelogs -plibvolpack  ./ChangeLog 
dh_installudev -plibvolpack 
dh_install -plibvolpack  
dh_link -plibvolpack  
dh_installdocs -plibvolpack-dev ./README ./NEWS ./AUTHORS  
dh_installexamples -plibvolpack-dev 
dh_installman -plibvolpack-dev  
dh_installinfo -plibvolpack-dev  
dh_installmenu -plibvolpack-dev 
dh_installcron -plibvolpack-dev 
dh_installinit -plibvolpack-dev   
dh_installdebconf -plibvolpack-dev 
dh_installemacsen -plibvolpack-dev   
dh_installcatalogs -plibvolpack-dev 
dh_installpam -plibvolpack-dev 
dh_installlogrotate -plibvolpack-dev 
dh_installlogcheck -plibvolpack-dev 
dh_installmime -plibvolpack-dev 
dh_installchangelogs -plibvolpack-dev  ./ChangeLog 
dh_installudev -plibvolpack-dev 
dh_install -plibvolpack-dev  
dh_link -plibvolpack-dev  
dh_strip -plibvolpack  
dh_compress -plibvolpack  
dh_fixperms -plibvolpack  
dh_makeshlibs -plibvolpack  
dh_strip -plibvolpack-dev  
dh_compress -plibvolpack-dev  
dh_fixperms -plibvolpack-dev  
dh_makeshlibs -plibvolpack-dev  
dh_installdeb -plibvolpack 
dh_perl -plibvolpack 
dh_shlibdeps -plibvolpack    
dh_installdeb -plibvolpack-dev 
dh_perl -plibvolpack-dev 
dh_shlibdeps -plibvolpack-dev    
dh_gencontrol -plibvolpack 
dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dh_md5sums -plibvolpack 
dh_builddeb -plibvolpack 
dpkg-deb: building package `libvolpack' in `../libvolpack_1.0b3-1_i386.deb'.
dh_gencontrol -plibvolpack-dev 
dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dh_md5sums -plibvolpack-dev 
dh_builddeb -plibvolpack-dev 
dpkg-deb: building package `libvolpack-dev' in `../libvolpack-dev_1.0b3-1_i386.deb'.
 dpkg-genchanges
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload (original source is included)
Copying back the cached apt archive contents
 -> unmounting dev/pts filesystem
 -> unmounting proc filesystem
 -> cleaning the build env 
    -> removing directory /var/cache/pbuilder/build//28027 and its subdirectories
Current time: Fri Aug  3 13:43:25 CEST 2007
pbuilder-time-stamp: 1186141405

Reply to: