Re: [Qt-jambi-interest] Compiling Qt Jambi on OpenSUSE 11

2008-06-25 Thread Alexander Egger
On Mon, Jun 23, 2008 at 9:44 AM, Eskil Abrahamsen Blomfeldt [EMAIL PROTECTED] wrote: Alexander Egger wrote: [make] ../cpp/com_trolltech_qt_core/qtjambishell_QFutureIterator.cpp: In constructor 'QtJambiShell_QFutureIterator::QtJambiShell_QFutureIterator()': [make]

Re: [Qt-jambi-interest] Compiling Qt Jambi on OpenSUSE 11

2008-06-25 Thread Eskil Abrahamsen Blomfeldt
Alexander Egger wrote: Hi, Alexander. There is something going wrong when generating the code for Qt Jambi. You should not have any constructor called QtJambiShell_FutureIterator(). In fact, you should not have a class called QtJambiShell_QFutureIterator at all. I am not able to reproduce

Re: [Qt-jambi-interest] Compiling Qt Jambi on OpenSUSE 11

2008-06-25 Thread Alexander Egger
Here it is # 35 ./../qtjambi_core/qtjambiconcurrent.h typedef QFutureWatchervoid QtJambiVoidFutureWatcher; typedef QFuturevoid QtJambiVoidFuture; typedef QFutureSynchronizervoid QtJambiVoidFutureSynchronizer; typedef QFutureJObjectWrapper QtJambiFuture; typedef QFutureWatcherJObjectWrapper

Re: [Qt-jambi-interest] Compiling Qt Jambi on OpenSUSE 11

2008-06-25 Thread Eskil Abrahamsen Blomfeldt
Alexander Egger wrote: There is nothing else there. I attach the file if you want to have a look. Hi, Alexander. Thanks, it seems that the generator is not finding the Qt include files. Did you set your QTDIR environment variable? There should be a warning about this if you did not. If

Re: [Qt-jambi-interest] Compiling Qt Jambi on OpenSUSE 11

2008-06-25 Thread Alexander Egger
On Wed, Jun 25, 2008 at 1:07 PM, Eskil Abrahamsen Blomfeldt [EMAIL PROTECTED] wrote: Alexander Egger wrote: On Wed, Jun 25, 2008 at 12:39 PM, Eskil Abrahamsen Blomfeldt [EMAIL PROTECTED] wrote: Alexander Egger wrote: There is nothing else there. I attach the file if you want to have a