[gephex-user] Problem installing gephex .deb package
pierre
rep at 314r.net
Mon Oct 30 15:08:06 CET 2006
Hello Gisle,
happy to read you on the gephex list :)
> Compile of latest source breaks with:
> make[4]: Entering directory
> `/home/gif/code/gephex-0.4.3/contrib/ffmpeg/libavcod
> ec'
> gcc -O3 -g -Wall -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SO
> URCE -D_GNU_SOURCE -c -o common.o common.c
> In file included from avcodec.h:14,
> from common.c:28:
> common.h:67: error: array type has incomplete element type
> common.h:71: error: array type has incomplete element type
> make[4]: *** [common.o] Error 1
> make[4]: Leaving directory
> `/home/gif/code/gephex-0.4.3/contrib/ffmpeg/libavcode
> c'
>
> cheers
> -gisle
what i can say is in order to compile gephex, after have installed all
the dependencies packages , i had to get ffmpeg from the svn
repository... what i've done (ubuntu dapper) :
darcs get http://darcs.gephex.org/gephex/gephex--main--0.4/
cd gephex--main--0.4/
cd ./contrib
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ..
sh ./bootstrap
./configure
make
make install
and now gephex run well :)
the only problem i had is i wasn't able to install gephex with
'checkinstall'[1]
and sudo make install breaks at the end, because it wasn't able to
install doc
(but the programs are well installed)
[1] http://asic-linux.com.mx/~izto/checkinstall/
pierre
More information about the gephex-user
mailing list