| Trolltech Home | Qt4-preview-feedback Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 1 | |
make[3]: Entering directory `/opt/qt-440rc1i/src/plugins/phonon/gstreamer' g++ -c -m64 -pipe -g -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -g -fvisibility=hidden -fvisibility-inlines-hidden -D_REENTRANT -Wall -W -fPIC -DQT_EDITION=QT_EDITION_DESKTOP -DQT_PLUGIN -DQT_PHONON_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I../../../../mkspecs/linux-g++-64 -I. -I../../../../include/QtCore -I../../../../include/QtCore -I../../../../include/QtGui -I../../../../include/QtGui -I../../../../include/QtOpenGL -I../../../../include/QtOpenGL -I../../../../include/phonon -I../../../../include/phonon -I../../../../include -I. -I/usr/X11R6/include -I.moc/debug-shared -I.uic/debug-shared -o .obj/debug-shared/mediaobject.o ../../../3rdparty/kdebase/runtime/phonon/gstreamer/mediaobject.cpp ../../../3rdparty/kdebase/runtime/phonon/gstreamer/mediaobject.cpp:20:33: error: gst/pbutils/pbutils.h: No such file or directory ../../../3rdparty/kdebase/runtime/phonon/gstreamer/mediaobject.cpp:21:38: error: gst/pbutils/descriptions.h: No such file or directory beta-1 still compiled on the same box, so does kdebase (from 4.0.x-branch). Thanks, Marc -- [ signature omitted ]
On Thursday 03 April 2008 18:39:38 Marc Mutz wrote: > make[3]: Entering directory `/opt/qt-440rc1i/src/plugins/phonon/gstreamer' > g++ -c -m64 -pipe -g -pthread -I/usr/include/gstreamer-0.10 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 > -g -fvisibility=hidden -fvisibility-inlines-hidden -D_REENTRANT -Wall -W > -fPIC -DQT_EDITION=QT_EDITION_DESKTOP -DQT_PLUGIN -DQT_PHONON_LIB > -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE > -D_LARGEFILE_SOURCE -DQT_SHARED -I../../../../mkspecs/linux-g++-64 -I. > -I../../../../include/QtCore -I../../../../include/QtCore > -I../../../../include/QtGui -I../../../../include/QtGui > -I../../../../include/QtOpenGL -I../../../../include/QtOpenGL > -I../../../../include/phonon -I../../../../include/phonon > -I../../../../include -I. -I/usr/X11R6/include -I.moc/debug-shared > -I.uic/debug-shared -o .obj/debug-shared/mediaobject.o > ../../../3rdparty/kdebase/runtime/phonon/gstreamer/mediaobject.cpp > ../../../3rdparty/kdebase/runtime/phonon/gstreamer/mediaobject.cpp:20:33: > error: gst/pbutils/pbutils.h: No such file or directory > ../../../3rdparty/kdebase/runtime/phonon/gstreamer/mediaobject.cpp:21:38: > error: gst/pbutils/descriptions.h: No such file or directory > > beta-1 still compiled on the same box, so does kdebase (from 4.0.x-branch). gst/pbutils is part of the gstreamer-plugins-base 0.10 package. Which you seem to have (given the -I/usr/include/gstreamer-0.10 argument). So I can't explain, unless your distribution of choice decided to split the package or gstreamer is more broken than I had expected. -- [ signature omitted ]
Attachment:
signature.asc
Description: This is a digitally signed message part.
I see the same error on Debian Etch. I was able to build previous betas and the snapshots that I tried. I couldn't find a pbutils.h in any of the Debian gstreamer packages. Thiago Macieira wrote: > On Thursday 03 April 2008 18:39:38 Marc Mutz wrote: >> make[3]: Entering directory `/opt/qt-440rc1i/src/plugins/phonon/gstreamer' >> g++ -c -m64 -pipe -g -pthread -I/usr/include/gstreamer-0.10 >> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 >> -g -fvisibility=hidden -fvisibility-inlines-hidden -D_REENTRANT -Wall -W >> -fPIC -DQT_EDITION=QT_EDITION_DESKTOP -DQT_PLUGIN -DQT_PHONON_LIB >> -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE >> -D_LARGEFILE_SOURCE -DQT_SHARED -I../../../../mkspecs/linux-g++-64 -I. >> -I../../../../include/QtCore -I../../../../include/QtCore >> -I../../../../include/QtGui -I../../../../include/QtGui >> -I../../../../include/QtOpenGL -I../../../../include/QtOpenGL >> -I../../../../include/phonon -I../../../../include/phonon >> -I../../../../include -I. -I/usr/X11R6/include -I.moc/debug-shared >> -I.uic/debug-shared -o .obj/debug-shared/mediaobject.o >> ../../../3rdparty/kdebase/runtime/phonon/gstreamer/mediaobject.cpp >> ../../../3rdparty/kdebase/runtime/phonon/gstreamer/mediaobject.cpp:20:33: >> error: gst/pbutils/pbutils.h: No such file or directory >> ../../../3rdparty/kdebase/runtime/phonon/gstreamer/mediaobject.cpp:21:38: >> error: gst/pbutils/descriptions.h: No such file or directory >> >> beta-1 still compiled on the same box, so does kdebase (from 4.0.x-branch). > > gst/pbutils is part of the gstreamer-plugins-base 0.10 package. Which you seem > to have (given the -I/usr/include/gstreamer-0.10 argument). > > So I can't explain, unless your distribution of choice decided to split the > package or gstreamer is more broken than I had expected. > -- [ signature omitted ]
The file is there in the versions of gstreamer in Debian testing and unstable, but not in stable (Etch). Jeff Tranter wrote: > I see the same error on Debian Etch. I was able to build previous betas > and the snapshots that I tried. > > I couldn't find a pbutils.h in any of the Debian gstreamer packages. > > Thiago Macieira wrote: >> On Thursday 03 April 2008 18:39:38 Marc Mutz wrote: >>> make[3]: Entering directory >>> `/opt/qt-440rc1i/src/plugins/phonon/gstreamer' >>> g++ -c -m64 -pipe -g -pthread -I/usr/include/gstreamer-0.10 >>> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include >>> -I/usr/include/libxml2 >>> -g -fvisibility=hidden -fvisibility-inlines-hidden -D_REENTRANT -Wall -W >>> -fPIC -DQT_EDITION=QT_EDITION_DESKTOP -DQT_PLUGIN -DQT_PHONON_LIB >>> -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE >>> -D_LARGEFILE_SOURCE -DQT_SHARED -I../../../../mkspecs/linux-g++-64 -I. >>> -I../../../../include/QtCore -I../../../../include/QtCore >>> -I../../../../include/QtGui -I../../../../include/QtGui >>> -I../../../../include/QtOpenGL -I../../../../include/QtOpenGL >>> -I../../../../include/phonon -I../../../../include/phonon >>> -I../../../../include -I. -I/usr/X11R6/include -I.moc/debug-shared >>> -I.uic/debug-shared -o .obj/debug-shared/mediaobject.o >>> ../../../3rdparty/kdebase/runtime/phonon/gstreamer/mediaobject.cpp >>> ../../../3rdparty/kdebase/runtime/phonon/gstreamer/mediaobject.cpp:20:33: >>> >>> error: gst/pbutils/pbutils.h: No such file or directory >>> ../../../3rdparty/kdebase/runtime/phonon/gstreamer/mediaobject.cpp:21:38: >>> >>> error: gst/pbutils/descriptions.h: No such file or directory >>> >>> beta-1 still compiled on the same box, so does kdebase (from >>> 4.0.x-branch). >> >> gst/pbutils is part of the gstreamer-plugins-base 0.10 package. Which >> you seem to have (given the -I/usr/include/gstreamer-0.10 argument). >> >> So I can't explain, unless your distribution of choice decided to >> split the package or gstreamer is more broken than I had expected. >> > > -- [ signature omitted ]
On Thursday 03 April 2008 21:16:09 Jeff Tranter wrote: > I see the same error on Debian Etch. I was able to build previous betas > and the snapshots that I tried. > > I couldn't find a pbutils.h in any of the Debian gstreamer packages. Present in gstreamer 0.10.12 and later, according to the CVS tag on their repository, which was released about one year ago. The configure script isn't checking for the minimum required version. We'll probably have to change that. -- [ signature omitted ]
Attachment:
signature.asc
Description: This is a digitally signed message part.
On Thursday April 3 2008 21:26, Thiago Macieira wrote: > On Thursday 03 April 2008 21:16:09 Jeff Tranter wrote: > > I see the same error on Debian Etch. I was able to build previous betas > > and the snapshots that I tried. > > > > I couldn't find a pbutils.h in any of the Debian gstreamer packages. > > Present in gstreamer 0.10.12 and later, according to the CVS tag on their > repository, which was released about one year ago. > > The configure script isn't checking for the minimum required version. We'll > probably have to change that. Well, Etch isn't that old yet. I suggest you reduce the minimum required version, or add a copy to 3rdparty/ Thanks, Marc -- [ signature omitted ]
On Friday 04 April 2008 09:21:30 Marc Mutz wrote: > On Thursday April 3 2008 21:26, Thiago Macieira wrote: > > On Thursday 03 April 2008 21:16:09 Jeff Tranter wrote: > > > I see the same error on Debian Etch. I was able to build previous betas > > > and the snapshots that I tried. > > > > > > I couldn't find a pbutils.h in any of the Debian gstreamer packages. > > > > Present in gstreamer 0.10.12 and later, according to the CVS tag on their > > repository, which was released about one year ago. > > > > The configure script isn't checking for the minimum required version. > > We'll probably have to change that. > > Well, Etch isn't that old yet. I suggest you reduce the minimum required > version, or add a copy to 3rdparty/ We've changed Qt today to not use directly those symbols. They will be resolved at runtime, if the libgstpbutils-10.so.0 library is available. If you want to test the change, it'll be in tonight's Qt 4.4.1 snapshots. -- [ signature omitted ]
Attachment:
signature.asc
Description: This is a digitally signed message part.
Yesterday's snapshot built and ran fine on Debian Etch. Thanks. Thiago Macieira wrote: > We've changed Qt today to not use directly those symbols. They will be > resolved at runtime, if the libgstpbutils-10.so.0 library is available. > > If you want to test the change, it'll be in tonight's Qt 4.4.1 snapshots. To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx