Re: building qtmoko V15

2010-01-05 Thread Cepera

Try to overwrite build-dir/sdk/bin/qbuild.bin by version built using Qt 4.4
(during configure).
It helps for me. At least I don't see this error.
-- 
View this message in context: 
http://n2.nabble.com/building-qtmoko-V15-tp4180456p4254567.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


building qtmoko V15

2009-12-17 Thread Dave
Hi all,

I am attempting to build qtmoko from source and have a problem. I'm not very
familiar with the qt environment and hoping someone can help.

I followed the instructions on radek's git README, downloaded toolchain,
cloned git and attempted to build. The first time I ran the configure
command, I received an error that qmake could not be found and to put
"-build-qt" in the configure flags. I did this and qt appeared to build ok.
"configure" now works.

Now when I run "make" i receive this error:

-
r...@davetv-laptop:/build# make
make: running qbuild default
Project () ERROR: An error occured while evaluating a QBuild script
extension.
File:/qtmoko/qbuild@87
Error:   SyntaxError: Parse error
 ()@:6696

make: *** [all] Aborted
-

The line that is causing the problem is - var script =
project.property("SDK_SCRIPT");

After some experimentation (by commenting out stuff) It appears that the
compiler has a problem with project.property("xxx"). If I comment it out in
/qtmoko/qbuild.pro it fails elsewhere.

Any suggestions?

Dave
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community