On 02/21/12 09:41, Rohan McGovern wrote:
>> I'm on linux but still, I have nothing in qtbase/src/v8 after doing a git
>> clone and init-repository.
> 
> The quoted text seems to be out of date.
> It is now in the qt/qtjsbackend repository.
> init-repository should have given you that by default.

Thanks. A fresh submodule update got me a populated qtjsbackend/src/3rdparty/v8.
However a configure/make from the top dir does not seem to include anything from
qtjsbackend/ or qtdeclarative/ so, to test, I cd qtjsbackend && qmake && make 
but
then get this error...

[...]
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/../../../../lib/crt1.o: In function 
`_start':
(.text+0x20): undefined reference to `main'
collect2: ld returned 1 exit status
make[2]: *** [QtV8] Error 1
make[2]: Leaving directory 
`/home/admin/var/src/pkg/eth-os/qt5-git/src/qt5-git/qtjsbackend/src/v8'
make[1]: *** [sub-v8-make_default-ordered] Error 2
make[1]: Leaving directory 
`/home/admin/var/src/pkg/eth-os/qt5-git/src/qt5-git/qtjsbackend/src'
make: *** [module-qtjsbackend-src-make_default] Error 2

(at least v8 built successfully to the linking stage)

According to the wiki page something like... make modules-qtdeclarative may 
work but
no luck with that so I tried the above explicit qmake/make to see what would 
happen.

. what is the correct way to build qtdeclarative?

. is qtwebkit buildable yet (if so how)?

A "git pull && git submodule update --recursive" in the top dir is giving me...

fatal: reference is not a tree: 03e12282df9aa1e1fb05a8b90f1cfc2e08764cec
Unable to checkout '03e12282df9aa1e1fb05a8b90f1cfc2e08764cec' in submodule path 
'qtwebkit'
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to