On Tuesday 04 February 2003 07:06 am, G�tz Waschk wrote:
> Am Dienstag,  4. Februar 2003, 07:04:45 Uhr MET, schrieb Serge Pl�ss:
> > the first time I tried this was at the end of december. At that time I
> > made sure I got the same version as was in cooker. Since I think the
> > cooker version has been upgraded a couple of times, but the behavior
> > didn't change. So I'll get the 0.7.27 version today and will compile it
> > on both the 9.0 and the cooker to see what will happen and post the
> > results.
>
> BTW there's also a 9.0 package of 0.7.27 on the plf server:
> http://plf.zarb.org
>
> I'd try this myself, but I don't have a network connection on my
> Mandrake box.
Hi

just downloaded the latest avifile0.7-0.7.27 and I can't get it past the 
configure script. It complains on the test compilation on the qt stuff.
Here is the output of the config.log:
-----------------------------------------------------------------------------------------
configure:10020: checking for main in -lqt-mt
configure:10035: gcc -o conftest -g -O2 -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -pipe  -I/usr/include/freetype2  -Wall 
-Wno-unused  conftest.c -lqt-mt  -L/usr/lib/qt3/lib -lnsl -ldl  -lpthread 
1>&5
configure:10060: checking for Qt library (version >= 200)
configure:10106: c++ -o conftest -g -O2 -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -pipe  -I/usr/lib/qt3/include 
-I/usr/include/freetype2  -Wall -Wno-unused  conftest.C -L/usr/lib/qt3/lib 
-lqt-mt  -L/usr/X11R6/lib  -lSM -lICE -lXinerama -lXv -lXrender -lXft 
-lXxf86vm -lXxf86dga -lXi  -lfreetype -lz -lXext -lX11  -lnsl -ldl  -lpthread 
1>&5
In file included from /usr/include/c++/3.2.1/cstdlib:52,
                 from /usr/include/c++/3.2.1/bits/stl_algobase.h:67,
                 from /usr/include/c++/3.2.1/memory:54,
                 from /usr/include/c++/3.2.1/string:48,
                 from /usr/lib/qt3/include/qstring.h:46,
                 from configure:10089:
/usr/include/stdlib.h:610: declaration of `void exit(int) throw ()' throws 
different exceptions
configure:10084: than previous declaration `void exit(int)'
configure: failed program was:
#line 10082 "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");
                unsigned int v = QT_VERSION;
                FILE* f = fopen("conf.qttest", "w");
                if (v > 400) v = (((v >> 16) & 0xff) * 100) + (((v >> 8) & 
0xff) * 10) + (v & 0xff);
                if (f) fprintf(f, "%d\n", v);
                return 0;
            }
configure:10139: c++ -o conftest -g -O2 -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -pipe  -I/usr/lib/qt3/include 
-I/usr/include/freetype2  -Wall -Wno-unused  conftest.C -L/usr/lib/qt3/lib 
-lqt-mt  -L/usr/X11R6/lib  -lSM -lICE -lXinerama -lXv -lXrender -lXft 
-lXxf86vm -lXxf86dga -lXi  -lfreetype -lz -lXext -lX11  -lnsl -ldl  -lpthread 
1>&5
-----------------------------------------------------------------------------------------

So it complains about:
/usr/include/stdlib.h:610: declaration of `void exit(int) throw ()' throws 
different exceptions
configure:10084: than previous declaration `void exit(int)'

This is a current cooker with all the latest updates. Now will go try this on 
my 9.0 box

Thank you

Serge

Reply via email to