Matthew Conway wrote:
On Tue, 7 Dec 2004 22:49:43 -0500, Isaac Richards <[EMAIL PROTECTED]> wrote:I cannot compile mythgallery after updating to 12/7 CVS. Compile error as follows. Looks like I'm not getting some new files from cvs. Is the problem on my end or are they not in CVS yet?
On Monday 29 November 2004 08:21 pm, Matthew Conway wrote:
This is now in CVS. In the future, please try to stay closer to the existing
indentation style (ie, no tabs).
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-exif --enable-opengl
Creating config.h, config.pro
Configuration settings:
OpenGL support will be included
EXIF support will be included
cd mythgallery && qmake mythgallery.pro -o Makefile
WARNING: Failure to find: galleryutil.h
WARNING: Failure to find: constants.h
WARNING: Failure to find: galleryutil.cpp
cd i18n && qmake i18n.pro -o Makefile
cd mythgallery && make -f Makefile
make[1]: Entering directory `/var/tmp/portage/mythgallery-5/work/mythgallery/mythgallery'
g++ -c -pipe -Wall -W -O2 -march=athlon-xp -pipe -fomit-frame-pointer -D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/local/include -I/usr/qt/3/include -I/usr/X11R6/include -o glsingleview.o glsingleview.cpp
cd i18n && make -f Makefile
make[1]: Entering directory `/var/tmp/portage/mythgallery-5/work/mythgallery/i18n'
gcc -c -pipe -Wall -W -O2 -march=athlon-xp -pipe -D_GNU_SOURCE -DPREFIX=\"/usr\" -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/local/include -o dummy.o dummy.c
g++ -o i18n dummy.o
make[1]: Leaving directory `/var/tmp/portage/mythgallery-5/work/mythgallery/i18n'
g++ -c -pipe -Wall -W -O2 -march=athlon-xp -pipe -fomit-frame-pointer -D_REENTRANT -fPIC -D_GNU_SOURCE -DPREFIX=\"/usr\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_PLUGIN -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/include -I/usr/local/include -I/usr/qt/3/include -I/usr/X11R6/include -o iconview.o iconview.cpp
glsingleview.cpp:36:25: galleryutil.h: No such file or directory
iconview.cpp:35:25: galleryutil.h: No such file or directory
glsingleview.cpp: In member function `void GLSingleView::loadImage()':
_______________________________________________ mythtv-dev mailing list [EMAIL PROTECTED] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
