Build failure: avidemux
Randy Pratt
rpratt1950 at earthlink.net
Fri May 16 12:32:50 PDT 2003
I'm trying to build ports/multimedia/avidemux and its failing with:
DM_mp4.cpp:17: stdint.h: No such file or directory
Anyone recognize what's missing here? I've included more of the build at the end.
My uname -a:
FreeBSD k6-2.weeble.com 4.8-RELEASE
FreeBSD 4.8-RELEASE #0: Mon Apr 7 14:49:05 EDT 2003
rpratt at k6-2.weeble.com:/usr/obj/usr/src/sys/CUSTOM i386
Port particulars:
PORTNAME= avidemux
PORTVERSION= 0.9.0.101
DISTNAME= avidemux-0.9rc1
I searched the archives and found one other mention of this, but no resolution.
Thanks,
Randy
Here is the tail end of the build:
Making all in ADM_h263
gmake[3]: Entering directory `/usr/ports/multimedia/avidemux/work/avidemux-0.9rc
1/avidemux/ADM_h263'
cd ../.. && \
CONFIG_HEADERS= CONFIG_LINKS= \
CONFIG_FILES=avidemux/ADM_h263/Makefile /bin/sh ./config.status
config.status: creating avidemux/ADM_h263/Makefile
config.status: executing default-1 commands
gmake[3]: Leaving directory `/usr/ports/multimedia/avidemux/work/avidemux-0.9rc1
/avidemux/ADM_h263'
gmake[3]: Entering directory `/usr/ports/multimedia/avidemux/work/avidemux-0.9rc
1/avidemux/ADM_h263'
source='bitsRead.cpp' object='bitsRead.o' libtool=no \
depfile='.deps/bitsRead.Po' tmpdepfile='.deps/bitsRead.TPo' \
depmode=gcc /bin/sh ../../admin/depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include
-I/include/ffmpeg -I/usr/local/include/a52dec -I.. -IADM_library -I../ADM_lib
rary -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -O2 -O -pipe -fno-exceptio
ns -fno-check-new -c -o bitsRead.o `test -f bitsRead.cpp || echo './'`bitsRead
.cpp
source='ADM_h263.cpp' object='ADM_h263.o' libtool=no \
depfile='.deps/ADM_h263.Po' tmpdepfile='.deps/ADM_h263.TPo' \
depmode=gcc /bin/sh ../../admin/depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include
-I/include/ffmpeg -I/usr/local/include/a52dec -I.. -IADM_library -I../ADM_lib
rary -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -O2 -O -pipe -fno-exceptio
ns -fno-check-new -c -o ADM_h263.o `test -f ADM_h263.cpp || echo './'`ADM_h263
.cpp
source='ADM_mp4.cpp' object='ADM_mp4.o' libtool=no \
depfile='.deps/ADM_mp4.Po' tmpdepfile='.deps/ADM_mp4.TPo' \
depmode=gcc /bin/sh ../../admin/depcomp \
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include
-I/include/ffmpeg -I/usr/local/include/a52dec -I.. -IADM_library -I../ADM_lib
rary -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -O2 -O -pipe -fno-exceptio
ns -fno-check-new -c -o ADM_mp4.o `test -f ADM_mp4.cpp || echo './'`ADM_mp4.cp
p
ADM_mp4.cpp:17: stdint.h: No such file or directory
gmake[3]: *** [ADM_mp4.o] Error 1
gmake[3]: Leaving directory `/usr/ports/multimedia/avidemux/work/avidemux-0.9rc1
/avidemux/ADM_h263'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/multimedia/avidemux/work/avidemux-0.9rc1
/avidemux'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/avidemux/work/avidemux-0.9rc1
'
gmake: *** [all] Error 2
*** Error code 2
More information about the freebsd-ports
mailing list