![]() |
Re: Post-development steps
Quote:
There must be a way to get it right with MADDE but I just don't know how. I have a linux box with scratchbox and create all my packages there. |
Re: Post-development steps
Thanks, and for this I moved the root folder (appname-version) to E:\NokiaQtSDK\Maemo\home\<user>
Replaced e:/NokiaQtSDK/Maemo/ with ../../../ And e:/NokiaQtSDK/Maemo/home/<user>/imagesetmaker-0.1.2/ with $(CURDIR) But it still has the E:\e\ problem :P many thanks for your help so far! I need to get some sleep now.. Tomorrow I'll be gone all day, but maybe I can read replies via Gprs, if there will be any :P Thanks so far! |
Re: Post-development steps
Hopefully you figured out by now... but just in case, I found this link:
http://wiki.maemo.org/MADDE/Packaging I didn't try and didn't see anything that sounds like the solution but maybe they made so simple that you don't need to worry about the Makefile. |
Re: Post-development steps
Thanks again ;)
Sorry for the late response.. I must say that I've read that page quite a lot of times, along with the other packaging pages, but thanks all the same ;) I started trying again about 2 hours ago, and now I've got it working locally! Also, there is a fair chance that it will be allright with the autobuilder, since I didn't find a Makefile in the .orig.tar.gz file, autobuilder is going to make it's own Makefile, which applies it's own paths. The problem was in src/src.pro, first it had Code:
isEmpty(PREFIX) { But after taking a close look in the dpkg-buildpackage output, I saw "PREFIX = E:\NokiaQtSDK\Maemo\4.6.2", which is the dir that holds madde.bat. So logically "isEmpty(PREFIX)" returned false, and the PREFIX was not changed into "/usr". I changed the entry in src/src.pro into Code:
PREFIX = /usr Thanks everybody, I owe you one :D EDIT: by the way, I didn't use "mad qmake" |
All times are GMT. The time now is 15:04. |
vBulletin® Version 3.8.8