Qualcuno lo ha pacchettizzato per la Slackware 12.1?
Io ci ho provato, ma non ci riesco.
Mi da errori riguardo al pacchetto ffmpeg,
L' unico modo per fargli digerire almeno il primo pezzo di compilazione, sembra essere quello di installare il pacchetto ffmpeg della 12.0 che è di xx092007.
Ciò nonostante la compilazione che si bloccava dicendo che mancava lib.ffmpeg (con la versione 11062008 nstallata) si blocca una 30ina di secondi dopo con altri errori che adesso, visto l'ora, non riesco a postare.
Se vi può servire, però, ritento la compilazione al più presto.
DvdStyler 1.6.2
Moderatore: Staff
Regole del forum
1) Citare in modo preciso il nome del pacchetto.
2) Specificare se discussione/suggerimento o richiesta d'aiuto.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.
La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
1) Citare in modo preciso il nome del pacchetto.
2) Specificare se discussione/suggerimento o richiesta d'aiuto.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.
La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
- Harp
- Staff

- Messaggi: 1424
- Iscritto il: sab 17 apr 2004, 0:00
- Nome Cognome: Franco Fiorin
- Slackware: 13.0
- Kernel: 2.6.29
- Desktop: KDE 4.2.4
- Località: Vittorio Veneto (TV)
- Contatta:
Re: DvdStyler 1.6.2
Questo è lo slackbuild:
Mentre questo è l'output della tentata pacchettizzazione:
Codice: Seleziona tutto
CWD=`pwd`
TMP=${TMP:-/tmp/tgz}
PKG=$TMP/package-dvdstyler
NAME=dvdstyler
VERSION=1.6.2
CHOST=i486
ARCH=${ARCH:-i486}
BUILD=Hrp
if [ "$ARCH" = "i386" ]; then
SLKCFLAGS="-O2 -march=i386 -mcpu=i686"
elif [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2"
elif [ "$ARCH" = "s390" ]; then
SLKCFLAGS="-O2"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2"
fi
if [ ! -d $TMP ]; then
mkdir -p $TMP
fi
if [ ! -d $PKG ]; then
mkdir -p $PKG
fi
cd $TMP
tar xzvf $CWD/DVDStyler-$VERSION.tar.gz
cd DVDStyler-$VERSION
find . \( -perm 777 -o -perm 775 -o -perm 711 \) -exec chmod 755 {} \;
find . \( -perm 700 -o -perm 555 -o -perm 511 \) -exec chmod 755 {} \;
find . \( -perm 666 -o -perm 664 -o -perm 600 \) -exec chmod 644 {} \;
find . \( -perm 444 -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./autogen.sh
chown -R root:root .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure --prefix=/usr \
--program-prefix= \
--program-suffix= \
--build=$CHOST-slackware-linux
make -j4 || exit 1
make install DESTDIR=$PKG || exit 1
mkdir -p $PKG/usr/doc/$NAME-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL README TODO $PKG/usr/doc/$NAME-$VERSION
rm -rf $PKG/usr/share/doc
cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/slack-desc > $PKG/usr/doc/$NAME-$VERSION/slack-desc
cat $CWD/$NAME.SlackBuild > $PKG/usr/doc/$NAME-$VERSION/$NAME.SlackBuild
requiredbuilder -v -y -s $CWD $PKG
makepkg -l y -c n $CWD/$NAME-$VERSION-$ARCH-$BUILD.tgz
if [ "$1" = "--cleanup" ]; then
rm -rf $TMP
fi
Codice: Seleziona tutto
root@Hell DvdStyler # ./dvdstyler.SlackBuild
DVDStyler-1.6.2/
DVDStyler-1.6.2/src/
DVDStyler-1.6.2/src/rc/
DVDStyler-1.6.2/src/rc/plus.png
DVDStyler-1.6.2/src/rc/noaudio.png.h
DVDStyler-1.6.2/src/rc/logo.png.h
DVDStyler-1.6.2/src/rc/folder1.png
DVDStyler-1.6.2/src/rc/folder2.png
DVDStyler-1.6.2/src/rc/png2c.py
DVDStyler-1.6.2/src/rc/files.png
DVDStyler-1.6.2/src/rc/new.png.h
DVDStyler-1.6.2/src/rc/open.png.h
DVDStyler-1.6.2/src/rc/save.png
DVDStyler-1.6.2/src/rc/DVDStyler.rc
DVDStyler-1.6.2/src/rc/nwse.cur
DVDStyler-1.6.2/src/rc/minus.png.h
DVDStyler-1.6.2/src/rc/run.png
DVDStyler-1.6.2/src/rc/files.png.h
DVDStyler-1.6.2/src/rc/plus.png.h
DVDStyler-1.6.2/src/rc/save.png.h
DVDStyler-1.6.2/src/rc/new.png
DVDStyler-1.6.2/src/rc/Makefile.am
DVDStyler-1.6.2/src/rc/Makefile.in
DVDStyler-1.6.2/src/rc/dvdstyler.png.h
DVDStyler-1.6.2/src/rc/minus.png
DVDStyler-1.6.2/src/rc/move.cur
DVDStyler-1.6.2/src/rc/dvdstyler.ico
DVDStyler-1.6.2/src/rc/dvdstyler.png
DVDStyler-1.6.2/src/rc/nesw.cur
DVDStyler-1.6.2/src/rc/open.png
DVDStyler-1.6.2/src/rc/noaudio.png
DVDStyler-1.6.2/src/rc/logo.png
DVDStyler-1.6.2/src/rc/logo.svg
DVDStyler-1.6.2/src/rc/logo.xcf
DVDStyler-1.6.2/src/rc/run.png.h
DVDStyler-1.6.2/src/rc/folder1.png.h
DVDStyler-1.6.2/src/rc/.cvsignore
DVDStyler-1.6.2/src/rc/folder2.png.h
DVDStyler-1.6.2/src/MPEG.cpp
DVDStyler-1.6.2/src/Utils.h
DVDStyler-1.6.2/src/DVD.h
DVDStyler-1.6.2/src/MenuPropDlg.cpp
DVDStyler-1.6.2/src/MPEG.h
DVDStyler-1.6.2/src/Slideshow.cpp
DVDStyler-1.6.2/src/DVD.cpp
DVDStyler-1.6.2/src/Menu.h
DVDStyler-1.6.2/src/Config.h
DVDStyler-1.6.2/src/NewProjectDlg.cpp
DVDStyler-1.6.2/src/Config.cpp
DVDStyler-1.6.2/src/About.cpp
DVDStyler-1.6.2/src/MenuPropDlg.h
DVDStyler-1.6.2/src/ProgressDlg.h
DVDStyler-1.6.2/src/Palette3D.h
DVDStyler-1.6.2/src/NewProjectDlg.h
DVDStyler-1.6.2/src/SettingsDlg.h
DVDStyler-1.6.2/src/TitlePropDlg.cpp
DVDStyler-1.6.2/src/Makefile.am
DVDStyler-1.6.2/src/Makefile.in
DVDStyler-1.6.2/src/Palette3D.cpp
DVDStyler-1.6.2/src/MainWin.h
DVDStyler-1.6.2/src/Version.h
DVDStyler-1.6.2/src/mediaenc_ffmpeg.cpp
DVDStyler-1.6.2/src/TitlesetManager.cpp
DVDStyler-1.6.2/src/SettingsDlg.cpp
DVDStyler-1.6.2/src/MenuObject.h
DVDStyler-1.6.2/src/MainWin.cpp
DVDStyler-1.6.2/src/mediaenc.h
DVDStyler-1.6.2/src/MenuObject.cpp
DVDStyler-1.6.2/src/mediaenc_ffmpeg.h
DVDStyler-1.6.2/src/dvdstyler.cpp
DVDStyler-1.6.2/src/dvdstyler.wxg
DVDStyler-1.6.2/src/BurnDlg.h
DVDStyler-1.6.2/src/Utils.cpp
DVDStyler-1.6.2/src/DonateDlg.h
DVDStyler-1.6.2/src/AVPropDlg.h
DVDStyler-1.6.2/src/ProgressDlg.cpp
DVDStyler-1.6.2/src/DonateDlg.cpp
DVDStyler-1.6.2/src/AVPropDlg.cpp
DVDStyler-1.6.2/src/Menu.cpp
DVDStyler-1.6.2/src/MenuPalettes.cpp
DVDStyler-1.6.2/src/Languages.cpp
DVDStyler-1.6.2/src/Languages.h
DVDStyler-1.6.2/src/hyperlink.cpp
DVDStyler-1.6.2/src/MenuPalettes.h
DVDStyler-1.6.2/src/Slideshow.h
DVDStyler-1.6.2/src/TitlesetManager.h
DVDStyler-1.6.2/src/.cvsignore
DVDStyler-1.6.2/src/MenuEditor.h
DVDStyler-1.6.2/src/MenuObjectPropDlg.cpp
DVDStyler-1.6.2/src/DVDPropDlg.h
DVDStyler-1.6.2/src/About.h
DVDStyler-1.6.2/src/DVDPropDlg.cpp
DVDStyler-1.6.2/src/hyperlink.h
DVDStyler-1.6.2/src/TitlePropDlg.h
DVDStyler-1.6.2/src/BurnDlg.cpp
DVDStyler-1.6.2/src/MenuEditor.cpp
DVDStyler-1.6.2/src/MenuObjectPropDlg.h
DVDStyler-1.6.2/TODO
DVDStyler-1.6.2/data/
DVDStyler-1.6.2/data/dvdstyler.desktop
DVDStyler-1.6.2/data/empty_ntsc_mp2.mpg
DVDStyler-1.6.2/data/Makefile.am
DVDStyler-1.6.2/data/Makefile.in
DVDStyler-1.6.2/data/empty_ntsc_ac3.mpg
DVDStyler-1.6.2/data/empty_pal_mp2.mpg
DVDStyler-1.6.2/data/dvdstyler.png
DVDStyler-1.6.2/data/empty_pal_ac3.mpg
DVDStyler-1.6.2/data/silence.ac3
DVDStyler-1.6.2/data/silence.mp2
DVDStyler-1.6.2/data/.cvsignore
DVDStyler-1.6.2/docs/
DVDStyler-1.6.2/docs/.cvsignore
DVDStyler-1.6.2/.cproject
DVDStyler-1.6.2/backgrounds/
DVDStyler-1.6.2/backgrounds/04_kiel_kanal.jpg
DVDStyler-1.6.2/backgrounds/15_bordes_blue.jpg
DVDStyler-1.6.2/backgrounds/30_brushed_aluminiun.jpg
DVDStyler-1.6.2/backgrounds/22_gold.jpg
DVDStyler-1.6.2/backgrounds/Makefile.am
DVDStyler-1.6.2/backgrounds/Makefile.in
DVDStyler-1.6.2/backgrounds/02_bi_domrep.jpg
DVDStyler-1.6.2/backgrounds/20_blue.jpg
DVDStyler-1.6.2/backgrounds/01_autobahn.jpg
DVDStyler-1.6.2/backgrounds/10_turbulence_blue.jpg
DVDStyler-1.6.2/backgrounds/23_lava.jpg
DVDStyler-1.6.2/backgrounds/11_turbulence_green.jpg
DVDStyler-1.6.2/backgrounds/16_bordes_green.jpg
DVDStyler-1.6.2/backgrounds/.cvsignore
DVDStyler-1.6.2/backgrounds/21_steel.jpg
DVDStyler-1.6.2/backgrounds/31_texture_border.jpg
DVDStyler-1.6.2/backgrounds/03_creta.jpg
DVDStyler-1.6.2/depcomp
DVDStyler-1.6.2/.cdtproject
DVDStyler-1.6.2/aclocal.m4
DVDStyler-1.6.2/README
DVDStyler-1.6.2/install.win32/
DVDStyler-1.6.2/install.win32/.cvsignore
DVDStyler-1.6.2/install.win32/DVDStyler.iss
DVDStyler-1.6.2/configure
DVDStyler-1.6.2/configure.in
DVDStyler-1.6.2/install-sh
DVDStyler-1.6.2/autogen.sh
DVDStyler-1.6.2/missing
DVDStyler-1.6.2/builddebian
DVDStyler-1.6.2/debian/
DVDStyler-1.6.2/debian/dirs
DVDStyler-1.6.2/debian/docs
DVDStyler-1.6.2/debian/menu
DVDStyler-1.6.2/debian/control
DVDStyler-1.6.2/debian/files
DVDStyler-1.6.2/debian/rules
DVDStyler-1.6.2/debian/changelog
DVDStyler-1.6.2/debian/dvdstyler-default.ex
DVDStyler-1.6.2/debian/compat
DVDStyler-1.6.2/debian/README.Debian
DVDStyler-1.6.2/debian/dvdstyler.doc-base.EX
DVDStyler-1.6.2/debian/copyright
DVDStyler-1.6.2/mkinstalldirs
DVDStyler-1.6.2/Makefile.am
DVDStyler-1.6.2/Makefile.in
DVDStyler-1.6.2/locale/
DVDStyler-1.6.2/locale/ca.po
DVDStyler-1.6.2/locale/da.po
DVDStyler-1.6.2/locale/de.po
DVDStyler-1.6.2/locale/cs.po
DVDStyler-1.6.2/locale/es.po
DVDStyler-1.6.2/locale/eu.po
DVDStyler-1.6.2/locale/fr.po
DVDStyler-1.6.2/locale/hu.po
DVDStyler-1.6.2/locale/ja.po
DVDStyler-1.6.2/locale/it.po
DVDStyler-1.6.2/locale/nl.po
DVDStyler-1.6.2/locale/pl.po
DVDStyler-1.6.2/locale/pt.po
DVDStyler-1.6.2/locale/ru.po
DVDStyler-1.6.2/locale/sk.po
DVDStyler-1.6.2/locale/sr.po
DVDStyler-1.6.2/locale/sv.po
DVDStyler-1.6.2/locale/langs.h
DVDStyler-1.6.2/locale/Makefile.in
DVDStyler-1.6.2/locale/dvdstyler.pot
DVDStyler-1.6.2/locale/pt_BR.po
DVDStyler-1.6.2/locale/.cvsignore
DVDStyler-1.6.2/objects/
DVDStyler-1.6.2/objects/frame.xml
DVDStyler-1.6.2/objects/ellipse.xml
DVDStyler-1.6.2/objects/text-shadow.xml
DVDStyler-1.6.2/objects/text.xml
DVDStyler-1.6.2/objects/Makefile.am
DVDStyler-1.6.2/objects/Makefile.in
DVDStyler-1.6.2/objects/image.xml
DVDStyler-1.6.2/objects/.cvsignore
DVDStyler-1.6.2/objects/rectangle.xml
DVDStyler-1.6.2/.project
DVDStyler-1.6.2/acinclude.m4
DVDStyler-1.6.2/AUTHORS
DVDStyler-1.6.2/wxVillaLib/
DVDStyler-1.6.2/wxVillaLib/rc/
DVDStyler-1.6.2/wxVillaLib/rc/png2c.py
DVDStyler-1.6.2/wxVillaLib/rc/video.png
DVDStyler-1.6.2/wxVillaLib/rc/audio.png
DVDStyler-1.6.2/wxVillaLib/rc/noread.png
DVDStyler-1.6.2/wxVillaLib/rc/regular.png.h
DVDStyler-1.6.2/wxVillaLib/rc/regular.png
DVDStyler-1.6.2/wxVillaLib/rc/loading.png
DVDStyler-1.6.2/wxVillaLib/rc/loading.png.h
DVDStyler-1.6.2/wxVillaLib/rc/video.png.h
DVDStyler-1.6.2/wxVillaLib/rc/noread.png.h
DVDStyler-1.6.2/wxVillaLib/rc/audio.png.h
DVDStyler-1.6.2/wxVillaLib/imagjpg.cpp
DVDStyler-1.6.2/wxVillaLib/ImageProc.cpp
DVDStyler-1.6.2/wxVillaLib/VerticalToolbar.cpp
DVDStyler-1.6.2/wxVillaLib/SConv.h
DVDStyler-1.6.2/wxVillaLib/ExifHandler.cpp
DVDStyler-1.6.2/wxVillaLib/ThumbnailFactory.h
DVDStyler-1.6.2/wxVillaLib/ExifHandler.h
DVDStyler-1.6.2/wxVillaLib/thumb_md5.cpp
DVDStyler-1.6.2/wxVillaLib/VerticalToolbar.h
DVDStyler-1.6.2/wxVillaLib/PipeExecute.h
DVDStyler-1.6.2/wxVillaLib/Thumbnails.h
DVDStyler-1.6.2/wxVillaLib/PropDlg.h
DVDStyler-1.6.2/wxVillaLib/Makefile.am
DVDStyler-1.6.2/wxVillaLib/Makefile.in
DVDStyler-1.6.2/wxVillaLib/imagjpg.h
DVDStyler-1.6.2/wxVillaLib/ImageProc.h
DVDStyler-1.6.2/wxVillaLib/PipeExecute.cpp
DVDStyler-1.6.2/wxVillaLib/utils.h
DVDStyler-1.6.2/wxVillaLib/SConv.cpp
DVDStyler-1.6.2/wxVillaLib/Thumbnails.cpp
DVDStyler-1.6.2/wxVillaLib/.cvsignore
DVDStyler-1.6.2/wxVillaLib/PropDlg.cpp
DVDStyler-1.6.2/wxVillaLib/ThumbnailFactory.cpp
DVDStyler-1.6.2/wxVillaLib/utils.cpp
DVDStyler-1.6.2/INSTALL
DVDStyler-1.6.2/.cvsignore
DVDStyler-1.6.2/ChangeLog
DVDStyler-1.6.2/DVDStyler.dev
DVDStyler-1.6.2/COPYING
DVDStyler-1.6.2/wxwin.m4
DVDStyler-1.6.2/buttons/
DVDStyler-1.6.2/buttons/frame.xml
DVDStyler-1.6.2/buttons/arrow-star.xml
DVDStyler-1.6.2/buttons/text-v2.xml
DVDStyler-1.6.2/buttons/ellipse.xml
DVDStyler-1.6.2/buttons/text-shadow.xml
DVDStyler-1.6.2/buttons/buttons.lst
DVDStyler-1.6.2/buttons/pill.xml
DVDStyler-1.6.2/buttons/Makefile.am
DVDStyler-1.6.2/buttons/Makefile.in
DVDStyler-1.6.2/buttons/ok.xml
DVDStyler-1.6.2/buttons/arrow2.xml
DVDStyler-1.6.2/buttons/arrow3.xml
DVDStyler-1.6.2/buttons/arrow.xml
DVDStyler-1.6.2/buttons/.cvsignore
DVDStyler-1.6.2/buttons/deprecated/
DVDStyler-1.6.2/buttons/deprecated/arrow-next.xml
DVDStyler-1.6.2/buttons/deprecated/arrow-up.xml
DVDStyler-1.6.2/buttons/deprecated/text-shadow.xml
DVDStyler-1.6.2/buttons/deprecated/text.xml
DVDStyler-1.6.2/buttons/deprecated/arrow2-up.xml
DVDStyler-1.6.2/buttons/deprecated/arrow-right.xml
DVDStyler-1.6.2/buttons/deprecated/arrow2-down.xml
DVDStyler-1.6.2/buttons/deprecated/arrow-down.xml
DVDStyler-1.6.2/buttons/deprecated/arrow2-left.xml
DVDStyler-1.6.2/buttons/deprecated/arrow-left.xml
DVDStyler-1.6.2/buttons/deprecated/arrow2-right.xml
DVDStyler-1.6.2/buttons/cancel.xml
acinclude.m4:6: warning: underquoted definition of CHECK_WX_BUILT_WITH_GTK2
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
acinclude.m4:25: warning: underquoted definition of FIND_GNOME
acinclude.m4:45: warning: underquoted definition of FIND_KDE
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
/usr/share/aclocal/libxosd.m4:9: warning: underquoted definition of AM_PATH_LIBXOSD
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for install location... /usr
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for wx-config... /usr/bin/wx-config
checking for wxWindows version >= 2.6.3... yes (version 2.8.7)
checking for kde-config... /usr/bin/kde-config
checking for GNOME data directory... no
checking for main in -lwxsvg... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking wxSVG/svg.h usability... yes
checking wxSVG/svg.h presence... yes
checking for wxSVG/svg.h... yes
checking if wxWindows was linked with GTK2... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GNOMEUI2... no
configure: WARNING: libgnomeui will not be used for rendering of thumbnails
checking for LIBEXIF... yes
checking for av_register_all in -lavformat... yes
checking for avcodec_decode_audio2 in -lavcodec... yes
checking for sws_getContext in -lswscale... yes
checking ffmpeg/avcodec.h usability... yes
checking ffmpeg/avcodec.h presence... yes
checking for ffmpeg/avcodec.h... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dvdauthor... /usr/bin/dvdauthor
checking for mplex... /usr/bin/mplex
checking for mpgtx... /usr/bin/mpgtx
checking for mkisofs... /usr/bin/mkisofs
checking for growisofs... /usr/bin/growisofs
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/rc/Makefile
config.status: creating wxVillaLib/Makefile
config.status: creating locale/Makefile
config.status: WARNING: locale/Makefile.in seems to ignore the --datarootdir setting
config.status: creating backgrounds/Makefile
config.status: creating buttons/Makefile
config.status: creating objects/Makefile
config.status: creating data/Makefile
config.status: executing depfiles commands
Making all in wxVillaLib
make[1]: Entering directory `/tmp/tgz/DVDStyler-1.6.2/wxVillaLib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/tgz/DVDStyler-1.6.2/wxVillaLib'
Making all in src
make[1]: Entering directory `/tmp/tgz/DVDStyler-1.6.2/src'
Making all in rc
make[2]: Entering directory `/tmp/tgz/DVDStyler-1.6.2/src/rc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/tgz/DVDStyler-1.6.2/src/rc'
make[2]: Entering directory `/tmp/tgz/DVDStyler-1.6.2/src'
if g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBAVFORMAT=1 -DHAVE_LIBAVCODEC=1 -DHAVE_LIBSWSCALE=1 -DHAVE_FFMPEG_AVCODEC_H=1 -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -march=prescott -O2 -pipe -fomit-frame-pointer -mtune=i686 -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT Utils.o -MD -MP -MF ".deps/Utils.Tpo" -c -o Utils.o Utils.cpp; \
then mv -f ".deps/Utils.Tpo" ".deps/Utils.Po"; else rm -f ".deps/Utils.Tpo"; exit 1; fi
if g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBAVFORMAT=1 -DHAVE_LIBAVCODEC=1 -DHAVE_LIBSWSCALE=1 -DHAVE_FFMPEG_AVCODEC_H=1 -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -march=prescott -O2 -pipe -fomit-frame-pointer -mtune=i686 -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT mediaenc_ffmpeg.o -MD -MP -MF ".deps/mediaenc_ffmpeg.Tpo" -c -o mediaenc_ffmpeg.o mediaenc_ffmpeg.cpp; \
then mv -f ".deps/mediaenc_ffmpeg.Tpo" ".deps/mediaenc_ffmpeg.Po"; else rm -f ".deps/mediaenc_ffmpeg.Tpo"; exit 1; fi
if g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBAVFORMAT=1 -DHAVE_LIBAVCODEC=1 -DHAVE_LIBSWSCALE=1 -DHAVE_FFMPEG_AVCODEC_H=1 -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -march=prescott -O2 -pipe -fomit-frame-pointer -mtune=i686 -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT Palette3D.o -MD -MP -MF ".deps/Palette3D.Tpo" -c -o Palette3D.o Palette3D.cpp; \
then mv -f ".deps/Palette3D.Tpo" ".deps/Palette3D.Po"; else rm -f ".deps/Palette3D.Tpo"; exit 1; fi
if g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBAVFORMAT=1 -DHAVE_LIBAVCODEC=1 -DHAVE_LIBSWSCALE=1 -DHAVE_FFMPEG_AVCODEC_H=1 -I. -I. -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -march=prescott -O2 -pipe -fomit-frame-pointer -mtune=i686 -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DDATADIR=\"/usr/share/dvdstyler\" -I.. -MT MenuObject.o -MD -MP -MF ".deps/MenuObject.Tpo" -c -o MenuObject.o MenuObject.cpp; \
then mv -f ".deps/MenuObject.Tpo" ".deps/MenuObject.Po"; else rm -f ".deps/MenuObject.Tpo"; exit 1; fi
Utils.cpp: In function 'void CopyXmlToClipboard(wxSvgXmlNode*, wxString)':
Utils.cpp:24: error: variable 'wxDataFormat format' has initializer but incomplete type
Utils.cpp:25: error: 'wxCustomDataObject' was not declared in this scope
Utils.cpp:25: error: 'dataObj' was not declared in this scope
Utils.cpp:25: error: expected type-specifier before 'wxCustomDataObject'
Utils.cpp:25: error: expected `;' before 'wxCustomDataObject'
Utils.cpp: In function 'bool GetXmlFromClipboard(wxString, wxSvgXmlDocument&)':
Utils.cpp:39: error: variable 'wxDataFormat format' has initializer but incomplete type
Utils.cpp:40: error: 'wxCustomDataObject' was not declared in this scope
Utils.cpp:40: error: expected `;' before 'dataObj'
Utils.cpp:41: error: 'dataObj' was not declared in this scope
Utils.cpp:47: error: 'dataObj' was not declared in this scope
Utils.cpp: In function 'wxString GetTextFromClipboard()':
Utils.cpp:60: error: 'wxTextDataObject' was not declared in this scope
Utils.cpp:60: error: expected `;' before 'textObj'
Utils.cpp:61: error: 'textObj' was not declared in this scope
Utils.cpp:67: error: 'textObj' was not declared in this scope
make[2]: *** [Utils.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/tmp/tgz/DVDStyler-1.6.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/tgz/DVDStyler-1.6.2/src'
make: *** [all-recursive] Error 1