|
|
2010-04-13
, 06:59
|
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#2
|
|
|
2010-04-13
, 08:53
|
|
Posts: 12 |
Thanked: 12 times |
Joined on Apr 2010
@ Berlin
|
#3
|
|
|
2010-04-13
, 13:06
|
|
Posts: 105 |
Thanked: 15 times |
Joined on Dec 2009
@ Baltimore, USA
|
#4
|
Hi,
could you please provide a little bit more information on your setup?
- What Qt Creator version are you using? 2.0 alpha or a recent snapshot?
- Which version of madde did you install?
Potentially you could try to disable shadowbuilding of the project, as that is a relatively new feature. There has been added updated and bufixes in the meantime, in case your Qt Creator version is too old.
Maurice
|
|
2010-04-13
, 15:21
|
|
Posts: 12 |
Thanked: 12 times |
Joined on Apr 2010
@ Berlin
|
#5
|
|
|
2010-04-13
, 15:29
|
|
Posts: 105 |
Thanked: 15 times |
Joined on Dec 2009
@ Baltimore, USA
|
#6
|
Running build steps for project application... Starting: c:/madde/0.6.14/targets/fremantle-qt-0951/bin/qmake.exe C:/Qt/4.6.2/examples/mainwindows/application/application.pro -r -spec default -unix CONFIG+=debug c:\Qt\4.6.2\bin\rcc.exe: File does not exist 'application.qrc' WARNING: Failure to find: main.cpp WARNING: Failure to find: mainwindow.cpp WARNING: Failure to find: mainwindow.h WARNING: Failure to find: application.qrc Exited with code 0. Starting: C:/madde/0.6.14/bin/make.exe -w make: Entering directory `/c/Qt/4.6.2/examples/mainwindows/application-build' make: Leaving directory `/c/Qt/4.6.2/examples/mainwindows/application-build' make: *** No rule to make target `main.cpp', needed by `tmp/obj/debug_shared/main.o'. Stop. Exited with code 2. Error while building project application (target: Maemo) When executing build step 'Make'
|
|
2010-04-13
, 15:33
|
|
Posts: 105 |
Thanked: 15 times |
Joined on Dec 2009
@ Baltimore, USA
|
#7
|
|
|
2010-04-13
, 15:52
|
|
Posts: 198 |
Thanked: 76 times |
Joined on Mar 2010
|
#8
|
C:/Qt/4.6.2/examples/mainwindows/application/application.pro
...
WARNING: Failure to find: main.cpp
WARNING: Failure to find: mainwindow.cpp
WARNING: Failure to find: mainwindow.h
WARNING: Failure to find: application.qrc
...
if it were linux id say my makefile is messed up, but i cant find any trace of any makefile in that dir, maybe thats the problem..
|
|
2010-04-13
, 16:09
|
|
Posts: 105 |
Thanked: 15 times |
Joined on Dec 2009
@ Baltimore, USA
|
#9
|
|
|
2010-04-14
, 12:49
|
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#10
|
well as it turns out.. its something that is wrong with the examples.. they wont compile.. but i just tried making a new project, in the search of figuring out how the whole thing works, and well.. the new projects works lol
So im all set now..
Thanks for the help.
| The Following User Says Thank You to Joorin For This Useful Post: | ||
I think i followed the tutorial at quite closely:
http://wiki.maemo.org/MADDE/QtCreato...on_for_windows
Ive tried a few different examples and I always get the following error:
make:: error: *** No rule to make target `dialog.cpp', needed by `tmp/obj/debug_shared/dialog.o'. Stop.
has anyone run into this?