t-artistik / qtscriptgenerator

Automatically exported from code.google.com/p/qtscriptgenerator
0 stars 0 forks source link

webkit plugin fails to build on Ubuntu 10.10 and 11.04 #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. follow instructions in readme, except add --include-paths=/usr/include/qt4 
for generate to workaround 
http://code.google.com/p/qtscriptgenerator/issues/detail?id=38
2.
3.

What is the expected output? What do you see instead?

i expected to have a set of working qt bindings except for phonon (see issue 38 
for that)

What version of the product are you using? On what operating system?

fresh from gitorious as of today, ubuntu 10.10, amd64 (but tried also
on 11.04)

Please provide any additional information below.

Original issue reported on code.google.com by e...@playsign.net on 6 May 2011 at 10:19

GoogleCodeExporter commented 8 years ago
Forgot to paste the error. so, 

make[1]: Entering directory 
`/space/src/naali-deps/build/qtscriptgenerator/qtbindings/qtscript_webkit'
make -f Makefile.Release
make[2]: Entering directory 
`/space/src/naali-deps/build/qtscriptgenerator/qtbindings/qtscript_webkit'
make[2]: *** No rule to make target 
`../../generated_cpp/com_trolltech_qt_webkit/plugin.cpp', needed by 
`release/plugin.o'. Stop.

there's also no com_trolltech_qt_webkit dir in ../generated_cpp.

Original comment by e...@playsign.net on 6 May 2011 at 10:21