t-artistik / qtscriptgenerator

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

Building error, no rule to make target in qtscript_xmlpatterns #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download source code from gitorious
2. Follow build instructions

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

qtscriptgenerator builds with no problems is what I'd expect. Instead, in 
the last build step (when executing "make" in qtbindings) and most probably 
at the very end of the compilation, I get the following building error:

cd qtscript_xmlpatterns/ && /usr/bin/make -f Makefile
make[1]: Entering directory 
`/media/home/edulix/proyectos/kde4/src/qtscriptgenerator-
gi/qtbindings/qtscript_xmlpatterns'
/usr/bin/make -f Makefile.Release
make[2]: Entering directory 
`/media/home/edulix/proyectos/kde4/src/qtscriptgenerator-
gi/qtbindings/qtscript_xmlpatterns'
make[2]: *** No rule to make target 
`../../generated_cpp/com_trolltech_qt_xmlpatterns/plugin.cpp', needed by 
`release/plugin.o'.  Stop.
make[2]: Leaving directory 
`/media/home/edulix/proyectos/kde4/src/qtscriptgenerator-
gi/qtbindings/qtscript_xmlpatterns'
make[1]: *** [release] Error 2
make[1]: Leaving directory 
`/media/home/edulix/proyectos/kde4/src/qtscriptgenerator-
gi/qtbindings/qtscript_xmlpatterns'
make: *** [sub-qtscript_xmlpatterns-make_default] Error 2
makeobj[0]: Leaving directory 
`/home/edulix/proyectos/kde4/src/qtscriptgenerator-gi/qtbindings'

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

I'm using Kubuntu 9.10 and qt-copy (git://gitorious.org/+kde-
developers/qt/kde-qt.git), with qtscriptgenerator from gitorious (trunk).

Original issue reported on code.google.com by edu...@gmail.com on 17 Dec 2009 at 2:40