Hi everyone,

I just tried to update the Mandrake Cooker package of avifile, but it didn't
build, because the configure check for qt failed.
>From config.log :
configure:9786: checking for Qt library (version >= 200)
configure:9832: c++ -o conftest -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro 
-march=i586 -ffast-math -fno-strength-reduce -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -pipe  -I/usr/lib/qt3/include  -Wall -Wno-unused  
conftest.C -L/usr/lib/qt3/lib -lqt-mt  -L/usr/X11R6/lib  -lSM -lICE -lXinerama -lXv 
-lXxf86vm -lXxf86dga -lXi  -lXext -lX11  -lnsl -ldl  -lpthread 1>&5
In file included from /usr/include/c++/3.2/cstdlib:52,
                 from /usr/include/c++/3.2/bits/stl_algobase.h:67,
                 from /usr/include/c++/3.2/memory:54,
                 from /usr/include/c++/3.2/string:48,
                 from /usr/lib/qt3/include/qstring.h:47,
                 from configure:9815:
/usr/include/stdlib.h:577: declaration of `void exit(int) throw ()' throws different 
exceptions
configure:9810: than previous declaration `void exit(int)'
configure: failed program was:
#line 9808 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
#endif

            /*#include <qapplication.h>*/
            /*#include <qmovie.h>*/
            #include <qstring.h>
            #include <qglobal.h>
            #include <stdio.h>

            int main(int argc, char* argv[]) {
                /*QApplication a( argc, argv );*/
                /*QMovie m; int s = m.speed();*/
                QString qa("test");
                int v = QT_VERSION;
                FILE* f = fopen("conf.qttest", "w");
                if (v > 400) v = (v / 65536) * 100 + (v % 65536);
                if (f) fprintf(f, "%d\n", v);
                return 0;
            }
        

Yes, I have the qt libraries installed:
goetz@klama avifile0.7-0.7.21]$ rpm -qa|fgrep qt3
libqt3-3.1.0-4mdk
libqt3-devel-3.1.0-4mdk

The avifile-0.7.18 package builds on this machine without problems.
-- 
   G�tz Waschk <> master of computer science  <> University of Rostock    
 http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
                         --> Logout Fascism! <--

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to