View Single Post
noobmonkey's Avatar
Posts: 3,203 | Thanked: 1,391 times | Joined on Nov 2009 @ Worthing, England
#13
Ok i'm getting there, the error appears in the rules files now, as you will see, i've tried many a different way around! All erroring though!

(Start of rules file (now!))
Code:
#!/usr/bin/make -f
APPNAME := maecount
builddir:
	mkdir -p builddir
 
builddir/Makefile: builddir
	cd builddir && /opt/qt4-maemo5/bin/qmake PREFIX=/opt ../$(APPNAME).pro

I have tried many many versions of this, and the error allways seems to be
/scratchbox/tools/bin/sh: line 1: /opt/qt4-maemo5/bin/qmake: No such file or directory

(Now replace /opt/qt4-maemo5/bin/qmake with many many variants, and PREFIX with /usr)

Please can someone let me know what it should be?


edit - example failed notice - https://garage.maemo.org/builder/fre...log.FAILED.txt
+ Scroll down the bottom to see how many attempts!
https://garage.maemo.org/pipermail/e...er/thread.html
__________________
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -

Last edited by noobmonkey; 2010-11-18 at 20:58.