Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 2

Qt-interest Archive, December 2006
4.2.2 and 4.1.4 -qconfig issue


Message 1 in thread

Hi,

I am trying to recompile qtopia-core 4.2.2 with various -qconfig
configuration file, but every time I try, a different error make
the compilation fail. Sometime it is due to a lack on the dependencies
between options, sometime on a demos or example program. My question
is, is there any *working* configuration file to build on a
very-minimal embedded device? It is not funny to compile the entire
library only to see after over an hour that the config file do not
work... 

Thanks in advance

Federico Fuga

--
 [ signature omitted ] 

Message 2 in thread

Hi,

> I am trying to recompile qtopia-core 4.2.2 with various -qconfig
> configuration file, but every time I try, a different error make
> the compilation fail. Sometime it is due to a lack on the dependencies
> between options, sometime on a demos or example program. My question

I don't know much about Qtopia Core, but I think it is not possible to 
test extensively all QT_NO_* combinations, so you may find similar bugs 
here and there.

Just ignore errors in demos and example programs.

--
 [ signature omitted ] 

Message 3 in thread

On Thursday 07 December 2006 15:48, ing. Federico Fuga wrote:
> Hi,
>
> I am trying to recompile qtopia-core 4.2.2 with various -qconfig
> configuration file, but every time I try, a different error make
> the compilation fail. Sometime it is due to a lack on the dependencies
> between options, sometime on a demos or example program. My question
> is, is there any *working* configuration file to build on a
> very-minimal embedded device? It is not funny to compile the entire
> library only to see after over an hour that the config file do not
> work...

We do test compilation of all the different configurations possible 
with -qconfig. The -qconfig option is only meant to be used when compiling 
the library. The demos and examples will not compile (as they use a lot of 
the features that are possible to remove) and the qt3support library is not 
supported with this option either.

Therefore you will usually include these configure options:
configure -qconfig <whatever> -nomake tools -nomake examples -no-qt3support

I'll be surprised if it still doesn't compile and be happy to take a look if 
you post you compile error, configure options and your qconfig-<whatever>.h 
file if you have a special configuration.

--
 [ signature omitted ] 

Message 4 in thread

On Fri, 8 Dec 2006 16:14:42 +0100
HÃvard Wall <hwall@xxxxxxxxxxxxx> wrote:

> The demos and examples will not compile (as
> they use a lot of the features that are possible to remove) and the
> qt3support library is not supported with this option either.

Infacts, sometimes the problem is only with the tools and
demos/examples. 

> Therefore you will usually include these configure options:
> configure -qconfig <whatever> -nomake tools -nomake examples
> -no-qt3support

I didn't notice these options, I will take a note about it.

> I'll be surprised if it still doesn't compile and be happy to take a
> look if you post you compile error, configure options and your
> qconfig-<whatever>.h file if you have a special configuration.

Ok, I will do some test again and tell you if the problem occurs.
Thank you and dimitry for your help!

ing. Federico Fuga



--
 [ signature omitted ]